This is an automated email from the ASF dual-hosted git repository.
gcruz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git.
from 2f1f1a4 Prevent discussion stats endpoint from 500ing if hit without
parameters
new 37b989b [#8409] avoid User query when no username in session
new da7db94 [#8409] User.anonymous() is an in-memory object, not queried
from db now
The 2 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/ext/user_profile/user_main.py | 2 +-
Allura/allura/lib/plugin.py | 5 ++++-
Allura/allura/model/auth.py | 22 +++++++++++++++++++++-
.../allura/tests/functional/test_user_profile.py | 6 ++----
Allura/allura/tests/model/test_auth.py | 22 ++++++++++++++++++++++
Allura/allura/websetup/bootstrap.py | 6 ++----
6 files changed, 52 insertions(+), 11 deletions(-)