-
9401c87d
by Finn
at 2018-10-02T16:33:03Z
Locked sphinx to version 1.7.8.
Breaks rtd-theme search function at higher versions currently.
-
51f661fd
by Jürg Billeter
at 2018-10-03T07:50:34Z
docs: Fix typos
-
febe2ced
by Martin Blanchard
at 2018-10-03T08:08:56Z
storage/disk.py: Port to BuildStream compatible path scheme
https://gitlab.com/BuildGrid/buildgrid/issues/93
-
e80b6503
by Martin Blanchard
at 2018-10-03T08:08:56Z
client/cas.py: Fix assertion in batch downloading client
https://gitlab.com/BuildGrid/buildgrid/issues/93
-
a305c9a1
by Finn
at 2018-10-03T09:22:30Z
An action cache miss should not be an error.
-
d6e6e64e
by Finn
at 2018-10-03T09:36:53Z
Adding docs on how to make a CAS server.
-
40b2e514
by Finn
at 2018-10-03T09:46:35Z
Added doc strings to YAML parser.
-
b8003277
by Martin Blanchard
at 2018-10-03T09:54:47Z
docs: Add a RECC usage example
https://gitlab.com/BuildGrid/buildgrid/issues/111
-
545e9b10
by Finn
at 2018-10-03T10:01:23Z
Use in memory storage for test.
-
321c34d8
by Martin Blanchard
at 2018-10-03T10:11:17Z
Rename 'temp-directory' bot to 'host-tools'
-
a539c4e9
by Finn
at 2018-10-03T10:49:00Z
Only add status of lease if result not cached.
-
7cc13d06
by Finn
at 2018-10-03T10:49:00Z
No need to pack the result as an any().
-
e59fb607
by Finn
at 2018-10-03T13:10:21Z
Allow user to change time period of bot updates through the cli.
-
23f0fed1
by Jürg Billeter
at 2018-10-03T13:16:10Z
buildbox.py: Set environment variables specified in request
https://gitlab.com/BuildGrid/buildgrid/issues/113
-
65f4b337
by Martin Blanchard
at 2018-10-03T14:08:14Z
client/cas.py: Fix empty instance-name issue
If the Uploader or Downloader instance-name parameter is set to the
empty string instead of None, the generated ByteStream resource-name
would contain a leading slash, which is an invalid REAPI request. If
the instance-name is not set, the resource-name should be of the form:
blobs/{hash}/{size}
-
a88e0715
by Finn
at 2018-10-03T14:35:20Z
Improved cas logging for debugging.
-
4fa35bc9
by Finn
at 2018-10-03T14:35:20Z
NotFoundError now logged as debug.
-
bb2cd92b
by Finn
at 2018-10-03T15:06:01Z
One lease per bot session.
Will be like this until we can fix #47.
-
74bca84f
by Finn
at 2018-10-03T15:06:01Z
Updated unittest for one lease per bot at a time.
-
0a856306
by Marios Hadjimichael
at 2018-10-03T20:09:34Z
Modified cas.yml config to run on port 50052
-
6afc4f91
by Raoul Hidalgo Charman
at 2018-10-04T17:19:49Z
cmd_operation.py: Remove instance_name from WaitExecutionRequest
This protocol buffer message should only have a name field.
-
0ea2b629
by Martin Blanchard
at 2018-10-05T09:29:53Z
setup.py: Unpin pytest version but require >= 3.8.0
https://gitlab.com/BuildGrid/buildgrid/issues/36
-
e82d70b1
by Martin Blanchard
at 2018-10-05T09:29:53Z
setup.cfg: Deactivate warning capture during tests
Since 3.8.x (and PEP 565), pytest displays DeprecationWarning and
PendingDeprecationWarning. Problem is that it does not filter the
module the warnings come from and display warnings from third party
libraries. Ignore them for now, details:
https://docs.pytest.org/en/latest/warnings.html#deprecationwarning-and-pendingdeprecationwarning
https://gitlab.com/BuildGrid/buildgrid/issues/36
-
d7d43431
by Martin Blanchard
at 2018-10-05T11:41:46Z
.pylintrc: Extend the list of known third parties
https://gitlab.com/BuildGrid/buildgrid/issues/36
-
2df25ff7
by Martin Blanchard
at 2018-10-08T15:49:32Z
docs: Add a resources page
-
8f5a93c6
by Marios Hadjimichael
at 2018-10-08T18:22:53Z
Created Dockerfile and added installation instructions
-
6f82144b
by Laurence Urhegyi
at 2018-10-08T20:13:31Z
Update CONTRIBUTING.rst
amends some confusing wording re committer policy
-
3aec6c0d
by Laurence Urhegyi
at 2018-10-08T20:16:48Z
Update CONTRIBUTING.rst
amends some confusing wording re committer policy
-
025bcdee
by Finn
at 2018-10-10T19:23:05Z
Adding links to the docs of the demos
-
1631a659
by Laurence Urhegyi
at 2018-10-10T19:30:29Z
Update README.rst
adds link to RECC to README
-
c2554302
by Laurence Urhegyi
at 2018-10-10T19:33:44Z
Update README.rst
changes link to point bug tracking to the issue board instead of issue list
-
a49581a6
by Laurence Urhegyi
at 2018-10-10T19:35:05Z
Update README.rst
updates link to fix a broken link and points to the issue board
-
81ee2399
by Finn
at 2018-10-11T17:16:03Z
Fixed minor issue in execute command.
Correctly finds file after download.
-
1417a8bf
by Laurence Urhegyi
at 2018-10-11T19:20:02Z
Update index.rst
updates link to point to gitlab issue board view instead of list
-
5e8eb6a9
by Laurence Urhegyi
at 2018-10-15T18:39:59Z
Update CONTRIBUTING.rst
updates the guide with more detail around the gitlab features and the way we've been using them
-
cee31b4a
by Laurence Urhegyi
at 2018-10-15T18:55:20Z
Update CONTRIBUTING.rst
updates policy re feature proposals to 'strongly' suggest proposals prior to any work being done
-
74f37337
by Martin Blanchard
at 2018-10-22T13:56:39Z
gitlab-ci.yml: Stop using buildstream-debian images
https://gitlab.com/BuildGrid/buildgrid/issues/123
-
b280c006
by Finn
at 2018-10-23T12:20:04Z
Adding an FAQ to the docs.