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

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


 discard baca1c0e #901 - add support for XML in sbom tooling
    omit 682ff179 Add a form to tally any vote
     add 6bbadc81 Ignore CVE-2026-4539 until a fix is available
     add 790a665f Add a form to tally any vote
     add 442e308f Turn off basic authentication in ASFQuart
     add c6357163 Update dependencies
     add 3ef3db84 Fix verb conjugation in the vote resolution email default body
     add 5bc8d2ef Fix an email bug and add tests
     add 26ef4a14 Remove the release policy option to pause for the release 
manager
     add 68434f0c Allow votes to be cancelled
     add e91560f4 Update the requests dependency due to CVE-2026-25645
     add 2e60deba Extract names when tabulating votes
     add af4f1024 apache/tooling-runbooks#21 - add documentation
     new a8790218 #901 - add support for XML in sbom tooling

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   (baca1c0e)
            \
             N -- N -- N   refs/heads/cyclonedx_xml (a8790218)

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                         |   7 +-
 atr/api/__init__.py                             |   3 +-
 atr/db/__init__.py                              |   3 -
 atr/db/interaction.py                           |   2 +-
 atr/docs/authentication-security.md             |  46 ++-
 atr/get/manual.py                               |   6 +-
 atr/get/projects.py                             |   1 -
 atr/get/resolve.py                              | 102 ++++++
 atr/get/vote.py                                 |  26 +-
 atr/models/api.py                               |   6 +-
 atr/models/sql.py                               |   8 -
 atr/post/manual.py                              |   3 +
 atr/post/resolve.py                             | 114 +------
 atr/post/user.py                                |   2 +
 atr/server.py                                   |   2 +-
 atr/shared/manual.py                            |   2 +-
 atr/shared/projects.py                          |   4 -
 atr/shared/resolve.py                           |  18 +-
 atr/storage/writers/policy.py                   |   1 -
 atr/storage/writers/vote.py                     |  47 +--
 atr/tabulate.py                                 |  27 +-
 atr/templates/about.html                        |   2 +-
 atr/templates/check-selected-release-info.html  |  11 +-
 atr/templates/tutorial.html                     |   2 +-
 migrations/versions/0062_2026.03.25_5bc8d2ef.py |  27 ++
 pip-audit.requirements                          |  12 +-
 playwright/test.py                              |  16 +-
 tests/unit/test_tabulate.py                     |  44 +++
 tests/unit/test_vote_recipients.py              |  91 +++++
 tests/unit/test_vote_resolution.py              | 428 ++++++++++++++++++++++++
 uv.lock                                         |  34 +-
 31 files changed, 871 insertions(+), 226 deletions(-)
 create mode 100644 migrations/versions/0062_2026.03.25_5bc8d2ef.py
 create mode 100644 tests/unit/test_tabulate.py
 create mode 100644 tests/unit/test_vote_recipients.py
 create mode 100644 tests/unit/test_vote_resolution.py


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

Reply via email to