-
a8c03a66
by Martin Blanchard
at 2018-09-25T17:02:29Z
client/cas.py: Rename the message uploading helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
7f9bacb9
by Martin Blanchard
at 2018-09-25T17:02:29Z
client/cas.py: Add a separate close method
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
a425007d
by Martin Blanchard
at 2018-09-25T17:02:29Z
utils.py: Rework the Merkle tree helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
e8e9d4c2
by Martin Blanchard
at 2018-09-25T17:02:29Z
client/cas.py: Extend the API and implement fallback
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
89bd0a4d
by Martin Blanchard
at 2018-09-25T17:02:29Z
temp_directory.py: Adapt to new Merkle tree maker
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
a98aebc8
by Martin Blanchard
at 2018-09-25T17:02:29Z
storage/remote.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
025c73b8
by Martin Blanchard
at 2018-09-25T17:02:29Z
cmd_execute.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
59b4b9ee
by Martin Blanchard
at 2018-09-25T17:02:29Z
cmd_cas.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
ae6daf8b
by Martin Blanchard
at 2018-09-25T17:02:29Z
utils.py: Remove CAS upload helpers
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
63e400dc
by Martin Blanchard
at 2018-09-25T17:02:29Z
tests/utils/cas.py: New CAS server helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
1dc4b8ab
by Martin Blanchard
at 2018-09-25T17:02:29Z
tests/cas/test_client.py: Add unit-tests for CAS client
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
b173683c
by Martin Blanchard
at 2018-09-25T17:02:29Z
tests/cas/test_storage.py: Fix existing storage tests
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
3f065b52
by Martin Blanchard
at 2018-09-25T17:02:29Z
tests/server_instance.py: Test the server in subprocess
No gRPC calls should be made from the main process. Details:
https://github.com/grpc/grpc/blob/master/doc/fork_support.md
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
48f2fe79
by Martin Blanchard
at 2018-09-25T17:04:17Z
_expection.py: Centralise exception declarations
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
798c1163
by Martin Blanchard
at 2018-09-28T08:17:34Z
client/cas.py: Introduce CAS downloader helper class
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
f7100db1
by Martin Blanchard
at 2018-09-28T08:17:40Z
temp_directory.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
f4e6b9dc
by Martin Blanchard
at 2018-09-28T08:17:40Z
buildbox.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
5488df4e
by Martin Blanchard
at 2018-09-28T08:17:40Z
storage/remote.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
327cc10b
by Martin Blanchard
at 2018-09-28T08:17:40Z
cmd_execute.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
786e4800
by Martin Blanchard
at 2018-09-28T08:17:40Z
utils.py: Remove CAS download helpers
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
68bda55b
by Martin Blanchard
at 2018-09-28T08:17:40Z
tests/utils/cas.py: Extend CAS server helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
f191dbcd
by Martin Blanchard
at 2018-09-28T08:17:40Z
tests/cas/test_client.py: Add unit-tests for CAS downloader
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
445e5357
by Martin Blanchard
at 2018-09-28T09:11:17Z
cmd_cas.py: Add download CLI subcommands
This also renames the 'upload-files' subcommand to 'upload-file' for
consistency (behaviour is unchanged).
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
1e86c5ef
by Finn
at 2018-09-28T16:32:27Z
Corrected lease status assignment.
Also improved contents of error messages.
-
dc509c12
by Finn
at 2018-10-01T08:14:08Z
Updated `execute` command to `operation` in the documentation.
-
a7487a98
by Finn
at 2018-10-01T08:31:00Z
Adding an FAQ to the docs.