This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch form_validation_cache
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
omit f06eceab #776 - implement 50k character limit for vote comment and
support passing form errors through a cache in the form module instead of via
flash in the session
add 8ff670ac #892 - record check version in database (and fix a couple of
type issues in tests)
add f3f49065 Classify files by counting classification markers
add db847ae8 #776 - implement 50k character limit for vote comment and
support passing form errors through a cache in the form module instead of via
flash in the session
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 (f06eceab)
\
N -- N -- N refs/heads/form_validation_cache (db847ae8)
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:
atr/classify.py | 192 ++++++++++++++++++++++--
atr/models/sql.py | 2 +
atr/tasks/checks/__init__.py | 10 +-
atr/tasks/checks/compare.py | 2 +-
atr/tasks/checks/hashing.py | 2 +-
atr/tasks/checks/license.py | 4 +-
atr/tasks/checks/paths.py | 5 +-
atr/tasks/checks/rat.py | 2 +-
atr/tasks/checks/signature.py | 2 +-
atr/tasks/checks/targz.py | 2 +-
atr/tasks/checks/zipformat.py | 2 +-
atr/worker.py | 3 +-
migrations/versions/0061_2026.03.18_7838cfcc.py | 27 ++++
tests/unit/recorders.py | 15 +-
tests/unit/test_archive_root_variants.py | 7 +-
tests/unit/test_checks_compare.py | 12 +-
16 files changed, 250 insertions(+), 39 deletions(-)
create mode 100644 migrations/versions/0061_2026.03.18_7838cfcc.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]