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

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


 discard 59f30984 Invalidate SSH keys; fixes #737
     add 8027be75 Upgrade RAT to version 0.18
     add d179d949 Move Trusted Publishing fields into a separate form
     add 9799c8f3 Allow more files at the top level
     add 717b82f2 Fix some e2e tests related to Trusted Publishing and RAT 
checks
     add ef54d39c Update dependencies and fix style problems
     add 0947f6ad #915 - Add safe path type
     add d8489a6c Add a classification type for documentation
     add a40683f6 Invalidate SSH keys; fixes #737

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   (59f30984)
            \
             N -- N -- N   refs/heads/ssh-invalidate-737 (a40683f6)

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:
 Dockerfile.alpine               |   6 +-
 atr/admin/__init__.py           |  28 ++---
 atr/analysis.py                 |   1 +
 atr/blueprints/admin.py         |   8 +-
 atr/blueprints/api.py           |  20 +--
 atr/blueprints/common.py        |  12 +-
 atr/blueprints/post.py          |   2 +-
 atr/classify.py                 |   3 +-
 atr/config.py                   |   2 +-
 atr/form.py                     |  55 +--------
 atr/get/docs.py                 |  10 +-
 atr/get/download.py             |  20 ++-
 atr/get/draft.py                |  15 +--
 atr/get/file.py                 |   8 +-
 atr/get/projects.py             |  33 ++++-
 atr/get/published.py            |  10 +-
 atr/get/ref.py                  |  19 ++-
 atr/get/report.py               |  10 +-
 atr/get/sbom.py                 |   8 +-
 atr/models/api.py               |   6 +-
 atr/models/github.py            |   2 +-
 atr/models/safe.py              |  53 ++++++++
 atr/paths.py                    |   8 +-
 atr/post/announce.py            |   2 +-
 atr/post/draft.py               |  33 +++--
 atr/post/finish.py              |   8 +-
 atr/post/projects.py            |  22 ++++
 atr/post/sbom.py                |  39 +++---
 atr/post/upload.py              |  12 +-
 atr/shared/announce.py          |  24 +---
 atr/shared/draft.py             |   3 +-
 atr/shared/finish.py            |  14 +--
 atr/shared/projects.py          | 120 +++++++++---------
 atr/shared/upload.py            |   5 +-
 atr/ssh.py                      |  34 +++---
 atr/storage/writers/announce.py |   8 +-
 atr/storage/writers/policy.py   |  17 ++-
 atr/storage/writers/release.py  |  57 ++++-----
 atr/tabulate.py                 |   2 +-
 atr/tasks/checks/license.py     |  11 +-
 atr/tasks/checks/paths.py       |  14 +--
 atr/tasks/checks/rat.py         |   7 +-
 atr/tasks/checks/targz.py       |   2 +-
 atr/tasks/checks/zipformat.py   |   2 +-
 atr/tasks/gha.py                |   3 +-
 atr/tasks/quarantine.py         |   2 +-
 atr/tasks/svn.py                |   3 +-
 atr/util.py                     |  69 ++++-------
 atr/web.py                      |   2 +-
 tests/e2e/policy/conftest.py    |   9 +-
 tests/e2e/policy/helpers.py     |  20 +++
 tests/e2e/policy/test_post.py   |   6 +-
 tests/e2e/report/test_get.py    |  42 ++++---
 tests/unit/recorders.py         |   4 +-
 tests/unit/test_blueprints.py   | 264 ++++++++++++++++++++--------------------
 tests/unit/test_checks_rat.py   |   4 +-
 tests/unit/test_classify.py     |  27 ++++
 tests/unit/test_detection.py    |  44 +++----
 tests/unit/test_safe_types.py   |  12 +-
 uv.lock                         |   2 +-
 60 files changed, 655 insertions(+), 633 deletions(-)


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

Reply via email to