This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch juerg/junction-aliases
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard 4c19b3fa3 WIP: Add sketch of error handling
discard 9ee4b817f fixup! WIP: Add test for the subproject alias functionality
discard 77b86aa76 _project.py: Let `disallow-subproject-uris` imply fatal
`unaliased-url`
discard e7193129c doc: Document `disallow-subproject-uris`
discard 73e19d482 fixup! fixup! Support mapping subproject aliases to aliases
of the parent project
omit 76a7cc456 WIP: Add test for the subproject alias functionality
omit cf2fc83c7 Add automatic mapping of subproject aliases
omit f279b94bf fixup! Support mapping subproject aliases to aliases of the
parent project
omit dca2ac445 Support mapping subproject aliases to aliases of the parent
project
add ada9c159d tests: pytest_collection_modifyitems hook to skip tests
add 672ff85d8 Merge pull request #1880 from apache/abderrahim/test-skipping
add 62075d264 tox.ini: use allowlist_externals instead of
whitelist_externals
add 9f1babb32 Merge pull request #1886 from apache/abderrahim/allowlist
new fb8435b2f Support mapping subproject aliases to aliases of the parent
project
new 61f11798e Add automatic mapping of subproject aliases
new 5bce1eaef Add test for the subproject alias mapping functionality
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 (4c19b3fa3)
\
N -- N -- N refs/heads/juerg/junction-aliases (5bce1eaef)
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 3 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/format_project.rst | 10 ++--
src/buildstream/_project.py | 34 ++++++++++----
src/buildstream/plugins/elements/junction.py | 10 +++-
src/buildstream/source.py | 6 +--
tests/conftest.py | 61 +++++++++++++------------
tests/frontend/mirror.py | 68 +++++++++++++++++++++-------
tox.ini | 8 ++--
7 files changed, 129 insertions(+), 68 deletions(-)