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

akitouni pushed a change to branch abderrahim/toplevel-mirror
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard c6d15535c Allow toplevel project to override mirrors for subprojects
     add 146b424b1 source: disable check for URL marking at configure time
     add 9ff179b8c _sourcetests/mirror.py: Remove 
test_mirror_junction_from_includes()
     add ce94914da _pluginfactory: Additional type checking
     add 23809c7cb Adding source mirror plugins
     add 436d19fb3 _project.py: Use SourceMirror objects
     add 489640115 doc/source/core_framework.rst: Add SourceMirror to the index
     add 22ca19558 tests/frontend/mirror.py: Added test for source mirror 
plugins
     add bfc668a2b Source/SourceMirror: Extend API with extra_data
     add 2339eaa0c DownloadableFileSource: Support "auth-header-format" extra 
data
     add 2ce2e6c5e tests: Added test for bearer authorization in 
DownloadableFileSource
     add 15671bea0 Merge remote-tracking branches 
'origin/abderrahim/mark-url-check' and 'origin/tristan/downloadable-auth' into 
abderrahim/buildstream-mirrors-merge
     add 402c7d024 Allow toplevel project to override mirrors for subprojects

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   (c6d15535c)
            \
             N -- N -- N   refs/heads/abderrahim/toplevel-mirror (402c7d024)

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/core_framework.rst                      |   1 +
 src/buildstream/__init__.py                        |   1 +
 src/buildstream/_pluginfactory/__init__.py         |   1 +
 src/buildstream/_pluginfactory/elementfactory.py   |  16 +-
 src/buildstream/_pluginfactory/pluginfactory.py    |  13 +-
 src/buildstream/_pluginfactory/pluginorigin.py     |   9 +-
 src/buildstream/_pluginfactory/sourcefactory.py    |  18 +-
 .../_pluginfactory/sourcemirrorfactory.py          |  71 +++++++
 src/buildstream/_project.py                        | 142 +++++++++-----
 src/buildstream/_site.py                           |   3 +
 src/buildstream/_testing/_sourcetests/mirror.py    |  55 ------
 src/buildstream/downloadablefilesource.py          | 100 +++++++++-
 src/buildstream/element.py                         |   6 +-
 src/buildstream/source.py                          | 119 ++++++++----
 src/buildstream/sourcemirror.py                    | 203 +++++++++++++++++++++
 tests/frontend/mirror.py                           |  90 +++++++++
 tests/frontend/project/sourcemirrors/mirror.py     |  38 ++++
 tests/sources/tar.py                               |  70 ++++++-
 .../tar/fetch/sourcemirrors/bearermirror.py        |  29 +++
 .../{http_server.py => bearer_http_server.py}      |  50 +++--
 tests/testutils/file_server.py                     |  17 ++
 21 files changed, 872 insertions(+), 180 deletions(-)
 create mode 100644 src/buildstream/_pluginfactory/sourcemirrorfactory.py
 create mode 100644 src/buildstream/sourcemirror.py
 create mode 100644 tests/frontend/project/sourcemirrors/mirror.py
 create mode 100644 tests/sources/tar/fetch/sourcemirrors/bearermirror.py
 copy tests/testutils/{http_server.py => bearer_http_server.py} (67%)

Reply via email to