This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
from e6d685e7d Merge pull request #1924 from
apache/tristan/bst-show-description
add 4797fd6fc casdprocessmanager.py: Support `keepalive-time` for
`storage-service`
add ad4909fde _protos: Update protos from remote-apis
add f095829fc _protos: Update local_cas.proto from buildbox
add 3e5eeb798 _remotespec.py: Add `access-token` config
add 87bcec4f4 _remotespec.py: Add `access-token-reload-interval` config
new 31ee45fc5 Merge pull request #1925 from apache/juerg/token-auth
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/source/using_config.rst | 37 ++-
src/buildstream/_cas/casdprocessmanager.py | 8 +
.../build/bazel/remote/asset/v1/remote_asset.proto | 50 ++++
.../bazel/remote/asset/v1/remote_asset_pb2.py | 40 +--
.../remote/execution/v2/remote_execution.proto | 314 +++++++++++++++++++--
.../remote/execution/v2/remote_execution_pb2.py | 249 ++++++++--------
.../execution/v2/remote_execution_pb2_grpc.py | 119 +++++---
.../_protos/build/buildgrid/local_cas.proto | 23 ++
.../_protos/build/buildgrid/local_cas_pb2.py | 74 ++---
src/buildstream/_remotespec.py | 43 ++-
10 files changed, 699 insertions(+), 258 deletions(-)