This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch dw/8605
in repository https://gitbox.apache.org/repos/asf/allura.git
discard 11d6ad694 fixup! [#8605] Use C.UTF-8 locale instead of en_US.UTF-8 for
SVN export
discard 46e90c16a [#8605] Use C.UTF-8 locale instead of en_US.UTF-8 for SVN
export
add 06d41c29a [#8603] don't follow redirects on trac import
add 56e69cbb3 [#8603] disable trac importers by default
add 6defa33fb [#8603] use NonPrivateUrl on webhooks (does allow for IP
addrs now also)
add bbd1d7150 [#8603] urlopen_allow_internal_hostnames setting should work
for webhook and importer forms
add e154040e0 [#8603] test to know forgeblog/main.py setattr loop is ok
add bc0c96d0d [#8603] add @require_post to a few endpoints
add 46cb8e64f [#8603] change AlluraUserProperty User reference so that
ShortUrl doesn't error strangely on shorturl.create_user = c.user._id (tests
were always passing too, weird)
add 7013d3506 [#8603] use _verify_return_to in pwd_expired_change
add 4fe4e2808 [#8603] only permit local access to /auth/repo_permissions
add b7d28e892 [#8603] escape regexes in tag search
add 8e96d7009 [#8603] NonPrivateUrl checks all host=>IP resolutions not
just one
add bb66149d5 [#8603] use Markup in SxsOutputGenerator
add 68b8d44c0 [#8603] validate URLs on clone tasks too (e.g. if task
delayed from form usage, and DNS changes)
add 6754e9c9f [#8603] check multifactor login mode
add 719ec4084 Set up default protection ruleset for default and release
branches
add 006ae2532 change httpbin domain we use, so redirect-to tests keep
working
add 82a94e6ea fix scheme/protocol checking in clone task
add 3ba29f389 another fix for clone task validation: move validation down
into init_as_clone and do file path and URL validation separately based on
which is used
add 61b040c14 make with_trailing_slash and without_trailing_slash apply to
HEAD requests too
add 1f9e0deb8 [#11526] form-action from self to base_url
add 32aa4dc40 form-action change from self to base_url to avoid proxied
sites
add 9efd8e888 bump idna 3.11 -> 3.15
new 110b3db59 [#8605] Use C.UTF-8 locale instead of en_US.UTF-8 for SVN
export
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 (11d6ad694)
\
N -- N -- N refs/heads/dw/8605 (110b3db59)
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 1 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:
.asf.yaml | 19 +++++-
Allura/allura/controllers/auth.py | 11 +++-
Allura/allura/controllers/discuss.py | 2 +
Allura/allura/lib/diff.py | 28 ++++-----
Allura/allura/lib/patches.py | 8 +--
Allura/allura/lib/validators.py | 33 +++++++++--
Allura/allura/lib/widgets/discuss.py | 7 +++
Allura/allura/model/auth.py | 2 +-
Allura/allura/model/repository.py | 27 ++++++---
Allura/allura/tasks/repo_tasks.py | 2 +
Allura/allura/tests/functional/test_auth.py | 26 +++++++-
Allura/allura/tests/functional/test_root.py | 6 +-
Allura/allura/tests/test_diff.py | 16 ++++-
Allura/allura/tests/test_helpers.py | 3 +-
Allura/allura/tests/test_patches.py | 14 +++++
Allura/allura/tests/test_webhooks.py | 69 ++++++++++++++--------
Allura/allura/tests/unit/patches.py | 14 ++++-
Allura/allura/webhooks.py | 9 ++-
Allura/development.ini | 12 ++--
Allura/test.ini | 1 +
ForgeBlog/forgeblog/tests/functional/test_root.py | 29 +++++++++
ForgeGit/forgegit/git_main.py | 2 +-
.../forgegit/tests/functional/test_controllers.py | 4 +-
ForgeImporters/forgeimporters/trac/__init__.py | 2 +-
.../trac/tests/functional/test_trac.py | 7 ++-
.../forgeimporters/trac/tests/test_tickets.py | 6 ++
ForgeSVN/forgesvn/tests/model/test_repository.py | 10 ++--
ForgeSVN/forgesvn/tests/test_tasks.py | 13 +++-
ForgeSVN/forgesvn/widgets.py | 15 +----
ForgeShortUrl/forgeshorturl/main.py | 2 +
ForgeShortUrl/forgeshorturl/model/shorturl.py | 12 ++--
ForgeTracker/forgetracker/tracker_main.py | 2 +-
requirements.txt | 2 +-
33 files changed, 307 insertions(+), 108 deletions(-)