This is an automated email from the ASF dual-hosted git repository.
arm pushed a change to branch atr_tagging
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
omit 65cc07f #475 - Remove endpoint as not needed for distribution any more
omit 35b3d99 #476 - allow rsync to specify a tag as part of the URL
omit 0f159e0 #475 - Add endpoint to get tagging spec for a release
omit 474e967 #475 - add tagging field to release policy
add 7d0c7c5 Notify users on authentication credentials change
add fe0d7e2 Add some e2e token tests
add 8818629 Send email through the storage interface and add audit logging
add c7fac9f Switch to better condition for dev logs
add 723aa1f #475 - add tagging field to release policy
add 03416f0 #475 - Add endpoint to get tagging spec for a release
add 0b313b1 #476 - allow rsync to specify a tag as part of the URL
add d1e357f #475 - Remove endpoint as not needed for distribution any more
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 (65cc07f)
\
N -- N -- N refs/heads/atr_tagging (d1e357f)
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.
No new revisions were added by this update.
Summary of changes:
atr/server.py | 5 +-
atr/storage/__init__.py | 4 +
atr/storage/writers/__init__.py | 2 +
atr/storage/writers/{cache.py => mail.py} | 59 +++++++-------
atr/storage/writers/tokens.py | 24 ++++++
atr/tasks/message.py | 9 ++-
atr/tasks/vote.py | 12 +--
pyproject.toml | 1 +
{atr => tests/e2e/tokens}/__init__.py | 0
tests/e2e/{root => tokens}/conftest.py | 17 ++--
atr/tasks/task.py => tests/e2e/tokens/helpers.py | 24 +++---
tests/e2e/tokens/test_get.py | 47 ++++++++++++
tests/e2e/tokens/test_post.py | 98 ++++++++++++++++++++++++
13 files changed, 234 insertions(+), 68 deletions(-)
copy atr/storage/writers/{cache.py => mail.py} (72%)
copy {atr => tests/e2e/tokens}/__init__.py (100%)
copy tests/e2e/{root => tokens}/conftest.py (75%)
copy atr/tasks/task.py => tests/e2e/tokens/helpers.py (63%)
create mode 100644 tests/e2e/tokens/test_get.py
create mode 100644 tests/e2e/tokens/test_post.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]