You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by be...@apache.org on 2022/01/18 19:23:28 UTC

[buildstream] branch bschubert/rewrite-workspace-multi-test updated (667fe33 -> bc5e84a)

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

benschubert pushed a change to branch bschubert/rewrite-workspace-multi-test
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 667fe33  workspace.py: Remove assumption on specific kinds to testing multiple
     add c20bd02  workspace.py: Move bzr specific test to the bzr source
     add c6946df  Merge pull request #1565 from apache/bschubert/move-test
     add b191845  _frontend/status.py: use shutil.get_terminal_size()
     add 2e7328c  Merge pull request #1545 from abderrahim/terminal_size
     add c3115ac  testutils/artifactshare.py: remove the casd option
     add 07252f0  casserver.py: remove ReferenceStorage
     add c1b5c27  casserver.py: remove the server_main function
     add a3fa795  Merge pull request #1543 from abderrahim/casserver
     add 5a1b5e8  types.py: Added _SourceMirror type to represent a mirror
     add 7213cd4  _project.py: Use _SourceMirror to store mirrors
     add 392db0a  _context.py, _project.py: Allow user configuration to override mirror definitions
     add 3f27940  tests/frontend/mirror.py: Test mirrors defined in user configuration
     add 2d9e0b6  doc: Document the ability to override source mirrors in user configuration
     add f356a3b  NEWS: Document that user configuration can now override project defined source mirrors
     add 5fe6ba5  _project.py: Change get_alias_uri() -> alias_exists()
     add 66f7bd4  Add fetch and track source URL policy
     add f55d5b5  source.py: Remove behavior of traversing mirrors in reverse at tracking time
     add 10457e1  tests/frontend/mirror.py: Test fetch source policy
     add a9b2a12  doc/source/using_config.rst: Document new source URL policy configurations
     add 0b6810e  NEWS: Document addition of fetch/track source user configuration
     add 1c72d43  Merge pull request #1537 from apache/tristan/mirrors
     add 41c4bdd  .github/common.env: Update Docker images
     add 8c64573  Merge pull request #1571 from apache/juerg/buildbox
     add bc5e84a  workspace.py: Remove assumption on specific kinds to testing multiple

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   (667fe33)
            \
             N -- N -- N   refs/heads/bschubert/rewrite-workspace-multi-test (bc5e84a)

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                                 |   2 +-
 NEWS                                               |   6 +
 doc/source/format_project.rst                      |   7 +-
 doc/source/using_config.rst                        | 108 ++++++-
 src/buildstream/_cas/casserver.py                  | 186 ------------
 src/buildstream/_context.py                        |  22 +-
 src/buildstream/_frontend/status.py                |   5 +-
 src/buildstream/_project.py                        |  77 +++--
 .../_protos/buildstream/v2/buildstream.proto       |  95 ------
 .../_protos/buildstream/v2/buildstream_pb2.py      | 335 ---------------------
 .../_protos/buildstream/v2/buildstream_pb2_grpc.py | 143 ---------
 src/buildstream/data/userconfig.yaml               |  22 ++
 src/buildstream/source.py                          |  11 +-
 src/buildstream/testing/_sourcetests/mirror.py     |   3 +
 src/buildstream/types.py                           |  66 ++++
 tests/frontend/mirror.py                           | 171 ++++++++++-
 tests/frontend/workspace.py                        |  18 --
 tests/sources/bzr.py                               |  30 +-
 tests/testutils/artifactshare.py                   |  19 +-
 19 files changed, 473 insertions(+), 853 deletions(-)
 delete mode 100644 src/buildstream/_protos/buildstream/v2/buildstream.proto
 delete mode 100644 src/buildstream/_protos/buildstream/v2/buildstream_pb2.py
 delete mode 100644 src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py