-
f7052140
by finnball
at 2018-09-17T13:40:08Z
Instance and operation name errors now formatted with `[{}]`.
Helps diagnose empty instance and operation name errors.
-
53257bac
by Laurence Urhegyi
at 2018-09-17T17:26:05Z
Update README.rst
Adds a link to Bazel in addition to BuildStream as a client.
Amends some of the formatting of paragraphs so they are in a more logical order.
-
f8e2b7c0
by Laurence Urhegyi
at 2018-09-17T17:34:59Z
Update README.rst
Adds links as hyperlinks so that the README page looks neater
-
37e735e5
by Laurence Urhegyi
at 2018-09-17T17:39:20Z
Update index.rst
Amends links to be hyperlinks so that the webpages look neater.
-
2f02bd54
by Martin Blanchard
at 2018-09-19T08:35:06Z
CONTRIBUTING.rst: Add a sub-section about testing
https://gitlab.com/BuildGrid/buildgrid/issues/18
-
88f5fc94
by Martin Blanchard
at 2018-09-19T08:35:08Z
README.rst: Remove trailing whitespaces and newlines
-
6362346c
by Martin Blanchard
at 2018-09-19T09:07:12Z
docs: Add Bazel and BuildStream configuration instructions
https://gitlab.com/BuildGrid/buildgrid/issues/51
-
8a0bae22
by finnball
at 2018-09-20T10:04:22Z
Moved and renamed `server.py`.
-
2809507f
by finnball
at 2018-09-20T10:08:27Z
Server class now allows instances to add themselves to services.
If no service exists, creates the object.
-
d30e5899
by finnball
at 2018-09-20T10:08:32Z
Parser can now parse scalars. Also added new `!channel` tag.
-
d2f9f287
by finnball
at 2018-09-20T10:08:32Z
Updated configs to use new channel tag.
-
bd304649
by finnball
at 2018-09-20T10:08:32Z
Updated server command to use new parsing structure.
-
bc342dc5
by finnball
at 2018-09-20T10:08:32Z
Service classes can now add instances to themselves.
-
7126d219
by finnball
at 2018-09-20T10:08:32Z
Instance classes can now add themselves to services.
-
127ac5ac
by finnball
at 2018-09-20T10:08:32Z
Amended unittests for adding instances to services.
-
9bccb336
by finnball
at 2018-09-20T10:08:32Z
Added unittest for parser and sever instance.
-
c340f081
by Martin Blanchard
at 2018-09-20T10:46:14Z
client/cas.py: Rename the message uploading helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
f71bf201
by Martin Blanchard
at 2018-09-20T10:46:14Z
client/cas.py: Add a separate close method
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
dc855a85
by Martin Blanchard
at 2018-09-20T10:46:14Z
client/cas.py: Extend the API and implement fallback
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
9b414103
by Martin Blanchard
at 2018-09-20T13:49:21Z
storage/remote.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
a7eedf57
by Martin Blanchard
at 2018-09-20T13:49:27Z
cmd_execute.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
d1be3512
by Martin Blanchard
at 2018-09-20T13:49:27Z
cmd_cas.py: Port to new CAS uploader helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
37f2bd24
by Martin Blanchard
at 2018-09-20T13:49:27Z
utils.py: Remove CAS upload helpers
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
6ad31e59
by Martin Blanchard
at 2018-09-20T13:49:27Z
tests/utils/cas.py: New CAS server helper
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
4cd0fc5c
by Martin Blanchard
at 2018-09-20T13:49:27Z
tests/cas/test_client.py: Add unit-tests for CAS client
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
f655448b
by Martin Blanchard
at 2018-09-20T13:52:31Z
tests/cas/test_storage.py: Fix existing storage tests
https://gitlab.com/BuildGrid/buildgrid/issues/77
-
c40ede7a
by Martin Blanchard
at 2018-09-20T13:56:32Z
_expection.py: Centralise exception declarations
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
ae4bf5f2
by Martin Blanchard
at 2018-09-20T13:56:32Z
client/cas.py: Introduce CAS downloader helper class
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
c6220e94
by Martin Blanchard
at 2018-09-20T13:56:32Z
temp_directory.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
63832b70
by Martin Blanchard
at 2018-09-20T13:56:33Z
buildbox.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
da0dade7
by Martin Blanchard
at 2018-09-20T14:07:34Z
storage/remote.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
35735e8c
by Martin Blanchard
at 2018-09-20T14:07:41Z
cmd_execute.py: Port to new CAS downloader helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
11fdb7ee
by Martin Blanchard
at 2018-09-20T14:07:41Z
utils.py: Remove CAS download helpers
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
596db1fc
by Martin Blanchard
at 2018-09-20T14:07:41Z
tests/utils/cas.py: Extend CAS server helper
https://gitlab.com/BuildGrid/buildgrid/issues/79
-
de7219de
by Martin Blanchard
at 2018-09-20T14:07:41Z
tests/cas/test_client.py: Add unit-tests for CAS downloader
https://gitlab.com/BuildGrid/buildgrid/issues/79