This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a change to branch db/8520
in repository https://gitbox.apache.org/repos/asf/allura.git
discard 6e395eb4b [#8520] show warnings from ./run_tests
discard f0f102d8a [#8520] update deprecated beautifulsoup methods
discard a833009cd [#8520] drop python 3.9 support for easier
entry_points(group= usage in Allura and other libraries like easywidgets and
activitystream)
new 8b5cc733e [#8520] drop python 3.9 support for easier
entry_points(group= usage in Allura and other libraries like easywidgets and
activitystream)
new b328f7df4 [#8520] update deprecated beautifulsoup methods
new eb69de75c [#8520] show warnings from ./run_tests
new 1a233df85 [#8520] make a pkg_file helper for shorter and safer file
locating code
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 (6e395eb4b)
\
N -- N -- N refs/heads/db/8520 (1a233df85)
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/app.py | 5 ++--
Allura/allura/config/middleware.py | 4 +--
Allura/allura/config/resources.py | 11 ++++---
Allura/allura/ext/admin/admin_main.py | 4 +--
Allura/allura/ext/project_home/project_main.py | 5 ++--
Allura/allura/ext/search/search_main.py | 4 +--
Allura/allura/ext/user_profile/user_main.py | 5 ++--
Allura/allura/lib/app_globals.py | 5 ++--
Allura/allura/lib/custom_middleware.py | 7 ++---
Allura/allura/lib/package_path_loader.py | 11 +++----
Allura/allura/lib/plugin.py | 5 ++--
Allura/allura/lib/utils.py | 22 ++++++++++++++
.../tests/functional/test_personal_dashboard.py | 3 +-
Allura/allura/tests/test_commands.py | 6 ++--
Allura/allura/tests/test_utils.py | 20 +++++++++++++
.../allura/tests/unit/test_package_path_loader.py | 4 +--
ForgeActivity/forgeactivity/config/resources.py | 4 +--
.../forgediscussion/tests/functional/test_forum.py | 5 ++--
ForgeFiles/forgefiles/files_main.py | 2 +-
.../forgegit/tests/functional/test_controllers.py | 17 +++++------
ForgeGit/forgegit/tests/model/test_repository.py | 35 +++++++++++-----------
.../forgesvn/tests/functional/test_controllers.py | 6 ++--
ForgeSVN/forgesvn/tests/model/test_repository.py | 20 ++++++-------
ForgeTracker/forgetracker/config/resources.py | 6 ++--
ForgeUserStats/forgeuserstats/tests/test_model.py | 4 +--
ForgeUserStats/forgeuserstats/tests/test_stats.py | 5 ++--
ruff.toml | 2 +-
27 files changed, 134 insertions(+), 93 deletions(-)