This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch cc/11102-part2b
in repository https://gitbox.apache.org/repos/asf/allura.git
discard 9e8f9a3cf [#8604] Update transient anonymous user property to not use
encrypted field
discard 144d30b6b Remove dead ProjectUserSelect code
discard 2d845f178 [#8604] Implement field level encryption for User's
display_name_field
discard e0ea77d5e [#8604] Add the display_name_encrypted field to the User
class
add 2a8179312 [#8607] another perm check for MRs
add c6f48a4ae [#8607] lock down get_markdown content type and only to
those who could use it to update anyway
add 9635e2f43 bump webob 1.8.9 -> 1.8.10
add 77dc64634 update httpbin testing domain again
add f84206aa8 [#8606] Implement field level encryption for EmailAddress
email field
new f7a3e6755 [#8604] Add the display_name_encrypted field to the User
class
new cef27607f [#8604] Implement field level encryption for User's
display_name_field
new d730a2993 Remove dead ProjectUserSelect code
new 1ce6e7941 [#8604] Update transient anonymous user property to not use
encrypted field
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 (9e8f9a3cf)
\
N -- N -- N refs/heads/cc/11102-part2b (1ce6e7941)
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 4 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:
Allura/allura/controllers/discuss.py | 3 +-
Allura/allura/controllers/repository.py | 4 +-
Allura/allura/model/auth.py | 55 ++++++++++------------
Allura/allura/tests/functional/test_discuss.py | 1 +
Allura/allura/tests/functional/test_root.py | 8 +++-
Allura/allura/tests/model/test_auth.py | 5 +-
Allura/allura/tests/test_helpers.py | 2 +-
ForgeBlog/forgeblog/main.py | 3 +-
ForgeBlog/forgeblog/tests/functional/test_root.py | 1 +
.../forgegit/tests/functional/test_controllers.py | 12 +++++
.../forgetracker/tests/functional/test_root.py | 1 +
ForgeTracker/forgetracker/tracker_main.py | 3 +-
ForgeWiki/forgewiki/tests/functional/test_root.py | 1 +
ForgeWiki/forgewiki/wiki_main.py | 3 +-
requirements.txt | 2 +-
15 files changed, 63 insertions(+), 41 deletions(-)