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 baeee120 #695 - remove SVN Relase from SVN form. Also add support for
Njord bundle as a filetype and project property for file tagging spec
add efc597e4 Add a database model for the quarantined upload phase
add e68a272c Refactor Dockerfile to streamline Apache RAT installation
add 1354f7ab Fix a problem with the download script
add 731b389a Add the quarantined directory and tests
add ece6e9d4 Fix more function ordering by improving the order fixing
script
new 7a828f68 #695 - remove SVN Relase from SVN form. Also add support for
Njord bundle as a filetype and project property for file tagging spec
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 (baeee120)
\
N -- N -- N refs/heads/arm (7a828f68)
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:
Dockerfile.alpine | 22 ++--
atr/admin/__init__.py | 10 +-
atr/archives.py | 74 ++++++-------
atr/attestable.py | 92 ++++++++--------
atr/datasources/apache.py | 22 ++--
atr/db/__init__.py | 19 ----
atr/db/interaction.py | 42 ++++----
atr/get/download.py | 2 +-
atr/hashes.py | 16 +--
atr/log.py | 40 ++-----
atr/models/sql.py | 79 ++++++++++++++
atr/models/tabulate.py | 58 +++++-----
atr/post/draft.py | 54 +++++-----
atr/principal.py | 28 ++---
atr/sbom/osv.py | 36 +++----
atr/sbom/tool.py | 42 ++++----
atr/sbom/utilities.py | 54 +++++-----
atr/server.py | 1 +
atr/storage/__init__.py | 67 ++++++------
atr/storage/writers/checks.py | 14 +--
atr/svn/__init__.py | 80 +++++++-------
atr/tasks/__init__.py | 118 ++++++++++-----------
atr/tasks/checks/__init__.py | 12 +--
atr/tasks/gha.py | 135 ++++++++++--------------
atr/tasks/sbom.py | 36 +++----
atr/template.py | 6 +-
atr/util.py | 21 +++-
atr/validate.py | 74 ++++++-------
migrations/versions/0053_2026.02.23_5e288b2d.py | 59 +++++++++++
scripts/fix_order.py | 35 +++---
scripts/fix_order.sh | 3 +-
tests/unit/test_util.py | 23 ++++
32 files changed, 737 insertions(+), 637 deletions(-)
create mode 100644 migrations/versions/0053_2026.02.23_5e288b2d.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]