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 2c8e4716 #840: rename types to *Key
    omit 763eceb6 #840: safe committee name type - without validation
     add fa2ec300 Add file classifications to attestable data
     add 89872ad8 Update dependencies
     add d3c91a45 Comment out Dependabot pre-commit checks until cooldowns are 
supported
     add d61a7a4b Update aiosqlite
     add 838e9a65 Add a table for release file states to the database
     add 92011dd5 Add simple unit tests for release file states
     add a62f505c Logout is a POST (#876)
     new f8a0a2ae #840: safe committee name type - without validation
     new ece11fd3 #840: rename types to *Key

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   (2c8e4716)
            \
             N -- N -- N   refs/heads/arm (ece11fd3)

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.

The 2 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:
 .github/dependabot.yml                          | 11 ++--
 .github/zizmor.yml                              |  4 --
 .pre-commit-config.yaml                         |  2 +-
 atr/attestable.py                               | 86 +++++++++++++++++++------
 atr/config.py                                   |  3 +
 atr/db/__init__.py                              | 26 ++++++++
 atr/detection.py                                |  2 +-
 atr/models/attestable.py                        | 15 +++++
 atr/models/sql.py                               | 28 ++++++++
 atr/server.py                                   |  2 +
 atr/static/css/atr.css                          |  9 ---
 atr/storage/writers/revision.py                 | 11 ++--
 atr/tasks/checks/__init__.py                    |  2 +-
 atr/tasks/quarantine.py                         |  2 +-
 atr/templates/includes/topnav.html              |  5 +-
 migrations/versions/0059_2026.03.16_7dda4775.py | 50 ++++++++++++++
 pyproject.toml                                  |  2 +-
 requirements-for-pip-audit.txt                  |  7 +-
 tests/unit/test_attestable.py                   | 84 ++++++++++++++++++++++++
 tests/unit/test_release_file_state.py           | 54 ++++++++++++++++
 uv.lock                                         | 61 +++++++++---------
 21 files changed, 383 insertions(+), 83 deletions(-)
 delete mode 100644 .github/zizmor.yml
 create mode 100644 migrations/versions/0059_2026.03.16_7dda4775.py
 create mode 100644 tests/unit/test_release_file_state.py


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

Reply via email to