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

arm pushed a change to branch arm
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


    from f06f2df5 Validate session by type instead of name, and _ prefix unused 
sessions
     add c0900cf5 Add a task to validate quarantined files and reject or 
promote them
     add d88c4b0f Skip files that use overloads when fixing function order
     add fa010e35 Fix function ordering
     new 43f372e4 Change data models to Subset instead of Lax - closes #777

The 1 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:
 atr/db/__init__.py                    |  25 +++
 atr/docs/code-conventions.md          |  16 ++
 atr/hashes.py                         |   4 +
 atr/models/distribution.py            |  28 +--
 atr/models/sql.py                     |   1 +
 atr/paths.py                          |   8 +-
 atr/storage/writers/revision.py       |   6 +-
 atr/tasks/__init__.py                 |   3 +
 atr/tasks/quarantine.py               | 214 +++++++++++++++++++++++
 scripts/fix_order.py                  |   6 +
 tests/e2e/admin/test_revoke_tokens.py | 128 +++++++-------
 tests/e2e/announce/test_get.py        |  26 +--
 tests/e2e/committees/test_get.py      |  22 +--
 tests/e2e/root/conftest.py            |  14 +-
 tests/e2e/root/test_get.py            |   8 +-
 tests/unit/test_create_revision.py    |   2 +
 tests/unit/test_quarantine_task.py    | 312 ++++++++++++++++++++++++++++++++++
 17 files changed, 704 insertions(+), 119 deletions(-)
 create mode 100644 atr/tasks/quarantine.py
 create mode 100644 tests/unit/test_quarantine_task.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to