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
from 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 fcdad6d7 Augment manual vote resolution validation
new 02ec7b3e #656 - add check_access to remaining handlers
The 1 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:
atr/admin/__init__.py | 34 ---
atr/detection.py | 14 +
atr/get/distribution.py | 12 +-
atr/get/docs.py | 2 +-
atr/get/file.py | 2 -
atr/get/finish.py | 1 +
atr/get/ignores.py | 3 +-
atr/get/report.py | 1 -
atr/get/upload.py | 56 +++-
atr/htm.py | 1 +
atr/models/sql.py | 1 +
atr/post/distribution.py | 2 +
atr/post/ignores.py | 1 +
atr/post/keys.py | 1 +
atr/post/manual.py | 20 +-
atr/static/css/atr.css | 12 +-
atr/storage/writers/revision.py | 368 ++++++++++++++++++++--
atr/storage/writers/vote.py | 23 +-
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 +++
23 files changed, 940 insertions(+), 93 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]