This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
from 16a0bed Merge pull request #1519 from
apache/tristan/project-path-variable
add ef60a6f tests/frontend/show.py: Remove test_planned_order()
add 64f8a45 tests/format/dependencies.py: Remove test_no_recurse()
add 0a7ff9e _scheduler/queues/queue.py: Prioritize enqueue order
add 850a3a5 Remove PipelineSelection.PLAN and any related frontend options
add 48be7f3 doc/source/using_config.rst: Amending docs for default build
deps
add 06a02fb NEWS: Added notice of breaking change and removal of `--deps
plan`
new 89100e1 Merge pull request #1520 from
apache/tristan/remove-plan-selection-mode
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:
NEWS | 4 +++
doc/source/using_config.rst | 2 +-
src/buildstream/_context.py | 4 +--
src/buildstream/_frontend/cli.py | 47 ++++++++++--------------------
src/buildstream/_pipeline.py | 46 ++++++++++++++++++++---------
src/buildstream/_scheduler/queues/queue.py | 11 +++++--
src/buildstream/_stream.py | 40 +++++++++++++++----------
src/buildstream/data/userconfig.yaml | 2 +-
src/buildstream/testing/runcli.py | 2 +-
src/buildstream/types.py | 3 --
tests/format/dependencies.py | 21 -------------
tests/frontend/completions.py | 4 +--
tests/frontend/order.py | 20 +++++++++----
tests/frontend/show.py | 36 ++---------------------
tests/frontend/workspace.py | 2 +-
15 files changed, 110 insertions(+), 134 deletions(-)