This is an automated email from the ASF dual-hosted git repository.

arm pushed a change to branch arm
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


 discard 74981874 Remove check for task running and add unique constraint, 
which we try to catch the IntegrityError for
 discard 12ac0c6b Remove check for task running
     add 7028236b Skip LDAP checks in development environments too
     add 9847de95 Remove unused data from a committer data verification
     add b714fc98 Update a comment in the function to browse as another user
     add f9410802 Update dependencies
     add e6887dac Add a continuation passing style version of the method to 
create a revision
     add 96397103 Migrate revision creators that clone without modifications
     add a5745c15 Migrate revision creators that modify existing files
     add 32d79d70 Make compose phase tests less fragile
     add b576d354 Migrate revision creators that add new files
     add 5581675a Fix some code style problems
     add 83e7d6c9 Migrate the revision creator that clones from a specific 
revision
     add 5e8f907b Migrate revision creators that modify metadata
     add bb8d5627 Fix some problems with e2e tests
     add f4faa08a Migrate a test route to use the new revision creation code
     add 7f5b0c63 Remove the deprecated context manager to create a new revision
     new 61fa5427 Remove check for task running
     new c6638bb5 Remove check for task running and add unique constraint, 
which we try to catch the IntegrityError for

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   (74981874)
            \
             N -- N -- N   refs/heads/arm (c6638bb5)

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                    |   2 +-
 atr/get/test.py                          |  31 +++--
 atr/post/draft.py                        |  33 ++---
 atr/post/revisions.py                    |  17 +--
 atr/post/upload.py                       |  26 ++--
 atr/principal.py                         |   6 +-
 atr/ssh.py                               |  31 +++--
 atr/storage/types.py                     |   8 --
 atr/storage/writers/keys.py              |  16 ++-
 atr/storage/writers/release.py           | 150 ++++++++++++---------
 atr/storage/writers/revision.py          |  53 +++++---
 atr/storage/writers/vote.py              |  10 +-
 atr/tasks/checks/__init__.py             |   2 +-
 atr/tasks/sbom.py                        |  33 ++---
 atr/tasks/svn.py                         |  27 ++--
 atr/util.py                              |   4 +
 atr/worker.py                            |   9 +-
 requirements-for-pip-audit.txt           |   2 +-
 tests/e2e/compose/test_get.py            |  15 ++-
 tests/run-e2e.sh                         |   4 +-
 tests/unit/test_archive_root_variants.py |  54 ++++----
 tests/unit/test_cache.py                 |  10 +-
 tests/unit/test_create_revision.py       | 222 +++++++++++++++++++++++++++++++
 tests/unit/test_mail.py                  |  26 ++--
 tests/unit/test_merge.py                 |  26 ++--
 tests/unit/test_message.py               |  74 +++++------
 uv.lock                                  |  22 +--
 27 files changed, 606 insertions(+), 307 deletions(-)
 create mode 100644 tests/unit/test_create_revision.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to