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 f7aa150d Remove cache ignore logic since we can't have an empty cache
key now. Add policy dependencies to license and RAT checks. Enable local/global
caching switch. Fix bug with task list.
omit 87f6584c Move github model into general models out of SBOM models
omit 272abec3 Change attestable hashes to dict and reuse to resolve TOCTOU
of check result. Use attestable hashes for check reports. Add version to cache
key. Add file hash to hash and signature check and github SHA to source_tree.
omit 7241175e Remove check for task running and add unique constraint, for
which we try to catch the IntegrityError. Include in playwright tests and don't
use revision number to filter individual check results.
omit 28af7958 Remove check for task running
add d434f574 Set stricter permissions on all directories in revisions
add bb72770d Rebuild JavaScript files
add 5d3140b0 Fix the encoding of JSON data in the form to move files
add f60da54d Update dependencies
add f55c7f14 Remove check for task running
add ffbe66ae Remove check for task running and add unique constraint, for
which we try to catch the IntegrityError. Include in playwright tests and don't
use revision number to filter individual check results.
add 77a8d07a Change attestable hashes to dict and reuse to resolve TOCTOU
of check result. Use attestable hashes for check reports. Add version to cache
key. Add file hash to hash and signature check and github SHA to source_tree.
add 1c373d2f Move github model into general models out of SBOM models
add 09fcb634 Remove cache ignore logic since we can't have an empty cache
key now. Add policy dependencies to license and RAT checks. Enable local/global
caching switch. Fix bug with task list.
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 (f7aa150d)
\
N -- N -- N refs/heads/arm (09fcb634)
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:
.pre-commit-config.yaml | 2 +-
atr/admin/__init__.py | 5 +-
atr/api/__init__.py | 5 +-
atr/get/finish.py | 5 +-
atr/post/draft.py | 17 +---
atr/server.py | 24 ++++-
atr/static/js/ts/create-a-jwt.js | 18 ++++
atr/static/js/ts/create-a-jwt.js.map | 2 +-
atr/static/js/ts/finish-selected-move.js | 18 ++++
atr/static/js/ts/finish-selected-move.js.map | 2 +-
atr/storage/writers/announce.py | 6 +-
atr/storage/writers/release.py | 42 +++++---
atr/storage/writers/revision.py | 12 +++
atr/util.py | 14 +++
pyproject.toml | 1 +
requirements-for-pip-audit.txt | 14 +--
tests/e2e/announce/conftest.py | 10 ++
tests/e2e/announce/test_get.py | 13 +++
tests/unit/test_util.py | 13 +++
uv.lock | 146 +++++++++++++--------------
20 files changed, 251 insertions(+), 118 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]