This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch arm
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
omit 682ff179 Add a form to tally any vote
add 6bbadc81 Ignore CVE-2026-4539 until a fix is available
add 790a665f Add a form to tally any vote
add 442e308f Turn off basic authentication in ASFQuart
add c6357163 Update dependencies
add 3ef3db84 Fix verb conjugation in the vote resolution email default body
add 5bc8d2ef Fix an email bug and add tests
add 26ef4a14 Remove the release policy option to pause for the release
manager
add 68434f0c Allow votes to be cancelled
add e91560f4 Update the requests dependency due to CVE-2026-25645
add 2e60deba Extract names when tabulating votes
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 (682ff179)
\
N -- N -- N refs/heads/arm (2e60deba)
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:
.pre-commit-config.yaml | 7 +-
atr/api/__init__.py | 3 +-
atr/db/__init__.py | 3 -
atr/db/interaction.py | 2 +-
atr/get/manual.py | 6 +-
atr/get/projects.py | 1 -
atr/get/resolve.py | 102 ++++++
atr/get/vote.py | 26 +-
atr/models/api.py | 6 +-
atr/models/sql.py | 8 -
atr/post/manual.py | 3 +
atr/post/resolve.py | 114 +------
atr/post/user.py | 2 +
atr/server.py | 2 +-
atr/shared/manual.py | 2 +-
atr/shared/projects.py | 4 -
atr/shared/resolve.py | 18 +-
atr/storage/writers/policy.py | 1 -
atr/storage/writers/vote.py | 47 +--
atr/tabulate.py | 27 +-
atr/templates/about.html | 2 +-
atr/templates/check-selected-release-info.html | 11 +-
atr/templates/tutorial.html | 2 +-
migrations/versions/0062_2026.03.25_5bc8d2ef.py | 27 ++
pip-audit.requirements | 12 +-
playwright/test.py | 16 +-
tests/unit/test_tabulate.py | 44 +++
tests/unit/test_vote_recipients.py | 91 +++++
tests/unit/test_vote_resolution.py | 428 ++++++++++++++++++++++++
uv.lock | 34 +-
30 files changed, 827 insertions(+), 224 deletions(-)
create mode 100644 migrations/versions/0062_2026.03.25_5bc8d2ef.py
create mode 100644 tests/unit/test_tabulate.py
create mode 100644 tests/unit/test_vote_recipients.py
create mode 100644 tests/unit/test_vote_resolution.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]