This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch abderrahim/digest-environment
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard bd8786f4a tests/integration: Add tests for `digest-environment`
discard e851ab474 buildelement.py: Document `digest-environment`
discard 5594dc06a buildelement.py: Add the digest-environment config property
discard 604caf3d0 Store sandbox state in Artifact proto
discard 938c5db12 artifact.proto: Add a field for the build sandbox state
discard c5d0c1d99 _sandboxremote.py: Upload blobs for subsandbox roots
discard 57b1b7033 element.py: Add `subsandbox()` method
discard 28f5f3598 element.py: Support per-sandbox overlap collector
discard f98c918d1 sandbox.py: Add method to create a sub-sandbox
discard 80ea97496 element.py: Use sandbox environment for logging and shell
add 456a464b2 requirements: Relax protobuf version constraint
add 38cb948f3 Revert "Add note to update the requirements whenever the
grpc code is regenerated"
add 491cc8156 Add tox environment `build-grpc`
add ce4ba2fa4 Merge pull request #2043 from apache/jbilleter/protobuf
add 72398486e element.py: Use sandbox environment for logging and shell
add 74f28e5f1 sandbox.py: Add method to create a sub-sandbox
add 0cef77441 element.py: Support per-sandbox overlap collector
add bdef39523 element.py: Add `subsandbox()` method
add 3c1255e5a _sandboxremote.py: Upload blobs for subsandbox roots
add 7c7a04f6d artifact.proto: Add a field for the build sandbox state
add 2196bf9b7 Store sandbox state in Artifact proto
add 343093c6d buildelement.py: Add the digest-environment config property
add e471200a4 buildelement.py: Document `digest-environment`
add ec1269281 tests/integration: Add tests for `digest-environment`
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 (bd8786f4a)
\
N -- N -- N refs/heads/abderrahim/digest-environment (ec1269281)
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:
doc/source/hacking/grpc_protocols.rst | 14 +++-------
requirements/requirements.in | 2 +-
setup.py | 6 -----
src/buildstream/_artifactcache.py | 4 +++
tests/integration/digest-environment.py | 48 +++++++++++++++++++++++++++++++++
tox.ini | 11 ++++++++
6 files changed, 68 insertions(+), 17 deletions(-)