This is an automated email from the ASF dual-hosted git repository.

sbp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


    from e1ad640  Document check ignores
     add 24d8208  Ignore certain suffixes on archive basenames when searching 
for a root
     add 7815a1c  Add a form for admins to run checks again without using the 
cache
     add 9664bcb  Store the RAT command as a string on results, and add the 
scan directory

No new revisions were added by this update.

Summary of changes:
 atr/models/checkdata.py                         |   3 +-
 atr/models/sql.py                               |   2 +
 atr/post/draft.py                               |  28 ++++
 atr/shared/web.py                               |  12 +-
 atr/storage/writers/revision.py                 |   2 +
 atr/tasks/checks/__init__.py                    |  19 +++
 atr/tasks/checks/rat.py                         |   4 +-
 atr/tasks/checks/targz.py                       |  18 ++-
 atr/tasks/checks/zipformat.py                   |  30 ++--
 atr/templates/check-selected.html               |   6 +-
 atr/templates/report-selected-path.html         |  30 +++-
 atr/util.py                                     |  12 +-
 migrations/versions/0044_2026.01.29_24d82084.py |  33 +++++
 tests/unit/recorders.py                         |  74 ++++++++++
 tests/unit/test_archive_member_limit.py         |  59 +-------
 tests/unit/test_archive_root_variants.py        | 185 ++++++++++++++++++++++++
 tests/unit/test_checks_rat.py                   |  44 ++++--
 17 files changed, 456 insertions(+), 105 deletions(-)
 create mode 100644 migrations/versions/0044_2026.01.29_24d82084.py
 create mode 100644 tests/unit/recorders.py
 create mode 100644 tests/unit/test_archive_root_variants.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to