This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch jbilleter/digest-environment
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard ff49f8fe8 buildelement.py: Move digest-environment logic to 
`configure_sandbox()`
 discard f845b1cb5 element.py: Add `subsandbox()` method
 discard 0ae61d1d4 sandbox.py: Make `create_subsandbox()` private
 discard e38e95d8e element.py: Support per-sandbox overlap collector
 discard 259c27d13 _sandboxremote.py: Upload blobs for subsandbox roots
 discard 91c399f9d buildelement: Add the digest-environment config property
 discard 8bcbde053 sandbox.py: add method to create a sub-sandbox
     add 6c0651a8b tar.py: Fix hardlink extraction with latest Python
     add 6d93bd3d4 tests/sources/tar.py: Add test for symlinks
     add 3032c1827 Merge pull request #2039 from apache/jbilleter/tar
     add 9c0b554c5 Implement loading of user provided provenance information
     add d6d5e738c tests/frontend/show.py: Add SourceInfo test for user 
provided data
     add 8129838d4 Merge pull request #2009 from 
apache/tristan/additional-source-provenance
     add 0f939d66a ci: Update images
     add ed6522f36 sandbox: Add support for action cache updates via 
`remote-apis-socket`
     add 62129a52c tests/integration/sandbox.py: Add test for 
`action-cache-enable-update`
     add f80077d4c Merge pull request #2038 from 
apache/jbilleter/nested-ac-update
     new 2839c14d3 sandbox.py: Add method to create a sub-sandbox
     new 4be5b8a76 element.py: Support per-sandbox overlap collector
     new 766d9738c element.py: Add `subsandbox()` method
     new 74920afde buildelement: Add the digest-environment config property
     new a6b49b025 _sandboxremote.py: Upload blobs for subsandbox roots
     new 1d1fafe49 element.py: Improve logging of build environment
     new 5a777a7a2 tests/integration: Add tests for `digest-environment`
     new 2c601fa54 wip: env
     new 8963d0377 wip: Store sandbox state in Artifact proto

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   (ff49f8fe8)
            \
             N -- N -- N   refs/heads/jbilleter/digest-environment (8963d0377)

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.

The 9 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:
 .github/common.env                                 |   2 +-
 doc/source/format_declaring.rst                    |  10 ++
 src/buildstream/_artifact.py                       |  30 ++++++
 src/buildstream/_artifactcache.py                  |   6 ++
 src/buildstream/_loader/metasource.py              |   7 +-
 src/buildstream/_loader/types.py                   |   1 +
 .../_protos/buildstream/v2/artifact.proto          |   7 ++
 .../_protos/buildstream/v2/artifact_pb2.py         |  14 +--
 .../_protos/buildstream/v2/artifact_pb2.pyi        |  15 ++-
 src/buildstream/element.py                         |  44 ++++++---
 src/buildstream/plugins/sources/tar.py             |  12 +--
 src/buildstream/sandbox/_config.py                 |  17 +++-
 src/buildstream/sandbox/_sandboxbuildboxrun.py     |   2 +
 src/buildstream/sandbox/sandbox.py                 |   3 +
 src/buildstream/source.py                          |  75 +++++++++++++--
 src/buildstream/types.py                           |  36 +++++++
 tests/frontend/show.py                             |  44 ++++++++-
 .../elements/{tar.bst => user-provenance.bst}      |   3 +
 tests/integration/digest-environment.py            | 106 +++++++++++++++++++++
 .../elements/digest-environment/base-buildtree.bst |  12 +++
 .../digest-environment/base-plus-extra-dep.bst     |  14 +++
 .../project/elements/digest-environment/base.bst   |  12 +++
 .../project/elements/digest-environment/merge.bst  |  16 ++++
 .../project/elements/digest-environment/two.bst    |  17 ++++
 ...socket.bst => remote-apis-socket-ac-update.bst} |   1 +
 tests/integration/sandbox.py                       |  21 ++++
 tests/sources/tar.py                               |  45 +++++++++
 .../malicious_target.bst => symlinks/target.bst}   |   0
 28 files changed, 527 insertions(+), 45 deletions(-)
 copy tests/frontend/source-info/elements/{tar.bst => user-provenance.bst} (58%)
 create mode 100644 tests/integration/digest-environment.py
 create mode 100644 
tests/integration/project/elements/digest-environment/base-buildtree.bst
 create mode 100644 
tests/integration/project/elements/digest-environment/base-plus-extra-dep.bst
 create mode 100644 
tests/integration/project/elements/digest-environment/base.bst
 create mode 100644 
tests/integration/project/elements/digest-environment/merge.bst
 create mode 100644 
tests/integration/project/elements/digest-environment/two.bst
 copy tests/integration/project/elements/sandbox/{remote-apis-socket.bst => 
remote-apis-socket-ac-update.bst} (82%)
 copy tests/sources/tar/{out-of-basedir-hardlinks/malicious_target.bst => 
symlinks/target.bst} (100%)

Reply via email to