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

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


 discard 2a4fbfef Work safe types through the codebase and change validation 
into string-based, removing database side.
 discard 66d53925 Work safe types through the codebase and change validation 
into string-based, removing database side.
 discard 6872f82e Add taint tracking types to API routes
 discard 2a54d67d Prefix some unused variables
     add 57e1065a Use session asf_uid when adding ssh key and pat
     add 192c9881 Use a strict structured subset of LDAP results only
     add dd47ab50 New ATR logo topnav treatment
     add 1b8ec694 Add start_tls to SMTP connection
     add 8c3875c2 Add a note about widening types to check with exarch
     add 3aa22ffb Omit hashes from PAT records
     add 31569feb Add a script to fix function ordering in common locations
     add 63a61445 Fix parentheses
     add a2b82c02 Document code policies
     add 67efe112 Add an admin route to invalidate all JWTs by rotating the 
signing key
     add 79fb8f3c Prefix some unused variables
     add 09e73af8 Add taint tracking types to API routes
     add dab49c31 Work safe types through the codebase and change validation 
into string-based, removing database side.

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   (2a4fbfef)
            \
             N -- N -- N   refs/heads/taint_tracking_types (dab49c31)

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.

No new revisions were added by this update.

Summary of changes:
 atr/admin/__init__.py                | 128 ++++++++++++++++++++++++++++++--
 atr/admin/templates/ldap-lookup.html |   8 +-
 atr/api/__init__.py                  |   2 +-
 atr/blueprints/common.py             |   4 +-
 atr/blueprints/post.py               |   4 +-
 atr/config.py                        |   9 +--
 atr/detection.py                     |   1 +
 atr/docs/authentication-security.md  |   6 +-
 atr/docs/authorization-security.md   |   6 +-
 atr/docs/code-conventions.md         |   2 +-
 atr/docs/code-policies.md            |  23 ++++++
 atr/docs/developer-guide.md          |   9 ++-
 atr/docs/how-to-contribute.md        |   6 +-
 atr/docs/index.md                    |   9 ++-
 atr/docs/input-validation.md         |   4 +-
 atr/get/tokens.py                    |   4 +-
 atr/jwtoken.py                       |  77 ++++++++++++++++++-
 atr/ldap.py                          |  82 ++++++++++++---------
 atr/mail.py                          |   4 +-
 atr/post/keys.py                     |   2 +-
 atr/post/tokens.py                   |   1 -
 atr/principal.py                     |  31 +++-----
 atr/server.py                        |  10 +++
 atr/static/css/atr.css               |  17 ++++-
 atr/storage/readers/tokens.py        |  13 +++-
 atr/storage/types.py                 |  23 ++++++
 atr/storage/writers/ssh.py           |   4 +-
 atr/storage/writers/tokens.py        |  20 +++--
 atr/templates/includes/topnav.html   |  17 ++++-
 atr/util.py                          |  25 ++-----
 scripts/fix_orders.sh                |   4 +
 tests/unit/test_message.py           |  16 +++-
 tests/unit/test_tokens_safe.py       | 138 +++++++++++++++++++++++++++++++++++
 33 files changed, 567 insertions(+), 142 deletions(-)
 create mode 100644 atr/docs/code-policies.md
 create mode 100755 scripts/fix_orders.sh
 create mode 100644 tests/unit/test_tokens_safe.py


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

Reply via email to