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

tvb pushed a change to branch abderrahim/quit-build
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard b6c34dc69 tests/integration/cachedfail.py: Test scheduler behavior 
after failed builds
 discard 44bc63df6 tests/integration/cachedfail.py: Refactored to use its own 
individual project
 discard e75e559f3 scheduler: Stop scheduling from the imperative queue when 
asked to quit
     add 1943e860d cascache: fix pushing with remote cache
     add ad22165dc Merge pull request #2015 from 
apache/abderrahim/fix-push-storage-service
     add 907f5fcd3 types.py: Add CoreWarnings.UNAVAILABLE_SOURCE_INFO
     add 3be4aa9e9 source.py: Issue a configurable warning when 
collect_source_info() is unimplemented
     add cac1ea80c tests/frontend/show.py: Test unimplemented 
collect_source_info()
     add f5b999727 Merge pull request #2018 from 
apache/tristan/source-info-fatal-warning
     add 839ea42c9 sync protobuf requirements with the grpcio-tools version used
     add 5e9eb7601 Add note to update the requirements whenever the grpc code 
is regenerated
     add 28ac5e4af Merge pull request #2017 from 
apache/abderrahim/protobuf-warnings
     add b9e429f8d scheduler: Stop scheduling from the imperative queue when 
asked to quit
     add f5055aa3d tests/integration/cachedfail.py: Refactored to use its own 
individual project
     add 7f91257e0 tests/integration/cachedfail.py: Test scheduler behavior 
after failed builds

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   (b6c34dc69)
            \
             N -- N -- N   refs/heads/abderrahim/quit-build (7f91257e0)

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:
 doc/source/hacking/grpc_protocols.rst              |  3 ++
 requirements/requirements.in                       |  2 +-
 setup.py                                           |  6 +++
 src/buildstream/__init__.py                        |  1 -
 src/buildstream/_cas/cascache.py                   |  2 +-
 src/buildstream/_frontend/widget.py                | 22 ++++------
 src/buildstream/source.py                          | 49 +++++++++-------------
 src/buildstream/types.py                           |  6 +++
 tests/frontend/show.py                             | 31 +++++++++-----
 .../fatal/elements/unimplemented.bst               |  4 ++
 .../fatal/plugins/fatal_unimplemented.py}          |  0
 .../fatal}/project.conf                            | 11 ++---
 .../non-fatal/elements/unimplemented.bst           |  4 ++
 .../non-fatal/plugins/non_fatal_unimplemented.py}  |  0
 .../non-fatal}/project.conf                        |  8 +---
 .../source-info/elements/unimplemented.bst         |  4 --
 tests/integration/cachedfail.py                    | 26 +++++++-----
 17 files changed, 95 insertions(+), 84 deletions(-)
 create mode 100644 
tests/frontend/source-info-unimplemented/fatal/elements/unimplemented.bst
 copy tests/frontend/{source-info/plugins/unimplemented.py => 
source-info-unimplemented/fatal/plugins/fatal_unimplemented.py} (100%)
 copy tests/frontend/{source-info => 
source-info-unimplemented/fatal}/project.conf (57%)
 create mode 100644 
tests/frontend/source-info-unimplemented/non-fatal/elements/unimplemented.bst
 rename tests/frontend/{source-info/plugins/unimplemented.py => 
source-info-unimplemented/non-fatal/plugins/non_fatal_unimplemented.py} (100%)
 copy tests/frontend/{source-info => 
source-info-unimplemented/non-fatal}/project.conf (57%)
 delete mode 100644 tests/frontend/source-info/elements/unimplemented.bst

Reply via email to