-
f3ede887
by finn
at 2018-09-11T11:53:42Z
Rearranged files into more sensible folders.
Updated imports to relfect this also.
-
c429e1ee
by finn
at 2018-09-11T11:53:42Z
Removed unused exception domains and added OutOfRangeError
-
85b14cef
by finn
at 2018-09-11T11:53:42Z
Adding `remote` implementation of storage_abc
-
26475f89
by finn
at 2018-09-11T11:53:42Z
Separated out CAS instance from service
-
63f145c2
by finn
at 2018-09-11T11:53:42Z
Added remote storage unittests
Also updated unittests to reflect CAS service
and instance separation
-
be197554
by finn
at 2018-09-11T14:16:11Z
Added yml config parser
New class which maps custom tags and example yaml file.
Services now add themselves to the server upon initialisation.
-
bd50925d
by Finn Ball
at 2018-09-11T14:16:13Z
Ammended unittests to support new Controller class.
Also fixed instance name support
-
338d3158
by Finn Ball
at 2018-09-11T14:16:13Z
Ammended docs and gitlab ci to use configs
-
ebb04267
by finnball
at 2018-09-11T14:22:05Z
Separated out the operations command.
Also corrected `insecure` print messages.
-
d7ef832c
by Martin Blanchard
at 2018-09-11T16:51:58Z
utils.py: Add a simple file writer helper
https://gitlab.com/BuildGrid/buildgrid/issues/71
-
2d44c601
by Martin Blanchard
at 2018-09-11T16:51:58Z
buildbox.py: Better action execution support
https://gitlab.com/BuildGrid/buildgrid/issues/71
-
a1dd6783
by Martin Blanchard
at 2018-09-11T16:51:58Z
buildbox.py: Manually forge a Tree message
https://gitlab.com/BuildGrid/buildgrid/issues/71
-
a7f2ea44
by finnball
at 2018-09-12T15:51:38Z
Added remote parser.
Constructs a channel using the `Context` class and passes it into
the `RemoteStorage` class.
Also removed default `instance_name` from RemoteStorage
-
142d7ef2
by finnball
at 2018-09-12T15:51:42Z
Added new config files and a missing `__init__.py`
Also moved location of a variable in `default.yml`
-
2e426480
by finnball
at 2018-09-12T15:51:42Z
When raising error, correct variable is logged.
-
8564f37c
by finnball
at 2018-09-12T15:51:42Z
If blob not found, correctly handles exception.
-
eb959e27
by finnball
at 2018-09-12T15:55:02Z
Catch key errors when attempting to parse.
Also made `credentials` a key.
-
985b4970
by Martin Blanchard
at 2018-09-12T16:11:54Z
client/cas.py: Rename the message uploading helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
ec10e7e8
by Martin Blanchard
at 2018-09-12T16:11:54Z
client/cas.py: Add a separate close method
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
fb71df38
by Martin Blanchard
at 2018-09-13T08:59:51Z
client/cas.py: Extend the API and implement fallback
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
3fc0d40a
by Martin Blanchard
at 2018-09-13T09:01:06Z
storage/remote.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
2a8f8e52
by Martin Blanchard
at 2018-09-13T10:20:55Z
cmd_execute.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
42514416
by Martin Blanchard
at 2018-09-13T10:23:57Z
cmd_cas.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
362bab80
by Martin Blanchard
at 2018-09-13T10:25:02Z
utils.py: Remove CAS upload helpers
https://gitlab.com/BuildGrid/buildgrid/issues/77