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 81ee214c #1010 - move distribution web validation to work on API calls 
as well, and support field-level errors in model_validator functions.
     add 81ee4cfb Add an implementation of Noisy Secrets, and tests
     add 3f8e016e Update dependencies
     add f6f97de9 Remove the admin route that shows environment variables
     add 7d013b90 Check LDAP account status during SSH authentication
     add 02787d1f Move key association management to the storage interface
     add f24a7399 Improve key deletion methods in the storage interface
     new 8c7de341 #1010 - move distribution web validation to work on API calls 
as well, and support field-level errors in model_validator functions.

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   (81ee214c)
            \
             N -- N -- N   refs/heads/arm (8c7de341)

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:
 .pre-commit-config.yaml               |   2 +-
 atr/admin/__init__.py                 |  13 -
 atr/noisy.py                          | 301 ++++++++++++
 atr/post/keys.py                      |  38 +-
 atr/ssh.py                            |  33 +-
 atr/storage/writers/keys.py           | 135 +++--
 atr/templates/includes/topnav.html    |   5 -
 pip-audit.requirements                |  10 +-
 pyproject.toml                        |   2 +-
 tests/unit/test_keys_writer.py        | 170 +++++++
 tests/unit/test_noisy.py              | 902 ++++++++++++++++++++++++++++++++++
 tests/unit/test_ssh_account_status.py | 253 ++++++++++
 uv.lock                               |  92 ++--
 13 files changed, 1818 insertions(+), 138 deletions(-)
 create mode 100644 atr/noisy.py
 create mode 100644 tests/unit/test_keys_writer.py
 create mode 100644 tests/unit/test_noisy.py
 create mode 100644 tests/unit/test_ssh_account_status.py


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

Reply via email to