This is an automated email from the ASF dual-hosted git repository.
sbp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
from 218c67d Document the reason for disallowing inline comments
new 4682d79 Rename GHA task to be more specific, and work in extra
required parameters. UI work to trigger distributions and endpoint to register
an SSH key. Include workflow status recording.
new a04b963 Init logging before database
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/api/__init__.py | 52 +++++++-
atr/db/__init__.py | 20 +++
atr/db/interaction.py | 51 ++++++--
atr/form.py | 4 +
atr/get/distribution.py | 85 ++++++++++---
atr/get/finish.py | 140 ++++++++++++++++-----
atr/models/api.py | 31 +++++
atr/models/results.py | 6 +-
atr/models/sql.py | 23 +++-
atr/post/distribution.py | 103 +++++++++++++--
atr/server.py | 5 +-
atr/shared/distribution.py | 13 +-
atr/storage/__init__.py | 1 +
atr/storage/writers/__init__.py | 2 +
atr/storage/writers/distributions.py | 46 ++++++-
atr/storage/writers/{ssh.py => workflowstatus.py} | 90 ++++++-------
atr/tasks/__init__.py | 2 +-
atr/tasks/gha.py | 146 +++++++++++++++-------
atr/templates/check-selected.html | 12 +-
atr/worker.py | 5 +-
migrations/versions/0037_2026.01.13_0cefcaea.py | 46 +++++++
21 files changed, 705 insertions(+), 178 deletions(-)
copy atr/storage/writers/{ssh.py => workflowstatus.py} (67%)
create mode 100644 migrations/versions/0037_2026.01.13_0cefcaea.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]