This is an automated email from the ASF dual-hosted git repository.
sbp pushed a change to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
from 9003b050 Separate the code to finalise a revision
add ac1ff3c0 Add taint tracking types to get endpoints
add 35c6670f Add taint tracking types to post endpoints
add f06f2df5 Validate session by type instead of name, and _ prefix unused
sessions
new c0900cf5 Add a task to validate quarantined files and reject or
promote them
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:
atr/blueprints/common.py | 175 +++++++++++++
atr/blueprints/get.py | 101 ++++----
atr/blueprints/post.py | 213 +++++-----------
atr/cache.py | 62 +++++
atr/db/__init__.py | 25 ++
atr/docs/code-conventions.md | 16 ++
atr/docs/user-interface.md | 18 +-
atr/get/announce.py | 41 ++--
atr/get/checklist.py | 25 +-
atr/get/checks.py | 50 ++--
atr/get/committees.py | 17 +-
atr/get/compose.py | 23 +-
atr/get/distribution.py | 110 ++++++---
atr/get/docs.py | 12 +-
atr/get/download.py | 112 ++++++---
atr/get/draft.py | 38 ++-
atr/get/file.py | 49 ++--
atr/get/finish.py | 28 ++-
atr/get/ignores.py | 20 +-
atr/get/keys.py | 57 +++--
atr/get/manual.py | 42 ++--
atr/get/projects.py | 43 +++-
atr/get/published.py | 24 +-
atr/get/ref.py | 10 +-
atr/get/release.py | 39 ++-
atr/get/report.py | 34 ++-
atr/get/result.py | 21 +-
atr/get/revisions.py | 26 +-
atr/get/root.py | 45 ++--
atr/get/sbom.py | 31 ++-
atr/get/start.py | 14 +-
atr/get/test.py | 71 ++++--
atr/get/tokens.py | 9 +-
atr/get/upload.py | 28 ++-
atr/get/user.py | 9 +-
atr/get/vote.py | 19 +-
atr/get/voting.py | 32 ++-
atr/hashes.py | 4 +
atr/models/safe.py | 62 +++++
atr/models/sql.py | 1 +
atr/{sbom/models/bundle.py => models/unsafe.py} | 22 +-
atr/post/announce.py | 44 ++--
atr/post/distribution.py | 91 ++++---
atr/post/draft.py | 196 ++++++++++-----
atr/post/finish.py | 23 +-
atr/post/ignores.py | 22 +-
atr/post/keys.py | 93 ++++---
atr/post/manual.py | 63 +++--
atr/post/projects.py | 74 ++++--
atr/post/resolve.py | 21 +-
atr/post/revisions.py | 20 +-
atr/post/sbom.py | 38 +--
atr/post/start.py | 22 +-
atr/post/test.py | 48 ++--
atr/post/tokens.py | 21 +-
atr/post/upload.py | 56 +++--
atr/post/user.py | 11 +-
atr/post/vote.py | 21 +-
atr/post/voting.py | 59 +++--
atr/server.py | 4 +
atr/shared/web.py | 14 +-
atr/storage/writers/revision.py | 6 +-
atr/tasks/__init__.py | 3 +
atr/tasks/quarantine.py | 214 ++++++++++++++++
atr/templates/check-selected-path-table.html | 2 +-
atr/templates/check-selected-release-info.html | 2 +-
atr/templates/check-selected.html | 4 +-
atr/templates/committee-directory.html | 4 +-
atr/templates/committee-view.html | 2 +-
atr/templates/includes/topnav.html | 2 +-
atr/templates/index-committer.html | 2 +-
atr/templates/projects.html | 4 +-
atr/web.py | 8 +-
tests/unit/test_create_revision.py | 2 +
tests/unit/test_quarantine_task.py | 312 ++++++++++++++++++++++++
75 files changed, 2389 insertions(+), 897 deletions(-)
create mode 100644 atr/blueprints/common.py
create mode 100644 atr/models/safe.py
copy atr/{sbom/models/bundle.py => models/unsafe.py} (71%)
create mode 100644 atr/tasks/quarantine.py
create mode 100644 tests/unit/test_quarantine_task.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]