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

wave pushed a change to branch no-traceback-on-error-html
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


    from 622fe3b  No traceback on error html page
     add 4d6a0cb  #549 and #471 - implement structured logging when running not 
in debug mode
     add 3b5896d  Notify users on authentication credentials change
     add 3b96129  Add some e2e token tests
     add 57bbe9b  Send email through the storage interface and add audit logging
     add 2a722f8  Switch to better condition for dev logs

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} (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]

Reply via email to