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

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


 discard 8f4ec09b Parameter renames
 discard 76ff8416 SQL migration
 discard e8adf482 Initial set of renames. Migrations need sql to copy existing 
data and playwright not run.
 discard 2c8e4716 #840: rename types to *Key
 discard 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)
     add f8a0a2ae #840: safe committee name type - without validation
     add ece11fd3 #840: rename types to *Key
     add 5129a282 Initial set of renames. Migrations need sql to copy existing 
data and playwright not run.
     add 8a772845 SQL migration
     add 0fa61735 Parameter renames

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   (8f4ec09b)
            \
             N -- N -- N   refs/heads/name_to_key (0fa61735)

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/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