-
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
-
4cb4f6da
by Rohit
at 2018-10-30T14:46:05Z
Add instances to service-level operation names
-
434eb533
by Rohit
at 2018-10-30T14:46:05Z
Add and update tests
-
c8219a30
by Raoul Hidalgo Charman
at 2018-10-30T14:54:34Z
using_internal.rst: spelling fix
-
81eece16
by Martin Blanchard
at 2018-10-31T16:05:09Z
setup.py: Fix the PyYAML dependency
https://gitlab.com/BuildGrid/buildgrid/issues/128
-
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
-
79e61210
by Arber Xhindoli
at 2018-11-15T13:24:34Z
Start the implementation of the getTree method
-
150b3223
by Arber Xhindoli
at 2018-11-15T22:37:09Z
Implement getTree without use of page_size or token.