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
discard 16853ca7 Ensure that relevant SQLite pragmas are set per connection
add f8a0a2ae #840: safe committee name type - without validation
add ece11fd3 #840: rename types to *Key
new 1ad84443 Ensure that relevant SQLite pragmas are set per connection
new caf1fc3e Record file metadata change events in the database
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (16853ca7)
\
N -- N -- N refs/heads/sbp (caf1fc3e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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/admin/__init__.py | 12 +--
atr/api/__init__.py | 38 +++++-----
atr/attestable.py | 139 +++++++++++++++++++++++++---------
atr/blueprints/common.py | 13 ++--
atr/blueprints/post.py | 2 +-
atr/cache.py | 2 +-
atr/construct.py | 18 ++---
atr/datasources/apache.py | 2 +-
atr/db/__init__.py | 2 +-
atr/db/interaction.py | 16 ++--
atr/get/announce.py | 6 +-
atr/get/checklist.py | 4 +-
atr/get/checks.py | 6 +-
atr/get/committees.py | 8 +-
atr/get/compose.py | 4 +-
atr/get/distribution.py | 28 +++----
atr/get/download.py | 26 +++----
atr/get/draft.py | 4 +-
atr/get/file.py | 8 +-
atr/get/finish.py | 6 +-
atr/get/ignores.py | 2 +-
atr/get/keys.py | 3 +-
atr/get/manual.py | 8 +-
atr/get/projects.py | 19 +++--
atr/get/release.py | 4 +-
atr/get/report.py | 4 +-
atr/get/result.py | 4 +-
atr/get/revisions.py | 4 +-
atr/get/sbom.py | 6 +-
atr/get/start.py | 2 +-
atr/get/test.py | 8 +-
atr/get/upload.py | 4 +-
atr/get/vote.py | 6 +-
atr/get/voting.py | 4 +-
atr/merge.py | 16 ++--
atr/models/api.py | 68 ++++++++---------
atr/models/distribution.py | 2 +-
atr/models/safe.py | 13 +++-
atr/models/sql.py | 32 ++++----
atr/paths.py | 4 +-
atr/post/announce.py | 4 +-
atr/post/distribution.py | 28 +++----
atr/post/draft.py | 28 +++----
atr/post/finish.py | 18 ++---
atr/post/ignores.py | 8 +-
atr/post/keys.py | 4 +-
atr/post/manual.py | 8 +-
atr/post/projects.py | 7 +-
atr/post/resolve.py | 10 +--
atr/post/revisions.py | 12 +--
atr/post/sbom.py | 8 +-
atr/post/start.py | 4 +-
atr/post/upload.py | 22 +++---
atr/post/vote.py | 4 +-
atr/post/voting.py | 8 +-
atr/shared/distribution.py | 20 ++---
atr/shared/projects.py | 18 ++---
atr/shared/web.py | 2 +-
atr/ssh.py | 24 +++---
atr/storage/__init__.py | 14 ++--
atr/storage/readers/checks.py | 4 +-
atr/storage/writers/announce.py | 4 +-
atr/storage/writers/checks.py | 2 +-
atr/storage/writers/distributions.py | 18 ++---
atr/storage/writers/keys.py | 2 +-
atr/storage/writers/policy.py | 2 +-
atr/storage/writers/project.py | 11 ++-
atr/storage/writers/release.py | 44 ++++++-----
atr/storage/writers/revision.py | 44 +++++++----
atr/storage/writers/sbom.py | 12 +--
atr/storage/writers/ssh.py | 2 +-
atr/storage/writers/vote.py | 14 ++--
atr/storage/writers/workflowstatus.py | 2 +-
atr/tasks/__init__.py | 12 +--
atr/tasks/checks/__init__.py | 18 ++---
atr/tasks/checks/compare.py | 2 +-
atr/tasks/gha.py | 4 +-
atr/tasks/keys.py | 4 +-
atr/tasks/quarantine.py | 4 +-
atr/tasks/sbom.py | 16 ++--
atr/tasks/svn.py | 4 +-
atr/tasks/vote.py | 2 +-
atr/web.py | 10 +--
atr/worker.py | 4 +-
tests/unit/test_create_revision.py | 2 +-
tests/unit/test_ignores_api_models.py | 10 +--
tests/unit/test_quarantine_task.py | 12 +--
tests/unit/test_safe_types.py | 10 +--
88 files changed, 590 insertions(+), 493 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]