-
589ffa40
by Martin Blanchard
at 2018-11-06T15:12:47Z
setup.py: Pin moto dependency and require < 1.3.7
https://gitlab.com/BuildGrid/buildgrid/issues/65
-
07963525
by Raoul Hidalgo Charman
at 2018-11-08T13:57:26Z
Add logging to service gRPC requests
-
aac2f938
by Raoul Hidalgo Charman
at 2018-11-08T13:57:26Z
cli.py: Allow setting log verbosity level
-
76f2e31f
by Martin Blanchard
at 2018-11-08T13:57:26Z
cli.py: Reset root logger at startup and use default format
-
dcd82219
by Martin Blanchard
at 2018-11-08T14:50:25Z
Mark class logger instances as private
-
dd572340
by Martin Blanchard
at 2018-11-08T16:54:57Z
Harmonise gRPC servicers debug messages for requests
-
6ca668f8
by Martin Blanchard
at 2018-11-12T09:12:58Z
client/cas.py: Preserve file executability on download
https://gitlab.com/BuildGrid/buildgrid/issues/134
-
3512e0bb
by Martin Blanchard
at 2018-11-12T09:13:08Z
tests/cas/test_client.py: Add a test file for executability
https://gitlab.com/BuildGrid/buildgrid/issues/134
-
1acdcdd4
by Finn
at 2018-11-21T13:13:26Z
Explictly state the OK code.
-
5de88dba
by Finn
at 2018-11-21T13:13:26Z
Added CancelledError.
This can be used to inform callers that the operation is cancelled.
-
02a1dffb
by Finn
at 2018-11-21T13:14:09Z
Catch cancelled operations in service.
-
5bbffc81
by Finn
at 2018-11-21T15:04:34Z
Implement cancelletion methods in job class.
-
fe5475b6
by Finn
at 2018-11-21T15:04:37Z
Added cancellation method to scheduler.
-
a76ce574
by Finn
at 2018-11-21T15:04:37Z
Added cancellation to operations instance.
-
57f04b60
by Finn
at 2018-11-21T15:10:43Z
Message queue now queues the job.
Check for operation status when streaming operations.
Allows client to catch a cancelled job.
-
fa4fc609
by Finn
at 2018-11-21T15:10:45Z
Added cancel command to app.
-
2ce8a019
by Finn
at 2018-11-21T15:10:45Z
Updating unittests for cancellation of operation.