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

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


 discard 198c4199 Prefix some unused variables
     add 2a7d4ea7 Remove unnecessary test endpoint
     add 83b03439 Make one of the compose tests more reliable
     add 3799e8e6 Use two separate functions for the main phases of revision 
finalisation
     add 7340df57 Add a method to perform quarantine checks when creating a 
revision
     add 085e2969 Allow wider access to files and check results
     add f4b7ca05 #344 - instructions on how to upload via GitHub Actions
     add b6d5e96c Restore the trailing slash on the documentation route path
     add fcdad6d7 Augment manual vote resolution validation
     add 02ec7b3e #656 - add check_access to remaining handlers
     add 8c39c33c Fix JWT token validation
     new c36adb46 Prefix some unused variables
     new 851fb0fc Add taint tracking types to API routes

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   (198c4199)
            \
             N -- N -- N   refs/heads/taint_tracking_types (851fb0fc)

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 2 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:
 atr/admin/__init__.py                           |  34 --
 atr/api/__init__.py                             | 511 ++++++++++++++++--------
 atr/blueprints/api.py                           | 127 +++++-
 atr/blueprints/common.py                        | 109 ++++-
 atr/detection.py                                |  14 +
 atr/get/distribution.py                         |  12 +-
 atr/get/docs.py                                 |   2 +-
 atr/get/file.py                                 |   2 -
 atr/get/finish.py                               |   1 +
 atr/get/ignores.py                              |   3 +-
 atr/get/report.py                               |   1 -
 atr/get/upload.py                               |  56 ++-
 atr/htm.py                                      |   1 +
 atr/jwtoken.py                                  |   5 +-
 atr/models/sql.py                               |   1 +
 atr/post/distribution.py                        |   2 +
 atr/post/ignores.py                             |   1 +
 atr/post/keys.py                                |   1 +
 atr/post/manual.py                              |  20 +-
 atr/static/css/atr.css                          |  12 +-
 atr/storage/writers/revision.py                 | 368 +++++++++++++++--
 atr/storage/writers/vote.py                     |  23 +-
 migrations/versions/0054_2026.03.02_3799e8e6.py |  38 ++
 tests/e2e/compose/test_get.py                   |   5 +
 tests/unit/test_create_revision.py              |  13 +-
 tests/unit/test_create_revision_quarantine.py   | 385 ++++++++++++++++++
 tests/unit/test_detection.py                    |  38 ++
 27 files changed, 1522 insertions(+), 263 deletions(-)
 create mode 100644 migrations/versions/0054_2026.03.02_3799e8e6.py
 create mode 100644 tests/unit/test_create_revision_quarantine.py


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

Reply via email to