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


 discard 3f1e8035 #676 Validate exp and nbp when loading pydantic model for 
Github token.
     add 2ebee77e Ensure that list fields do not use SQL NULL as values
     add d9f42be8 Ensure that datetime fields do not use SQL NULL as values
     add 65f20eed Add a linter to check the consistency of fields not accepting 
NULL
     add 72337633 Tolerate malformed NULL values in selected attestable policy 
fields
     new 2e26ef9b #676 Validate exp and nbp when loading pydantic model for 
Github token.

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   (3f1e8035)
            \
             N -- N -- N   refs/heads/arm (2e26ef9b)

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 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:
 .pre-commit-config.yaml                         |   7 +
 atr/models/sql.py                               |  53 +++---
 atr/tasks/checks/__init__.py                    |  16 +-
 migrations/versions/0057_2026.03.12_cdf4ce7d.py |  72 ++++++++
 migrations/versions/0058_2026.03.12_2ebee77e.py |  83 +++++++++
 scripts/check_nullable_fields.py                | 215 ++++++++++++++++++++++++
 6 files changed, 426 insertions(+), 20 deletions(-)
 create mode 100644 migrations/versions/0057_2026.03.12_cdf4ce7d.py
 create mode 100644 migrations/versions/0058_2026.03.12_2ebee77e.py
 create mode 100755 scripts/check_nullable_fields.py


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

Reply via email to