You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/10/07 09:52:12 UTC

[buildstream] 01/01: Merge pull request #1520 from apache/tristan/remove-plan-selection-mode

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

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 89100e1ea1fa4c17694ac3203eb3717d22e26734
Merge: 16a0bed 06a02fb
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Oct 7 18:52:05 2021 +0900

    Merge pull request #1520 from apache/tristan/remove-plan-selection-mode
    
    Remove selection mode "plan"

 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(-)