-
cc4b0db4
by finnball
at 2018-09-24T14:30:13Z
`ActionResult` and not `Any` is stored.
-
1c5f47c7
by Martin Blanchard
at 2018-09-24T15:33:12Z
client/cas.py: Rename the message uploading helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
7eaf8853
by Martin Blanchard
at 2018-09-24T15:33:12Z
client/cas.py: Add a separate close method
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
98cc24a7
by Martin Blanchard
at 2018-09-24T15:33:12Z
utils.py: Rework the Merkle tree helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
9723c9e0
by Martin Blanchard
at 2018-09-24T15:45:57Z
client/cas.py: Extend the API and implement fallback
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
a1127084
by Martin Blanchard
at 2018-09-24T15:46:09Z
temp_directory.py: Adapt to new Merkle tree maker
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
e7760e90
by Martin Blanchard
at 2018-09-24T15:46:09Z
storage/remote.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
1ec95260
by Martin Blanchard
at 2018-09-24T15:46:09Z
cmd_execute.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
8632e234
by Martin Blanchard
at 2018-09-24T17:01:29Z
cmd_cas.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
2ef719ff
by Martin Blanchard
at 2018-09-24T17:01:37Z
utils.py: Remove CAS upload helpers
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
1b35f8bd
by Martin Blanchard
at 2018-09-24T17:01:37Z
tests/utils/cas.py: New CAS server helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
dd4adf29
by Martin Blanchard
at 2018-09-24T17:01:37Z
tests/cas/test_client.py: Add unit-tests for CAS client
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
336a2229
by Martin Blanchard
at 2018-09-24T17:01:37Z
tests/cas/test_storage.py: Fix existing storage tests
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
cf469e45
by Martin Blanchard
at 2018-09-24T17:02:49Z
_expection.py: Centralise exception declarations
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
e8a320f6
by Martin Blanchard
at 2018-09-24T17:02:49Z
server/cas/service.py: Set errors for unimplemented methods
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
08b9b7aa
by Martin Blanchard
at 2018-09-24T17:02:49Z
client/cas.py: Introduce CAS downloader helper class
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
a0c6a940
by Martin Blanchard
at 2018-09-24T17:02:49Z
temp_directory.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
1f5a429a
by Martin Blanchard
at 2018-09-24T17:02:49Z
buildbox.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
746c9eec
by Martin Blanchard
at 2018-09-24T17:02:49Z
storage/remote.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
1275dbc5
by Martin Blanchard
at 2018-09-24T17:02:49Z
cmd_execute.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
6bdc97c8
by Martin Blanchard
at 2018-09-24T17:02:49Z
utils.py: Remove CAS download helpers
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
750af885
by Martin Blanchard
at 2018-09-24T17:02:49Z
tests/utils/cas.py: Extend CAS server helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
5875774d
by Martin Blanchard
at 2018-09-24T17:02:49Z
tests/cas/test_client.py: Add unit-tests for CAS downloader
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
6727af2e
by Martin Blanchard
at 2018-09-24T17:16:40Z
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