This is an automated email from the ASF dual-hosted git repository.
gcruz pushed a change to branch gc/8502
in repository https://gitbox.apache.org/repos/asf/allura.git
discard e43eaedd4 [#8502] ignoring long lines and updating ruff command with
--config and --show-source flags
discard 8ff25bec8 [#8502] regenerated requirements.txt
discard 42332fd0f [#8502] updated ruff config and added an extra flag
--show-source
discard e2b9ccc70 fixup! [#8502] added ruff.toml
discard ece59bdbe [#8502] added ruff.toml
discard de870b067 [#8502] fixing more code violations
discard 828c04d7b [#8502] fixed line too long warnings
new de9c2e0b0 [#8502] fixing more code violations
new 3d53efe85 [#8502] added ruff.toml
new a9b99fb1f [#8502] updated ruff config and added an extra flag
--show-source
new 26ae660d0 [#8502] regenerated requirements.txt
new bf8bafff7 [#8502] ignoring long lines and updating ruff command with
--config and --show-source flags
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 (e43eaedd4)
\
N -- N -- N refs/heads/gc/8502 (bf8bafff7)
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 5 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 | 4 +-
Allura/allura/command/create_trove_categories.py | 68 +++++++++++-----------
Allura/allura/command/set_neighborhood_features.py | 2 +-
Allura/allura/command/taskd.py | 4 +-
Allura/allura/command/taskd_cleanup.py | 2 +-
Allura/allura/config/app_cfg.py | 3 +-
Allura/allura/controllers/auth.py | 2 +-
Allura/allura/controllers/repository.py | 2 +-
Allura/allura/controllers/rest.py | 2 +-
Allura/allura/controllers/trovecategories.py | 2 +-
Allura/allura/ext/admin/widgets.py | 10 ++--
Allura/allura/ext/user_profile/user_main.py | 2 +-
Allura/allura/lib/app_globals.py | 5 +-
Allura/allura/lib/custom_middleware.py | 2 +-
Allura/allura/lib/helpers.py | 2 +-
Allura/allura/lib/macro.py | 3 +-
Allura/allura/lib/phone/nexmo.py | 4 +-
Allura/allura/lib/plugin.py | 2 +-
Allura/allura/lib/security.py | 2 +-
Allura/allura/lib/utils.py | 2 +-
Allura/allura/lib/widgets/form_fields.py | 2 +-
Allura/allura/lib/widgets/forms.py | 8 +--
Allura/allura/model/__init__.py | 2 +-
Allura/allura/model/neighborhood.py | 2 +-
Allura/allura/model/project.py | 9 ++-
Allura/allura/model/repository.py | 2 +-
Allura/allura/model/stats.py | 3 +-
Allura/allura/model/types.py | 2 +-
Allura/allura/scripts/disable_users.py | 2 +-
Allura/allura/tests/functional/test_discuss.py | 2 +-
.../allura/tests/functional/test_neighborhood.py | 2 +-
Allura/allura/tests/functional/test_newforge.py | 2 +-
Allura/allura/tests/functional/test_site_admin.py | 4 +-
.../allura/tests/functional/test_user_profile.py | 8 +--
Allura/allura/tests/model/test_project.py | 4 +-
Allura/allura/tests/model/test_repo.py | 3 +-
Allura/allura/tests/test_commands.py | 2 +-
Allura/allura/tests/test_decorators.py | 2 +-
Allura/allura/tests/test_globals.py | 6 +-
Allura/allura/tests/test_helpers.py | 2 +-
Allura/allura/tests/test_mail_util.py | 2 +-
Allura/allura/tests/test_middlewares.py | 3 +-
Allura/allura/tests/test_plugin.py | 2 +-
Allura/allura/tests/test_tasks.py | 6 +-
Allura/allura/tests/test_utils.py | 6 +-
Allura/allura/tests/unit/test_session.py | 2 +-
Allura/allura/tests/unit/test_solr.py | 2 +-
.../forgediscussion/controllers/forum.py | 5 +-
.../forgediscussion/controllers/root.py | 2 +-
ForgeGit/forgegit/model/git_repo.py | 4 +-
.../forgegit/tests/functional/test_controllers.py | 10 ++--
ForgeGit/forgegit/tests/model/test_repository.py | 2 +-
.../forgeimporters/tests/github/test_extractor.py | 2 +-
.../forgeimporters/tests/github/test_tracker.py | 8 +--
.../trac/tests/functional/test_trac.py | 2 +-
.../forgetracker/tests/functional/test_root.py | 5 +-
.../forgetracker/widgets/admin_custom_fields.py | 2 +-
ForgeWiki/forgewiki/tests/functional/test_root.py | 4 +-
ForgeWiki/forgewiki/wiki_main.py | 4 +-
59 files changed, 131 insertions(+), 136 deletions(-)