This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch main
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
No new revisions were added by this update.
Summary of changes:
atr/blueprints/common.py | 175 +++++++++++++++++++
atr/blueprints/get.py | 101 ++++++-----
atr/blueprints/post.py | 213 +++++++-----------------
atr/cache.py | 62 +++++++
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/models/safe.py | 62 +++++++
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/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 +-
66 files changed, 1808 insertions(+), 895 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%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]