-
473852e5
by finnball
at 2018-09-10T15:59:11Z
Fixed race condition.
If a job was marked as completed, it may be destroyed before
it had time to update the lease state.
-
763e49b1
by Martin Blanchard
at 2018-09-11T10:57:40Z
_protos: Add missing package declarations
-
ed14ba20
by Martin Blanchard
at 2018-09-11T10:58:25Z
client: Add missing package declarations
-
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
-
71a112c5
by finn
at 2018-09-11T11:53:42Z
Added yml config parser
New class which maps custom tags and example yaml file.
Services now add themselves to the server upon initialisation.
-
95577d7f
by Finn Ball
at 2018-09-11T11:53:42Z
Ammended unittests to support new Controller class.
Also fixed instance name support
-
d4bb8bb2
by Finn Ball
at 2018-09-11T11:53:42Z
Ammended docs and gitlab ci to use configs
-
13c040ec
by finnball
at 2018-09-11T11:53:42Z
Separated out the operations command.