This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch juerg/grpc-settings
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard f9f2c1e83 tox.ini: Update mypy
discard 560db9b89 Support gRPC connection options for retry and timeout
discard 63f26c8b9 _protos: Update local_cas.proto from buildbox
discard fb9fe670b _protos: Regenerate with protobuf 5.28.3 and grpcio 1.68.0
add 0e7d5381c _protos: Regenerate with protobuf 5.28.3 and grpcio 1.68.0
add 61f8d8149 _protos: Update local_cas.proto from buildbox
add c94baa23b Support gRPC connection options for retry and timeout
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f9f2c1e83)
\
N -- N -- N refs/heads/juerg/grpc-settings (c94baa23b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../bazel/remote/asset/v1/remote_asset_pb2.pyi | 131 +++++
.../remote/execution/v2/remote_execution_pb2.pyi | 624 +++++++++++++++++++++
.../_protos/build/bazel/semver/semver_pb2.pyi | 17 +
.../_protos/build/buildgrid/local_cas_pb2.pyi | 268 +++++++++
.../_protos/buildstream/v2/artifact_pb2.pyi | 64 +++
.../_protos/buildstream/v2/source_pb2.pyi | 15 +
.../_protos/google/api/annotations_pb2.pyi | 8 +
src/buildstream/_protos/google/api/http_pb2.pyi | 44 ++
.../_protos/google/bytestream/bytestream_pb2.pyi | 55 ++
.../_protos/google/longrunning/operations_pb2.pyi | 62 ++
src/buildstream/_protos/google/rpc/code_pb2.pyi | 42 ++
src/buildstream/_protos/google/rpc/status_pb2.pyi | 17 +
tox.ini | 4 +-
13 files changed, 1349 insertions(+), 2 deletions(-)
create mode 100644
src/buildstream/_protos/build/bazel/remote/asset/v1/remote_asset_pb2.pyi
create mode 100644
src/buildstream/_protos/build/bazel/remote/execution/v2/remote_execution_pb2.pyi
create mode 100644 src/buildstream/_protos/build/bazel/semver/semver_pb2.pyi
create mode 100644 src/buildstream/_protos/build/buildgrid/local_cas_pb2.pyi
create mode 100644 src/buildstream/_protos/buildstream/v2/artifact_pb2.pyi
create mode 100644 src/buildstream/_protos/buildstream/v2/source_pb2.pyi
create mode 100644 src/buildstream/_protos/google/api/annotations_pb2.pyi
create mode 100644 src/buildstream/_protos/google/api/http_pb2.pyi
create mode 100644 src/buildstream/_protos/google/bytestream/bytestream_pb2.pyi
create mode 100644
src/buildstream/_protos/google/longrunning/operations_pb2.pyi
create mode 100644 src/buildstream/_protos/google/rpc/code_pb2.pyi
create mode 100644 src/buildstream/_protos/google/rpc/status_pb2.pyi