Commits on Source (49)
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
#77
-
Martin Blanchard authored
No gRPC calls should be made from the main process. Details: https://github.com/grpc/grpc/blob/master/doc/fork_support.md #77
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
#79
-
Martin Blanchard authored
This also renames the 'upload-files' subcommand to 'upload-file' for consistency (behaviour is unchanged). #79
-
Also improved contents of error messages.
-
Finn authored
-
Finn authored
Breaks rtd-theme search function at higher versions currently.
-
Jürg Billeter authored
-
Martin Blanchard authored
#93
-
Martin Blanchard authored
#93
-
Finn authored
-
Finn authored
-
Finn authored
-
Martin Blanchard authored
#111
-
-
Martin Blanchard authored
-
-
-
Finn authored
-
Jürg Billeter authored
#113
-
Martin Blanchard authored
If the Uploader or Downloader instance-name parameter is set to the empty string instead of None, the generated ByteStream resource-name would contain a leading slash, which is an invalid REAPI request. If the instance-name is not set, the resource-name should be of the form: blobs/{hash}/{size}
-
Finn authored
-
Finn authored
-
Finn authored
-
Marios Hadjimichael authored
-
Raoul Hidalgo Charman authored
This protocol buffer message should only have a name field.
-
Martin Blanchard authored
#36
-
Martin Blanchard authored
Since 3.8.x (and PEP 565), pytest displays DeprecationWarning and PendingDeprecationWarning. Problem is that it does not filter the module the warnings come from and display warnings from third party libraries. Ignore them for now, details: https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning #36
Showing
- buildgrid/_app/bots/buildbox.py 36 additions, 28 deletionsbuildgrid/_app/bots/buildbox.py
- buildgrid/_app/bots/host.py 26 additions, 19 deletionsbuildgrid/_app/bots/host.py
- buildgrid/_app/commands/cmd_bot.py 16 additions, 13 deletionsbuildgrid/_app/commands/cmd_bot.py
- buildgrid/_app/commands/cmd_cas.py 135 additions, 44 deletionsbuildgrid/_app/commands/cmd_cas.py
- buildgrid/_app/commands/cmd_execute.py 32 additions, 49 deletionsbuildgrid/_app/commands/cmd_execute.py
- buildgrid/_app/commands/cmd_operation.py 1 addition, 2 deletionsbuildgrid/_app/commands/cmd_operation.py
- buildgrid/_app/settings/cas.yml 1 addition, 1 deletionbuildgrid/_app/settings/cas.yml
- buildgrid/_app/settings/parser.py 106 additions, 0 deletionsbuildgrid/_app/settings/parser.py
- buildgrid/_exceptions.py 33 additions, 0 deletionsbuildgrid/_exceptions.py
- buildgrid/bot/bot_session.py 3 additions, 3 deletionsbuildgrid/bot/bot_session.py
- buildgrid/client/cas.py 647 additions, 68 deletionsbuildgrid/client/cas.py
- buildgrid/server/_exceptions.py 0 additions, 57 deletionsbuildgrid/server/_exceptions.py
- buildgrid/server/actioncache/service.py 2 additions, 3 deletionsbuildgrid/server/actioncache/service.py
- buildgrid/server/bots/instance.py 14 additions, 8 deletionsbuildgrid/server/bots/instance.py
- buildgrid/server/bots/service.py 2 additions, 3 deletionsbuildgrid/server/bots/service.py
- buildgrid/server/cas/instance.py 2 additions, 3 deletionsbuildgrid/server/cas/instance.py
- buildgrid/server/cas/service.py 34 additions, 5 deletionsbuildgrid/server/cas/service.py
- buildgrid/server/cas/storage/disk.py 26 additions, 14 deletionsbuildgrid/server/cas/storage/disk.py
- buildgrid/server/cas/storage/remote.py 28 additions, 49 deletionsbuildgrid/server/cas/storage/remote.py
- buildgrid/server/execution/instance.py 1 addition, 1 deletionbuildgrid/server/execution/instance.py
This diff is collapsed.
buildgrid/server/_exceptions.py
deleted
100644 → 0