-
bff9c19b
by finnball
at 2018-09-20T14:30:28Z
Add !expand-path tag which informs parser to expand input.
-
f4a2e657
by finnball
at 2018-09-20T14:30:28Z
Updating configs with `!path`.
Also commented out unneeded credentials.
-
07e06b4a
by finnball
at 2018-09-20T16:21:42Z
Fails precondition if cannot fetch action from CAS.
Also added new exception for precondition fail.
-
1113a905
by finnball
at 2018-09-20T16:21:42Z
Tests now account for precondition fail if no action in CAS
-
1cc0759c
by finnball
at 2018-09-20T16:21:42Z
Added new upload-dummy command.
Uploads dummy action to CAS.
-
6a5b122a
by finnball
at 2018-09-20T16:26:44Z
Included new upload-dummy command to CI and docs.
-
7baac532
by finnball
at 2018-09-24T08:26:59Z
Added HASH_LENGTH to settings file.
-
704a3a11
by finnball
at 2018-09-24T08:27:02Z
Added exception handling to bot_session.
Will also return the stderr and stdout to user.
-
1ddf8d3e
by finnball
at 2018-09-24T10:42:25Z
buildbox bot now returns stderr, stdout and exit code to client.
-
3b3b96b3
by finnball
at 2018-09-24T10:44:02Z
temp-directory bot now returns stderr, stdout and exit code to client.
-
cc8d885a
by finnball
at 2018-09-24T10:44:03Z
Do not store in action cache if non-zero lease status code.
-
431cd23b
by finnball
at 2018-09-24T10:44:03Z
Return lease status code in ExecuteResponse.
-
6a29b5f0
by finnball
at 2018-09-24T10:44:03Z
Ammended unittest for lease status.
-
76933795
by Martin Blanchard
at 2018-09-24T11:00:43Z
client/cas.py: Rename the message uploading helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
12ca68d5
by Martin Blanchard
at 2018-09-24T11:00:43Z
client/cas.py: Add a separate close method
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
be84b938
by Martin Blanchard
at 2018-09-24T11:00:43Z
utils.py: Rework the Merkle tree helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
c0d7803d
by Martin Blanchard
at 2018-09-24T11:00:43Z
client/cas.py: Extend the API and implement fallback
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
21e05d70
by Martin Blanchard
at 2018-09-24T11:00:43Z
temp_directory.py: Adapt to new Merkle tree maker
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
6dad247e
by Martin Blanchard
at 2018-09-24T11:00:43Z
storage/remote.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
d32848fe
by Martin Blanchard
at 2018-09-24T11:07:43Z
cmd_execute.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
02847393
by Martin Blanchard
at 2018-09-24T11:10:41Z
cmd_cas.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
80186d95
by Martin Blanchard
at 2018-09-24T11:10:43Z
utils.py: Remove CAS upload helpers
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
bbd283b7
by Martin Blanchard
at 2018-09-24T11:10:43Z
tests/utils/cas.py: New CAS server helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
e0f7261d
by Martin Blanchard
at 2018-09-24T11:10:43Z
tests/cas/test_client.py: Add unit-tests for CAS client
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
fa003fdc
by Martin Blanchard
at 2018-09-24T11:10:43Z
tests/cas/test_storage.py: Fix existing storage tests
https://gitlab.com/BuildGrid/buildgrid/issues/77