This is an automated email from the ASF dual-hosted git repository.
sbp pushed a change to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
discard 3c04a833 Update dependencies
discard 5be49dc1 Add an implementation of Noisy Secrets, and tests
add 403efc3c Replace ALLOW_TESTS with dedicated Test config mode. Add
additional runtime safety checks.
new 2922aada Add an implementation of Noisy Secrets, and tests
new 22a1626a Update dependencies
new f9cfcf22 Remove the admin route that shows environment variables
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3c04a833)
\
N -- N -- N refs/heads/sbp (f9cfcf22)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
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:
BUILD.md | 2 +-
DEVELOPMENT.md | 2 +-
Makefile | 4 +-
atr/admin/__init__.py | 38 +++---------
atr/config.py | 121 +++++++++++++++++++++++++++----------
atr/db/interaction.py | 2 +-
atr/docs/authorization-security.md | 5 +-
atr/docs/running-the-server.md | 4 +-
atr/docs/storage-interface.md | 2 +-
atr/get/download.py | 2 +-
atr/get/projects.py | 6 +-
atr/get/published.py | 4 +-
atr/get/test.py | 21 +++++--
atr/ldap.py | 2 +-
atr/post/test.py | 10 +++
atr/principal.py | 4 +-
atr/server.py | 18 +++---
atr/storage/writers/keys.py | 4 +-
atr/storage/writers/mail.py | 3 +-
atr/storage/writers/release.py | 4 +-
atr/tabulate.py | 5 +-
atr/user.py | 8 +--
atr/util.py | 14 +----
atr/worker.py | 13 ++--
docker-compose.yml | 2 +-
tests/docker-compose.yml | 4 +-
tests/unit/test_ldap.py | 12 ++--
tests/unit/test_user.py | 11 ++--
tests/unit/test_vote.py | 3 +-
29 files changed, 185 insertions(+), 145 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]