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

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


    omit dd96570f7 _sandboxbuildboxrun.py: Restore terminal after exit of 
interactive child
     add 2c910a8ab source: add suffix parameter to translate_url
     add cbbac39cb Merge pull request #1899 from 
apache/abderrahim/translate-url-suffix
     add f66f4f9c8 tox.ini: Pin version of types-* in mypy tests
     add eb2411a8f Merge pull request #1900 from apache/abderrahim/fix-mypy
     add fe3201f78 _sourcetests/mirror.py: Remove 
test_mirror_junction_from_includes()
     add bda3a6829 Merge pull request #1904 from apache/abderrahim/drop-test
     add 3712e6920 _pluginfactory: Additional type checking
     add cf5893578 Merge pull request #1905 from apache/abderrahim/type-checking
     add 5c0803f71 ci: use docker compose v2
     add 9e84d3de2 Remove unused 'default' values for bst init
     add 782c53a6c Update default version for bst init
     add e77ef8cdd Merge pull request #1907 from 
apache/abderrahim/docker-compose
     add 2fe4c7bd1 Adding source mirror plugins
     add 4e342c576 _project.py: Use SourceMirror objects
     add 6602afcae doc/source/core_framework.rst: Add SourceMirror to the index
     add 196374745 tests/frontend/mirror.py: Added test for source mirror 
plugins
     add 434691fbd Source/SourceMirror: Extend API with extra_data
     add 217bbbae1 Merge pull request #1903 from 
apache/abderrahim/mirror-plugins
     add a7436e830 ci: Update cibuildwheel for releases
     add 23147f2e4 Merge pull request #1908 from apache/abderrahim/fix-release
     add e68b3087c Deprioritize search_subprojects_dir
     add 2ea9e7e25 Merge pull request #1902 from nanonyme/buildbox-priority
     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
     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 92968d41a DownloadableFileSource: Support "http-auth" extra data
     add 71de84a92 tests: Added test for bearer authorization in 
DownloadableFileSource
     add 48cddd0a8 Merge pull request #1911 from apache/juerg/downloadable-auth
     add c80d9d525 UNAVAILABLE is not a fatal error
     add 0bd7059b9 Merge pull request #1901 from 
nanonyme/nanonyme/remote-execution
     add 057bbce07 tox.ini: Cython is required to update manpages
     add 25f40bc4f Update manpages
     add bdfa040f6 Update documentation
     add ce1c672f6 Update NEWS for 2.2.0
     add 8080e8552 Merge pull request #1912 from apache/abderrahim/2.2
     add b0b7231fd Empty commit to work around a potential versioneer bug
     add 2228a496d Properly set keepalive time
     add 4b88ea656 Add keepalive-time test to artifactcache pull
     add c7274d41d Merge pull request #1916 from nanonyme/keepalive
     add 77af56992 tests/frontend/mirror.py: Test non-identity alias mapping
     add fda963ec8 tests/frontend/mirror.py: Test interaction of alias mapping 
and source mirrors
     add 9a09c41c6 Keep track of the parent alias when aliases are mapped
     add 7b1af8815 Use a dataclass for the alias substitution
     add 7c6c685dc tests/frontend/mirror.py: add comment to explain the alias 
mapping test
     add f8f7690dc Merge pull request #1918 from 
apache/abderrahim/alias-mapping-fix
     add dd4dcc1e1 Update documentation for installing Buildbox
     add a80088874 Merge pull request #1919 from 
misha-codethink/buildbox-installation-instructions
     add f83c3e3c6 NEWS: update for 2.2.1
     add db0a4f3e0 Merge pull request #1920 from apache/abderrahim/news-2.2.1
     add 793405c0c _sandboxbuildboxrun.py: Restore terminal after exit of 
interactive child

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   (dd96570f7)
            \
             N -- N -- N   refs/heads/abderrahim/background (793405c0c)

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:
 .github/run-ci.sh                                  |  12 +-
 .github/workflows/ci.yml                           |   2 +-
 .github/workflows/merge.yml                        |   2 +-
 .github/workflows/release.yml                      |   4 +-
 NEWS                                               |  33 +++
 doc/examples/first-project/project.conf            |   2 +-
 doc/source/core_framework.rst                      |   1 +
 doc/source/format_project.rst                      |  35 +++
 doc/source/main_install.rst                        |  28 +-
 man/bst-artifact-checkout.1                        |   7 +-
 man/bst-artifact-delete.1                          |   2 +-
 man/bst-artifact-list-contents.1                   |   7 +-
 man/bst-artifact-log.1                             |   2 +-
 man/bst-artifact-pull.1                            |  31 +--
 man/bst-artifact-push.1                            |  31 +--
 man/bst-artifact-show.1                            |   2 +-
 man/bst-artifact.1                                 |  45 ++--
 man/bst-build.1                                    |  27 +-
 man/bst-help.1                                     |   2 +-
 man/bst-init.1                                     |  13 +-
 man/bst-shell.1                                    |  29 +-
 man/bst-show.1                                     |  83 +++---
 man/bst-source-checkout.1                          |   7 +-
 man/bst-source-fetch.1                             |  29 +-
 man/bst-source-push.1                              |  29 +-
 man/bst-source-track.1                             |  29 +-
 man/bst-source.1                                   |   2 +-
 man/bst-workspace-close.1                          |   2 +-
 man/bst-workspace-list.1                           |   2 +-
 man/bst-workspace-open.1                           |   2 +-
 man/bst-workspace-reset.1                          |   2 +-
 man/bst-workspace.1                                |   2 +-
 man/bst.1                                          |   9 +-
 src/buildstream/__init__.py                        |   1 +
 src/buildstream/_cas/casremote.py                  |   3 +-
 src/buildstream/_frontend/app.py                   |  21 +-
 src/buildstream/_frontend/cli.py                   |   2 +-
 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          |  69 +++++
 src/buildstream/_project.py                        | 148 +++++++++--
 src/buildstream/_site.py                           |   3 +
 src/buildstream/_testing/_sourcetests/mirror.py    |  55 ----
 src/buildstream/downloadablefilesource.py          |  80 +++++-
 src/buildstream/element.py                         |   6 +-
 src/buildstream/plugins/elements/junction.py       |  26 +-
 src/buildstream/plugins/sourcemirrors/default.py   |  44 ++++
 src/buildstream/sandbox/_sandboxremote.py          |   1 -
 src/buildstream/source.py                          | 118 ++++++---
 src/buildstream/sourcemirror.py                    | 168 ++++++++++++
 src/buildstream/utils.py                           |   2 +-
 tests/artifactcache/pull.py                        |  26 +-
 tests/conftest.py                                  |  61 ++---
 tests/frontend/mirror.py                           | 293 ++++++++++++++++++++-
 tests/frontend/project/sourcemirrors/mirror.py     |  36 +++
 tests/sources/tar.py                               |  72 ++++-
 .../tar/fetch/sourcemirrors/bearermirror.py        |  36 +++
 .../{http_server.py => bearer_http_server.py}      |  50 ++--
 tests/testutils/file_server.py                     |  17 ++
 tox.ini                                            |  15 +-
 63 files changed, 1468 insertions(+), 457 deletions(-)
 create mode 100644 src/buildstream/_pluginfactory/sourcemirrorfactory.py
 create mode 100644 src/buildstream/plugins/sourcemirrors/default.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