This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch promote_gha
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
discard 8696f5a #344 - added some extra information
discard 3376b5a #344 - starter for instructions on how to upload via GitHub
Actions. Needs committee filtering.
add c3ffe8e Wait for asyncssh cleanup tasks to run, to avoid warnings
add 6bae4fb Binding vote noted in email #616
add eb43027 Add and use a shared function to decide whether a vote is
binding
add ea3c88b Ensure that the vote test admin user is regarded as an admin
add 1208305 Display a consistent binding vote status for admins
add 525fe16 Fix function ordering
add 4cbc209 Store data posted from GitHub during upload
new 0e1b3dd #344 - starter for instructions on how to upload via GitHub
Actions. Needs committee filtering.
new 2b0973b #344 - added some extra information
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 (8696f5a)
\
N -- N -- N refs/heads/promote_gha (2b0973b)
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 2 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:
.gitignore | 1 +
atr/api/__init__.py | 2 +
atr/attestable.py | 13 +-
atr/get/sbom.py | 578 ++++++++++++------------
atr/get/vote.py | 18 +-
atr/models/sql.py | 3 +
atr/post/vote.py | 8 +-
atr/shared/distribution.py | 333 +++++++-------
atr/shared/ignores.py | 52 +--
atr/shared/vote.py | 20 +
atr/ssh.py | 45 +-
atr/storage/writers/ssh.py | 6 +-
atr/storage/writers/vote.py | 44 +-
atr/util.py | 2 +-
migrations/versions/0047_2026.02.03_525fe161.py | 27 ++
tests/unit/test_cache.py | 22 +-
tests/unit/test_ldap.py | 8 +-
tests/unit/test_mail.py | 282 ++++++------
tests/unit/test_user.py | 44 +-
tests/unit/test_vote.py | 228 ++++++++++
20 files changed, 1038 insertions(+), 698 deletions(-)
create mode 100644 migrations/versions/0047_2026.02.03_525fe161.py
create mode 100644 tests/unit/test_vote.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]