-
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
-
11185edf
by Finn
at 2018-11-15T17:32:59Z
Explictly state the OK code.
-
d27aa165
by Finn
at 2018-11-15T17:32:59Z
Added CancelledError.
This can be used to inform callers that the operation is cancelled.
-
787c9778
by Finn
at 2018-11-15T17:33:34Z
Catch cancelled operations in service.
-
fcc8e649
by Finn
at 2018-11-15T17:33:34Z
Implement cancelletion methods in job class.
-
8076a527
by Finn
at 2018-11-15T17:33:34Z
Added cancellation method to scheduler.
-
f2f79a75
by Finn
at 2018-11-15T17:33:34Z
Added cancellation to operations instance.
-
7a75f5eb
by Finn
at 2018-11-15T17:33:34Z
Message queue now queues the job.
Check for operation status when streaming operations.
Allows client to catch a cancelled job.
-
90300dee
by Finn
at 2018-11-15T17:33:34Z
Added cancel command to app.
-
e0b8bca1
by Finn
at 2018-11-15T17:33:34Z
Updating unittests for cancellation of operation.
-
6cc78cf9
by Finn
at 2018-11-15T17:33:34Z
Scheduler can now cancel leases.
-
497153e3
by Finn
at 2018-11-15T17:33:34Z
Removed state machine from BotsInterface.
Server is now stateless. Will help with #66.
-
b2565c8a
by Finn
at 2018-11-15T17:33:34Z
BotsInterface checks to see if lease is cancelled.
-
d8aaa48b
by Finn
at 2018-11-15T17:33:34Z
Add Device class.
-
eb027263
by Finn
at 2018-11-15T17:33:34Z
Add Worker class.
-
bbccc3d8
by Finn
at 2018-11-15T17:34:53Z
Remove hardware descriptions from bot_session.
Also move `bot_session` to simply `session`.
-
b46c8405
by Finn
at 2018-11-15T17:34:53Z
Added HardwareInterface class.
This will describe and in the future have the ability to monitor
hardware.
-
b1dec658
by Finn
at 2018-11-15T17:34:53Z
Moved bots_interface.py to interface.py.
-
738c2f41
by Finn
at 2018-11-15T17:34:53Z
Added Tenant class.
This will contain the information about a running task
and lease.
-
bd2035b0
by Finn
at 2018-11-15T17:34:53Z
Added TenantManager class.
This will manage the Tenant objects.
-
adc635c8
by Finn
at 2018-11-15T17:39:34Z
Modified BotSession to use new TenantManager class.
-
a8b0e4b0
by Finn
at 2018-11-15T17:39:34Z
Bot now catches errors thrown when updating session.
-
65fed356
by Finn
at 2018-11-15T17:49:46Z
Working commit