This is an automated email from the ASF dual-hosted git repository.
tn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git
from ca145ab Add an experimental worker module
new d9fd667 resync changes from asfquart
new 5d5c37f add pytest and setup env
new ca1bf87 add apache module for retrieving apache specific data from
whimsy
The 3 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:
.pre-commit-config.yaml | 2 +
Makefile | 2 +-
asfquart/CHANGELOG.md | 6 ++
asfquart/README.md | 25 +++++--
asfquart/docs/auth.md | 2 +-
asfquart/pyproject.toml | 35 +++++++--
asfquart/tests/README.md | 9 ---
asfquart/tests/auth.py | 9 ---
asfquart/tests/config.py | 7 +-
asfquart/tests/pytest.ini | 5 --
asfquart/tests/session.py | 2 -
atr/__init__.py | 6 --
atr/apache.py | 55 ++++++++++++++
atr/blueprints/secret/secret.py | 37 ++++-----
atr/util.py | 52 +++++++++++++
poetry.lock | 162 ++++++----------------------------------
pyproject.toml | 26 ++++++-
.venv => tests/__init__.py | 0
tests/test_apache.py | 34 +++++++++
uv.lock | 85 ++++-----------------
20 files changed, 278 insertions(+), 283 deletions(-)
delete mode 100644 asfquart/tests/README.md
delete mode 100644 asfquart/tests/pytest.ini
create mode 100644 atr/apache.py
copy .venv => tests/__init__.py (100%)
create mode 100644 tests/test_apache.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]