This is an automated email from the ASF dual-hosted git repository.
sbp pushed a change to branch manual-vote-resolution-fixes
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
discard 6e783d0b Add MANUAL_VOTE configuration
discard ff244e41 Show vote manual warning when necessary
discard f9f6a1cc Fix manual vote resolution configuration
add de57ce15 Change data models to Subset instead of Lax - closes #777
add b7eba2f5 Drop admin privileges (#796)
add 18d73aab Add failed authentication logging to identified areas. Closes
#725
add e58a18aa Validate vulnerability URLs are http/s. Closes #768
add b0386f71 Remove empty test method added by accident
add 690e461f Use experimental CodeQL query suites for actions
add 2f68b218 Add check_access back into routes which require it and remove
from GET generally.
add 2a7d4ea7 Remove unnecessary test endpoint
add 83b03439 Make one of the compose tests more reliable
add 3799e8e6 Use two separate functions for the main phases of revision
finalisation
add 7340df57 Add a method to perform quarantine checks when creating a
revision
add 085e2969 Allow wider access to files and check results
add f4b7ca05 #344 - instructions on how to upload via GitHub Actions
add b6d5e96c Restore the trailing slash on the documentation route path
add bc4238e9 Fix manual vote resolution configuration
add 252b317a Show vote manual warning when necessary
add 0a19d196 Add MANUAL_VOTE configuration
add 0bccba8a Document where the thread arguments are validated
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 (6e783d0b)
\
N -- N -- N refs/heads/manual-vote-resolution-fixes (0bccba8a)
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:
.github/workflows/codeql.yaml | 5 +-
atr/admin/__init__.py | 34 ---
atr/admin/templates/toggle-admin-view.html | 9 +-
atr/api/__init__.py | 2 +-
atr/blueprints/get.py | 6 -
atr/config.py | 1 -
atr/detection.py | 14 +
atr/get/announce.py | 1 +
atr/get/compose.py | 1 +
atr/get/docs.py | 2 +-
atr/get/draft.py | 1 +
atr/get/manual.py | 2 +
atr/get/release.py | 3 +-
atr/get/result.py | 1 +
atr/get/revisions.py | 1 +
atr/get/sbom.py | 8 +-
atr/get/start.py | 3 +-
atr/get/upload.py | 57 +++-
atr/get/voting.py | 1 +
atr/htm.py | 1 +
atr/jwtoken.py | 11 +-
atr/log.py | 11 +
atr/models/distribution.py | 28 +-
atr/models/sql.py | 1 +
atr/post/manual.py | 20 +-
atr/shared/distribution.py | 11 +-
atr/ssh.py | 11 +-
atr/static/css/atr.css | 12 +-
atr/storage/writers/revision.py | 368 ++++++++++++++++++++--
atr/storage/writers/tokens.py | 7 +-
atr/storage/writers/vote.py | 23 +-
atr/templates/resolve-tabulated.html | 10 +-
atr/user.py | 5 +
atr/util.py | 17 +-
atr/web.py | 3 +-
migrations/versions/0054_2026.03.02_3799e8e6.py | 38 +++
tests/e2e/compose/test_get.py | 5 +
tests/unit/test_create_revision.py | 13 +-
tests/unit/test_create_revision_quarantine.py | 385 ++++++++++++++++++++++++
tests/unit/test_detection.py | 38 +++
40 files changed, 1020 insertions(+), 150 deletions(-)
create mode 100644 migrations/versions/0054_2026.03.02_3799e8e6.py
create mode 100644 tests/unit/test_create_revision_quarantine.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]