This is an automated email from the ASF dual-hosted git repository.
wave pushed a change to branch storage-interface-error-messages
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
from 4cb9b74 Update storage interface error messages
add 02bd99f #549 and #471 - implement structured logging when running not
in debug mode
add 4aa6b77 Notify users on authentication credentials change
add c9031ff Add some e2e token tests
add 505cd72 Send email through the storage interface and add audit logging
add 505d03e Switch to better condition for dev logs
add c412118 Update new code
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 6 +-
atr/log.py | 24 ++-
atr/server.py | 193 ++++++++++++++++-------
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 +-
atr/worker.py | 45 +++++-
pyproject.toml | 2 +
{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 ++++++++++++
uv.lock | 52 +++---
17 files changed, 463 insertions(+), 155 deletions(-)
copy atr/storage/writers/{cache.py => mail.py} (73%)
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]