This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
from 0364d95f3 Merge pull request #1910 from apache/juerg/junction-aliases
add 92968d41a DownloadableFileSource: Support "http-auth" extra data
add 71de84a92 tests: Added test for bearer authorization in
DownloadableFileSource
new 48cddd0a8 Merge pull request #1911 from apache/juerg/downloadable-auth
The 1 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/downloadablefilesource.py | 80 ++++++++++++++++++++--
tests/sources/tar.py | 72 ++++++++++++++++++-
.../tar/fetch/sourcemirrors/bearermirror.py} | 8 +--
.../{http_server.py => bearer_http_server.py} | 50 ++++++--------
tests/testutils/file_server.py | 17 +++++
5 files changed, 188 insertions(+), 39 deletions(-)
copy tests/{frontend/project/sourcemirrors/mirror.py =>
sources/tar/fetch/sourcemirrors/bearermirror.py} (79%)
copy tests/testutils/{http_server.py => bearer_http_server.py} (67%)