This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch tristan/change-remote-config
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
discard dbc0bdb _project.py: Load remote specs with RemoteSpec.new_from_node()
discard ef46b63 tests/internals/yaml.py: Test MappingNode.get_str_list() with
default None
discard b38e387 tests/internals/yaml.py: Test error reporting of
SequenceNode.as_str_list()
discard 46288d4 node.pyx, node.pxd, node.pyi: Type checking in
MappingNode.get_sequence()
discard 8f57ceb node.pyx: Fix segfault when calling
MappingNode.get_str_list() with default None
discard 3f7b5be node.pyx: Fixed error reporting in SequenceNode.as_str_list()
discard 706c059 _remotespec.py: Modified format to put the certs in an "auth"
dictionary.
discard 021a78a plugins/elements/junction.py: Remove ambiguous cache related
junction parameters
discard 7f16715 Remote execution can only be configured in user configuration
discard 7bfbcdc NEWS: Document breaking change, removed support for
deprecated RE config
discard 2658eb0 _remotespec.py: Moving RemoteSpec and RemoteExecutionSpec to
its own file
discard 4c55586 element.py: Remove local __remote_execution_specs instance
variable
discard edec287 node.pyi: Adding some missing type annotations
add 0b1f29f .github: Add fedora 33 to CI suite
add 04ed272 .github: Stop testing against Fedora 31
add e02af38 Merge pull request #1446 from apache/chandan/fedora-33
add aa6feac node.pyx: Fixed error reporting in SequenceNode.as_str_list()
add b6ad110 node.pyx: Fix segfault when calling
MappingNode.get_str_list() with default None
add 88625fb node.pyi: Adding some missing type annotations
add 36594b6 node.pyx, node.pxd, node.pyi: Type checking in
MappingNode.get_sequence()
add 77b0114 tests/internals/yaml.py: Test error reporting of
SequenceNode.as_str_list()
add fbda86d tests/internals/yaml.py: Test MappingNode.get_str_list() with
default None
add fcb7c8b Merge pull request #1452 from apache/tristan/yaml-fixes
add b7565f3 element.py: Remove local __remote_execution_specs instance
variable
add 96b5f73 _remotespec.py: Moving RemoteSpec and RemoteExecutionSpec to
its own file
add 7114f52 NEWS: Document breaking change, removed support for
deprecated RE config
new 7898680 Remote execution can only be configured in user configuration
new 5a0f30d plugins/elements/junction.py: Remove ambiguous cache related
junction parameters
new 55d15c4 _remotespec.py: Modified format to put the certs in an "auth"
dictionary.
new d335c16 _project.py: Load remote specs with RemoteSpec.new_from_node()
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 (dbc0bdb)
\
N -- N -- N refs/heads/tristan/change-remote-config (d335c16)
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.
The 4 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:
.github/common.env | 4 ++--
.github/compose/ci.docker-compose.yml | 6 +++---
.github/workflows/ci.yml | 2 +-
tests/internals/yaml.py | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)