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

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


    omit db847ae8 #776 - implement 50k character limit for vote comment and 
support passing form errors through a cache in the form module instead of via 
flash in the session
     add 7b1f62a8 Adding OAuth docs; fixes #681
     add 9285f5fb Make token change emails more clear
     add 6cfd6132 Move most of the admin routes over to "typed" decorators for 
param validation. Add test to make sure future decorator changes don't break 
routing. Simplify param checking.
     add a106a69d Some additional tidy up of typed decorators, and some 
additional tests for them
     add c8aa3abb #776 - implement 50k character limit for vote comment and 
support passing form errors through a cache in the form module instead of via 
flash in the session

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   (db847ae8)
            \
             N -- N -- N   refs/heads/form_validation_cache (c8aa3abb)

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               | 409 +++++++++++++++++++++++++-----------
 atr/blueprints/admin.py             | 204 ++++++++++--------
 atr/blueprints/api.py               |  80 ++-----
 atr/blueprints/common.py            | 190 +++++++++++++----
 atr/blueprints/get.py               |  19 +-
 atr/blueprints/post.py              |  26 +--
 atr/docs/authentication-security.md |  31 +++
 atr/get/test.py                     |   7 +-
 atr/storage/writers/tokens.py       |   8 +-
 tests/unit/test_blueprints.py       | 302 ++++++++++++++++++++++++++
 10 files changed, 921 insertions(+), 355 deletions(-)
 create mode 100644 tests/unit/test_blueprints.py


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

Reply via email to