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 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

No new revisions were added by this update.

Summary of changes:
 atr/db/__init__.py                 |  25 +++
 atr/docs/code-conventions.md       |  16 ++
 atr/hashes.py                      |   4 +
 atr/models/sql.py                  |   1 +
 atr/storage/writers/revision.py    |   6 +-
 atr/tasks/__init__.py              |   3 +
 atr/tasks/quarantine.py            | 214 +++++++++++++++++++++++++
 scripts/fix_order.py               |   6 +
 tests/unit/test_create_revision.py |   2 +
 tests/unit/test_quarantine_task.py | 312 +++++++++++++++++++++++++++++++++++++
 10 files changed, 587 insertions(+), 2 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