This is an automated email from the ASF dual-hosted git repository.
sbp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
from dcd2a63 #216 - Make sure staging "upgrades" still set pending
add a52d17f Associate check result ignores with projects not committees
add 3a25f95 Add tests for check result ignores
add 356a7fc Update the documentation about check result ignores
No new revisions were added by this update.
Summary of changes:
atr/api/__init__.py | 15 +--
atr/db/__init__.py | 6 +-
atr/docs/check-ignores.md | 6 +-
atr/docs/security-authorization.md | 5 +
atr/docs/storage-interface.md | 2 +
atr/get/checks.py | 14 +--
atr/get/ignores.py | 16 +--
atr/models/api.py | 4 +-
atr/models/sql.py | 2 +-
atr/post/ignores.py | 29 ++---
atr/storage/readers/checks.py | 14 ++-
atr/storage/readers/releases.py | 5 +-
atr/storage/writers/checks.py | 22 +++-
atr/templates/check-selected.html | 4 +-
migrations/versions/0045_2026.01.30_9664bcb9.py | 135 ++++++++++++++++++++++++
{atr => tests/e2e/ignores}/__init__.py | 0
tests/e2e/{root => ignores}/conftest.py | 24 ++---
tests/e2e/{policy => ignores}/helpers.py | 26 +++--
tests/e2e/{root => ignores}/test_get.py | 27 +++--
tests/e2e/ignores/test_post.py | 54 ++++++++++
tests/unit/test_ignores_api_models.py | 61 +++++++++++
21 files changed, 371 insertions(+), 100 deletions(-)
create mode 100644 migrations/versions/0045_2026.01.30_9664bcb9.py
copy {atr => tests/e2e/ignores}/__init__.py (100%)
copy tests/e2e/{root => ignores}/conftest.py (70%)
copy tests/e2e/{policy => ignores}/helpers.py (57%)
copy tests/e2e/{root => ignores}/test_get.py (50%)
create mode 100644 tests/e2e/ignores/test_post.py
create mode 100644 tests/unit/test_ignores_api_models.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]