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

arm pushed a change to branch file_type_detection
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


 discard aa3364a  #553 - File type validation on upload through web browser
     add c3ffe8e  Wait for asyncssh cleanup tasks to run, to avoid warnings
     add 6bae4fb  Binding vote noted in email #616
     add eb43027  Add and use a shared function to decide whether a vote is 
binding
     add ea3c88b  Ensure that the vote test admin user is regarded as an admin
     add 1208305  Display a consistent binding vote status for admins
     add 525fe16  Fix function ordering
     add 4cbc209  Store data posted from GitHub during upload
     add 61f166f  #553 - File type validation on upload through web browser

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   (aa3364a)
            \
             N -- N -- N   refs/heads/file_type_detection (61f166f)

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:
 .gitignore                                      |   1 +
 atr/api/__init__.py                             |   2 +
 atr/attestable.py                               |  13 +-
 atr/get/sbom.py                                 | 578 ++++++++++++------------
 atr/get/vote.py                                 |  18 +-
 atr/models/sql.py                               |   3 +
 atr/post/vote.py                                |   8 +-
 atr/shared/distribution.py                      | 333 +++++++-------
 atr/shared/ignores.py                           |  52 +--
 atr/shared/vote.py                              |  20 +
 atr/ssh.py                                      |  45 +-
 atr/storage/writers/ssh.py                      |   6 +-
 atr/storage/writers/vote.py                     |  44 +-
 atr/util.py                                     |   2 +-
 migrations/versions/0047_2026.02.03_525fe161.py |  27 ++
 tests/unit/test_cache.py                        |  22 +-
 tests/unit/test_ldap.py                         |   8 +-
 tests/unit/test_mail.py                         | 282 ++++++------
 tests/unit/test_user.py                         |  44 +-
 tests/unit/test_vote.py                         | 228 ++++++++++
 20 files changed, 1038 insertions(+), 698 deletions(-)
 create mode 100644 migrations/versions/0047_2026.02.03_525fe161.py
 create mode 100644 tests/unit/test_vote.py


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

Reply via email to