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

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


    from c80e8e81 Adding docs about public API endpoints; fixes #660 (#849)
     add 1a549cbf #643 - Add safe.RevisionNumber and utilise unsafe.UnsafeStr 
for remaining str types.

No new revisions were added by this update.

Summary of changes:
 atr/admin/__init__.py              | 13 +++++++---
 atr/api/__init__.py                | 47 +++++++++++++++++++----------------
 atr/attestable.py                  | 41 ++++++++++++++++--------------
 atr/blueprints/api.py              |  2 +-
 atr/blueprints/common.py           | 51 ++++++++++++++++++++++++--------------
 atr/blueprints/get.py              |  2 +-
 atr/blueprints/post.py             |  2 +-
 atr/construct.py                   |  8 +++---
 atr/db/interaction.py              | 33 ++++++++++++++----------
 atr/get/announce.py                |  2 +-
 atr/get/checks.py                  |  2 +-
 atr/get/committees.py              | 11 ++++----
 atr/get/keys.py                    | 13 +++++-----
 atr/get/manual.py                  |  6 ++---
 atr/get/projects.py                | 21 ++++++++--------
 atr/get/ref.py                     |  9 ++++---
 atr/get/test.py                    |  7 +++---
 atr/get/voting.py                  |  6 ++---
 atr/merge.py                       |  8 +++---
 atr/models/api.py                  |  8 +++---
 atr/models/safe.py                 | 25 ++++++++++++++++---
 atr/models/sql.py                  | 10 ++++++++
 atr/models/unsafe.py               |  5 +++-
 atr/paths.py                       |  6 ++---
 atr/post/announce.py               |  6 ++---
 atr/post/draft.py                  | 12 +++------
 atr/post/keys.py                   |  9 ++++---
 atr/post/manual.py                 |  2 +-
 atr/post/projects.py               | 11 ++++----
 atr/post/revisions.py              |  2 +-
 atr/post/upload.py                 |  9 ++++---
 atr/post/voting.py                 |  6 ++---
 atr/shared/ignores.py              |  3 ++-
 atr/shared/revisions.py            |  3 ++-
 atr/ssh.py                         |  4 ++-
 atr/storage/readers/releases.py    |  5 ++--
 atr/storage/writers/announce.py    | 12 ++++-----
 atr/storage/writers/checks.py      |  4 +--
 atr/storage/writers/release.py     | 16 +++++++-----
 atr/storage/writers/revision.py    | 18 ++++++++------
 atr/storage/writers/vote.py        |  6 ++---
 atr/tasks/__init__.py              | 22 ++++++++--------
 atr/tasks/checks/__init__.py       | 18 +++++++-------
 atr/tasks/checks/compare.py        |  2 +-
 atr/tasks/quarantine.py            |  2 +-
 atr/tasks/vote.py                  |  2 +-
 atr/web.py                         |  7 +++---
 atr/worker.py                      |  5 ++--
 tests/unit/test_create_revision.py | 15 +++++++++--
 49 files changed, 316 insertions(+), 223 deletions(-)


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

Reply via email to