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

akm pushed a change to branch invalidate-pats-manually-598
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


 discard 8dd0e3ba Manual PAT removal; fixes #598
 discard 1f7317e2 Invalidate PATs; fixes #598
     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 030b4fc3 Use the intersection of algorithms from asyncssh and ssh-audit
     add a0cb5cd6 Return 404 when project is unknown in api endpoint call
     add 32550b7e Introduce ATR_STATUS and control recipient lists
     add 141036f3 Bump astral-sh/setup-uv from 7.2.0 to 7.3.0
     add 731a2962 Check for banned ASF accounts in more places
     add 48078cc5 Document the use of safe Markdown to HTML rendering in 
cmarkgfm
     add e693c2da Keep a strict subset of GitHub OIDC payloads
     add 7281bdce Use asfquart main, as it now supports maximum session 
lifetimes
     add 43a82152 Manual PAT removal; fixes #598

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   (8dd0e3ba)
            \
             N -- N -- N   refs/heads/invalidate-pats-manually-598 (43a82152)

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/workflows/analyze.yml                |   2 +-
 .github/workflows/build.yml                  |   2 +-
 .pre-commit-config.yaml                      |   2 +-
 atr/admin/__init__.py                        |   5 +-
 atr/api/__init__.py                          |   7 +-
 atr/blueprints/get.py                        |   4 +
 atr/blueprints/post.py                       |   4 +
 atr/config.py                                |   1 +
 atr/docs/input-validation.md                 |   2 +
 atr/get/finish.py                            |   5 +-
 atr/jwtoken.py                               |  55 +++++++--
 atr/ldap.py                                  |  13 +++
 atr/models/schema.py                         |   4 +
 atr/post/draft.py                            |  17 +--
 atr/server.py                                |  24 +++-
 atr/ssh.py                                   |  18 +++
 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                                  |  71 ++++++++----
 pyproject.toml                               |   4 +-
 requirements-for-pip-audit.txt               |  20 ++--
 tests/e2e/announce/conftest.py               |  10 ++
 tests/e2e/announce/test_get.py               |  13 +++
 tests/unit/test_util.py                      |  13 +++
 uv.lock                                      | 167 ++++++++++++++-------------
 30 files changed, 405 insertions(+), 158 deletions(-)


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

Reply via email to