This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/optional-project
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
discard e658aa5 tests/frontend/artifact_checkout.py: Test artifact checkout
without project
discard 60c1ccb Allow certain operations to work without loading a project
new 8f0b85a Allow certain operations to work without loading a project
new b48e14c tests/frontend/artifact_list_contents.py: Use parametrized
tests
new 1836786 tests/frontend/artifact_list_contents.py: Test listing
artifact content without a project
new 42e553c tests/frontend/artifact_checkout.py: Test artifact checkout
without project
new 6f69887 tests/frontend/artifact_delete.py: Test artifact deletion
without a project
new b649b6e tests/frontend/artifact_log.py: Test artifact log without a
project
new ab1f6ce tests/frontend/artifact_pull.py: Test artifact pull without a
project
new eef0dd6 tests/frontend/artifact_show.py: Test artifact show without a
project
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 (e658aa5)
\
N -- N -- N refs/heads/tristan/optional-project (eef0dd6)
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 8 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:
src/buildstream/_frontend/widget.py | 12 +++-
tests/frontend/artifact_delete.py | 7 +-
tests/frontend/artifact_list_contents.py | 107 ++++++++++++++-----------------
tests/frontend/artifact_log.py | 34 +++++-----
tests/frontend/artifact_pull.py | 28 ++++++--
tests/frontend/artifact_show.py | 7 +-
6 files changed, 109 insertions(+), 86 deletions(-)