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 2022/07/26 06:35:57 UTC

[buildstream] branch tristan/print-error-messages-before-prompt updated (397d7c6fa -> 16f7fcbca)

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

tvb pushed a change to branch tristan/print-error-messages-before-prompt
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 397d7c6fa _frontend/app.py: Flush cached messages when handling a failure.
 discard a65f18cbe _message.py: Add type annotations
 discard 136cffdd3 _messenger.py: Document some undocumented symbols, and correct one type
     add 6485d176f _protos: Update local_cas.proto from buildbox-common
     add 2ac39ee53 cascache.py: Specify access credentials in `stage_directory()`
     add 40159a802 Merge pull request #1700 from apache/juerg/stage-access
     add debbd33bb storage: Add `collect_result` parameter to `import_files()`
     add 82033c50e Use the new `collect_result` parameter to optimize directory imports
     add fe4be080d Merge pull request #1698 from apache/juerg/directory-import-opt
     add 0f14bd5f5 _artifact.py: cache(): Optimize capture of metadata files
     add 4c341f9f5 Merge pull request #1697 from apache/juerg/artifact-cache-opt
     add f9e520769 _messenger.py: Document some undocumented symbols, and correct one type
     add 181ce229c _message.py: Add type annotations
     add 16f7fcbca _frontend/app.py: Flush cached messages when handling a failure.

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   (397d7c6fa)
            \
             N -- N -- N   refs/heads/tristan/print-error-messages-before-prompt (16f7fcbca)

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:
 src/buildstream/_artifact.py                       | 68 +++++++--------
 src/buildstream/_cas/cascache.py                   |  7 +-
 src/buildstream/_elementsources.py                 |  4 +-
 .../_protos/build/buildgrid/local_cas.proto        | 78 +++++++++++++++++
 .../_protos/build/buildgrid/local_cas_pb2.py       | 97 ++++++++++++++--------
 .../_protos/build/buildgrid/local_cas_pb2_grpc.py  | 50 +++++++++++
 src/buildstream/_sourcecache.py                    |  2 +-
 src/buildstream/element.py                         |  3 +-
 src/buildstream/plugins/elements/compose.py        |  2 +-
 src/buildstream/plugins/elements/import.py         |  2 +-
 src/buildstream/plugins/sources/local.py           |  2 +-
 src/buildstream/plugins/sources/workspace.py       |  3 +-
 src/buildstream/storage/_casbaseddirectory.py      | 26 +++---
 src/buildstream/storage/_filebaseddirectory.py     |  3 +-
 src/buildstream/storage/directory.py               | 23 +++--
 15 files changed, 278 insertions(+), 92 deletions(-)