This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch juerg/downloadable-auth
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard 0294dae93 DownloadableFileSource: Replace `auth-header-format` with
`http-auth`
omit 59fc57173 fixup! tests: Added test for bearer authorization in
DownloadableFileSource
omit 35b8da072 tests: Added test for bearer authorization in
DownloadableFileSource
omit 680fd0bee DownloadableFileSource: Support "auth-header-format" extra
data
add fb8435b2f Support mapping subproject aliases to aliases of the parent
project
add 61f11798e Add automatic mapping of subproject aliases
add 1e2e6493a Add test for the subproject alias mapping functionality
add 0364d95f3 Merge pull request #1910 from apache/juerg/junction-aliases
add 7db85fb8b DownloadableFileSource: Support "http-auth" extra data
add 4ba6623c3 tests: Added test for bearer authorization in
DownloadableFileSource
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 (0294dae93)
\
N -- N -- N refs/heads/juerg/downloadable-auth (4ba6623c3)
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/format_project.rst | 35 ++++++++
src/buildstream/_project.py | 71 +++++++++++++--
src/buildstream/plugins/elements/junction.py | 26 +++++-
src/buildstream/source.py | 6 +-
tests/frontend/mirror.py | 130 ++++++++++++++++++++++++++-
5 files changed, 258 insertions(+), 10 deletions(-)