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 66e7823 Use Hyperscan for ignore patterns to avoid backtracking
attacks
add d7d8967 #216 - Add pending distribution status and background task to
check it. Refactor some of the distribution logic out to shared module and some
of shared module to precent circular references.
add 8ed69eb #216 - Scheduled task for pending distributions, add
created_by to dist table.
No new revisions were added by this update.
Summary of changes:
atr/db/__init__.py | 9 +
atr/get/checks.py | 2 +-
atr/get/compose.py | 2 +-
atr/get/distribution.py | 6 +-
atr/models/__init__.py | 4 +-
atr/models/results.py | 9 +-
atr/models/sql.py | 6 +-
atr/post/distribution.py | 1 +
atr/server.py | 3 +
atr/shared/__init__.py | 215 +-------------
atr/shared/distribution.py | 247 ++++++++++++++++
atr/shared/{__init__.py => web.py} | 70 +----
atr/storage/writers/distributions.py | 362 +++++-------------------
atr/tasks/__init__.py | 31 ++
atr/tasks/distribution.py | 91 ++++++
migrations/versions/0042_2026.01.28_3e434625.py | 31 ++
migrations/versions/0043_2026.01.29_d7d89670.py | 33 +++
17 files changed, 546 insertions(+), 576 deletions(-)
copy atr/shared/{__init__.py => web.py} (81%)
create mode 100644 atr/tasks/distribution.py
create mode 100644 migrations/versions/0042_2026.01.28_3e434625.py
create mode 100644 migrations/versions/0043_2026.01.29_d7d89670.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]