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 dcd8d9bb Remove the unused file upload staging mechanism
add 75e749fa Bump actions/cache from 5.0.3 to 5.0.4
add 988323f1 #1009 - Validate committee key from URL against the form
add 0957bc0d Inline comment to address worker auth
add aab1b906 Add daily maintenance task
add 424bddf8 #1136 - change import paths to stop importing all tasks via
SSH (-> writers -> announce -> message) module.
new a2767494 Add tests for JS serialisation of multiple file uploads
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:
.github/workflows/analyze.yml | 2 +-
.github/workflows/build.yml | 2 +-
atr/docs/tasks.md | 5 +
atr/get/distribution.py | 8 +-
atr/get/finish.py | 8 +-
atr/mail.py | 8 +-
atr/models/__init__.py | 19 ++-
atr/models/args.py | 170 ++++++++++++++++++++++
atr/{sbom/constants/version.py => models/mail.py} | 8 +-
atr/models/results.py | 7 +
atr/models/sql.py | 1 +
atr/post/projects.py | 3 +
atr/sbom/cyclonedx.py | 11 +-
atr/server.py | 11 +-
atr/ssh.py | 5 -
atr/storage/writers/announce.py | 4 +-
atr/storage/writers/distributions.py | 4 +-
atr/storage/writers/sbom.py | 10 +-
atr/storage/writers/vote.py | 11 +-
atr/tasks/__init__.py | 65 +++++++--
atr/tasks/distribution.py | 26 +---
atr/tasks/gha.py | 83 ++++-------
atr/tasks/keys.py | 21 +--
atr/tasks/maintenance.py | 53 +++++++
atr/tasks/message.py | 70 +++------
atr/tasks/metadata.py | 26 +---
atr/tasks/quarantine.py | 30 ++--
atr/tasks/sbom.py | 53 ++-----
atr/tasks/svn.py | 21 +--
atr/tasks/vote.py | 66 ++++-----
atr/worker.py | 3 +
{atr => tests/e2e/upload}/__init__.py | 0
tests/e2e/{committees => upload}/conftest.py | 33 +++--
tests/e2e/upload/test_post.py | 69 +++++++++
tests/unit/test_quarantine_task.py | 13 +-
tests/unit/test_upload_json.py | 114 +++++++++++++++
36 files changed, 686 insertions(+), 357 deletions(-)
create mode 100644 atr/models/args.py
copy atr/{sbom/constants/version.py => models/mail.py} (88%)
create mode 100644 atr/tasks/maintenance.py
copy {atr => tests/e2e/upload}/__init__.py (100%)
copy tests/e2e/{committees => upload}/conftest.py (63%)
create mode 100644 tests/e2e/upload/test_post.py
create mode 100644 tests/unit/test_upload_json.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]