This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch gha-distributions
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
discard 480a419 Rename GHA task to be more specific, and work in extra
required parameters. UI work to trigger distributions and endpoint to register
an SSH key. Include workflow status recording.
add 9ed7ff0 Improve the instructions for new external contributors
add a5dc289 Add a documentation section about schema changes and
migrations
add c21981f Make e2e tests use their own context
add eb1934e Add a list of specific files to use in the Alpine container
add bc549f4 Use structured data in the RAT check task
add d123633 Split apart some RAT check functions
add 36f60e6 Make deleting releases more efficient for faster testing
add fc3fa82 Rename GHA task to be more specific, and work in extra
required parameters. UI work to trigger distributions and endpoint to register
an SSH key. Include workflow status recording.
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 (480a419)
\
N -- N -- N refs/heads/gha-distributions (fc3fa82)
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:
.dockerignore | 50 +-
Dockerfile.alpine | 2 +-
Makefile | 11 +-
atr/docs/database.md | 15 +
atr/docs/how-to-contribute.md | 12 +-
atr/docs/running-and-creating-tests.md | 13 +-
atr/models/checkdata.py | 42 ++
atr/models/sql.py | 4 +-
atr/storage/writers/release.py | 32 +-
atr/tasks/checks/rat.py | 744 ++++++++++--------------
migrations/versions/0036_2026.01.12_3831f215.py | 26 +
notes/for-prospective-contributors.md | 23 +
tests/Dockerfile.e2e | 2 +-
tests/docker-compose.yml | 8 +-
tests/unit/test_checks_rat.py | 28 +-
15 files changed, 518 insertions(+), 494 deletions(-)
create mode 100644 atr/models/checkdata.py
create mode 100644 migrations/versions/0036_2026.01.12_3831f215.py
create mode 100644 notes/for-prospective-contributors.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]