-
45e1d8b9
by Martin Blanchard
at 2018-10-25T10:25:51Z
Udapte .proto files to their latest version
Noteworthy changes include:
* From remote_execution.proto:
- Support for symlinks in build output [1].
- Operation cancellation clarification [2].
- Documentation updates.
* From http.proto:
- Documentation updates.
[1] https://github.com/bazelbuild/remote-apis/pull/28
[2] https://github.com/bazelbuild/remote-apis/pull/30
-
6e9857e2
by Finn
at 2018-10-25T12:26:31Z
Adding an FAQ to the docs.
-
296cf1ed
by Martin Blanchard
at 2018-10-26T18:21:16Z
docs: Load the graphviz extension for diagrams
-
7addd61f
by Finn
at 2018-10-29T10:24:41Z
Add an Architecture section with diagrams.
Closes issue #92.
-
f14097b6
by Martin Blanchard
at 2018-10-29T10:32:08Z
job.py: Implement server-side ExecutedActionMetadata
https://gitlab.com/BuildGrid/buildgrid/issues/83
-
afdcd3ae
by Martin Blanchard
at 2018-10-29T10:32:08Z
scheduler.py: Better handle job lease state changes
https://gitlab.com/BuildGrid/buildgrid/issues/83
-
fb0b698f
by Martin Blanchard
at 2018-10-29T10:32:08Z
utils.py: Add a hostname getter
https://gitlab.com/BuildGrid/buildgrid/issues/83
-
27123473
by Martin Blanchard
at 2018-10-29T10:32:08Z
bots/dummy.py: Report (dummy) ExecutedActionMetadata
https://gitlab.com/BuildGrid/buildgrid/issues/83
-
fb0e53df
by Martin Blanchard
at 2018-10-29T10:32:08Z
bots/host.py: Report ExecutedActionMetadata
https://gitlab.com/BuildGrid/buildgrid/issues/83
-
91e3daff
by Martin Blanchard
at 2018-10-29T10:32:08Z
Centralise internal enumeration declarations
https://gitlab.com/BuildGrid/buildgrid/issues/83
-
0dc1a374
by Martin Blanchard
at 2018-10-29T10:32:08Z
cmd_operation.py: Improve bgd operation output
https://gitlab.com/BuildGrid/buildgrid/issues/83
-
00e3ec48
by Martin Blanchard
at 2018-10-29T14:17:00Z
gitlab-ci.yml: Install Graphviz for documentation build
https://gitlab.com/BuildGrid/buildgrid/issues/92
-
158760b1
by Martin Blanchard
at 2018-10-29T17:13:26Z
setup.py: Unpin the coverage dependency
https://gitlab.com/BuildGrid/buildgrid/issues/127
-
577935c1
by Finn
at 2018-10-30T14:44:08Z
Explictly state the OK code.
-
14fbdfa7
by Finn
at 2018-10-30T14:44:08Z
Added CancelledError.
This can be used to inform callers that the operation is cancelled.
-
452dd657
by Finn
at 2018-10-30T14:44:08Z
Catch cancelled operations.
-
f023fea5
by Finn
at 2018-10-30T14:44:59Z
Implement cancelletion methods in job class.
-
9bd35372
by Finn
at 2018-10-30T14:44:59Z
Added cancellation method to scheduler.
-
b4b02504
by Finn
at 2018-10-30T14:44:59Z
Added cancellation to operations instance.
-
b4025b3d
by Finn
at 2018-10-30T14:44:59Z
Added cancel command to app.
-
20393806
by Finn
at 2018-10-30T14:47:48Z
Removed state machine from BotsInterface.
Server is now stateless. Will help with #66.
-
3f6cf1b7
by Finn
at 2018-10-30T14:47:48Z
BotsInterface checks to see if lease is cancelled.
-
03a0172b
by Finn
at 2018-10-30T14:47:48Z
Add Device class.
-
a7d03b1a
by Finn
at 2018-10-30T14:47:48Z
Add Worker class.
-
e5c75714
by Finn
at 2018-10-30T14:48:25Z
Remove hardware descriptions from bot_session.
Also move `bot_session` to simply `session`.
-
37bf068b
by Finn
at 2018-10-30T14:48:25Z
Moved bots_interface.py to interface.py.
-
5c04d514
by Finn
at 2018-10-30T17:21:43Z
Working commit.