-
b5caa071
by Martin Blanchard
at 2018-09-25T13:06:59Z
.pylintrc: Add boto3 and grpc to the list of known third parties
This should fix third party import linting warnings complaining that
grpc should be imported before boto3 (wrong-import-order).
-
36432f55
by Martin Blanchard
at 2018-09-25T16:10:15Z
server/cas/service.py: Set errors for unimplemented methods
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
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
-
2d3b3499
by Martin Blanchard
at 2018-09-25T17:04:17Z
client/cas.py: Introduce CAS downloader helper class
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
69af25a1
by Martin Blanchard
at 2018-09-25T17:04:17Z
temp_directory.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
d9c0f253
by Martin Blanchard
at 2018-09-25T17:04:17Z
buildbox.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
cb78cba8
by Martin Blanchard
at 2018-09-25T17:04:17Z
storage/remote.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
9b787728
by Martin Blanchard
at 2018-09-25T17:04:17Z
cmd_execute.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
725db807
by Martin Blanchard
at 2018-09-25T17:04:17Z
utils.py: Remove CAS download helpers
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
ab54ff0b
by Martin Blanchard
at 2018-09-25T17:04:17Z
tests/utils/cas.py: Extend CAS server helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
24aa2ec3
by Martin Blanchard
at 2018-09-25T17:04:17Z
tests/cas/test_client.py: Add unit-tests for CAS downloader
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
951048eb
by Martin Blanchard
at 2018-09-25T17:04: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