This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/artifact-show-remote
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard cc9b7a387 tests/frontend/artifact_show.py: Add coverage for newly
added options
discard af653a0a3 Fixup implementation
discard aba8d1504 tests/frontend/artifact_show.py: Split out test files from
common data dir
discard 5275d1dea Support artifact remote arguments in bst artifact show
command.
add 9a5863e2f _pluginfactory/pluginoriginpip.py: Fix the description string
add 045c25c67 Merge pull request #2076 from
apache/tristan/pip-origin-description
add 0b4914d05 tests/artifactcache/pull: stop using CASRemote.push_message()
add 509391313 casremote: drop the push_message method
add 020e58fb6 Use CASDProcessManager directly to access REAPI stubs
add 06eb62a45 Merge pull request #2062 from
apache/abderrahim/cascache-cleanup
add 2fd746bf1 _frontend: Fix error for commands without targets outside
project dir
add 80d16dee4 Merge pull request #2074 from apache/jbilleter/no-project
add 86c6c8b76 _frontend: Don't use deprecated
`click.parser.split_arg_string()`
add 13ccbe5ab setup.cfg: Add `python_requires`
add 306938b03 pyproject.toml: Simplify `cibuildwheel` config
add af36872eb ci: Don't run tests on Debian 11
add d4be9b80d Drop support for Python 3.9
add 3256129eb Update requirements
add 85be4410c Merge pull request #2085 from apache/jbilleter/python-3.9
add 89f7314ca doc/source/core_plugins.rst: Fix link to buildstream-plugins
add d00fe5c2a Merge pull request #2078 from
ignapk/fix-buildstream-plugins-link
add 878fa5251 Support artifact remote arguments in bst artifact show
command.
add 870cd6686 tests/frontend/artifact_show.py: Split out test files from
common data dir
add 1c31c6ece Fixup implementation
add ccb6f5580 tests/frontend/artifact_show.py: Add coverage for newly
added options
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 (cc9b7a387)
\
N -- N -- N refs/heads/tristan/artifact-show-remote (ccb6f5580)
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/common.env | 4 +-
.github/compose/ci.docker-compose.yml | 9 ----
.github/run-ci.sh | 2 +-
.github/workflows/ci.yml | 2 -
.github/workflows/release.yml | 1 -
.pylintrc | 4 --
doc/source/core_plugins.rst | 2 +-
doc/source/main_install.rst | 2 +-
pyproject.toml | 6 +--
requirements/cov-requirements.txt | 8 ++--
requirements/dev-requirements.txt | 16 +++----
requirements/requirements.in | 1 -
requirements/requirements.txt | 16 +++----
setup.cfg | 3 ++
setup.py | 5 +-
src/buildstream/_assetcache.py | 6 +--
src/buildstream/_cas/cascache.py | 45 ++++--------------
src/buildstream/_cas/casremote.py | 28 ++----------
src/buildstream/_frontend/cli.py | 24 +++++-----
src/buildstream/_frontend/complete.py | 8 +++-
src/buildstream/_pluginfactory/pluginoriginpip.py | 9 +---
src/buildstream/_stream.py | 21 ++++++++-
src/buildstream/sandbox/_reremote.py | 13 +++---
src/buildstream/sandbox/_sandboxbuildboxrun.py | 7 ++-
src/buildstream/sandbox/_sandboxremote.py | 4 +-
tests/artifactcache/pull.py | 7 ++-
tests/artifactcache/push.py | 56 -----------------------
tests/conftest.py | 7 +--
tox.ini | 40 ++++++++--------
29 files changed, 126 insertions(+), 230 deletions(-)