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 db1a3e472 [#422] Fix on allura-api.json file
new b8b1ac439 [#8566] support more password hashing algorithms
new 56238cfc0 [#8566] cleaner "raises" checking in tests
new 9d720f8c1 [#8566] make some tests run on their own (and in parallel)
without error
new 71a71cc33 [#8566] fix some test warnings
new 556a7da15 [#8566] remove old test helpers
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/lib/markdown_extensions.py | 13 +-
Allura/allura/lib/plugin.py | 189 ++++++++++++++-------
Allura/allura/model/auth.py | 3 +-
Allura/allura/scripts/trac_export.py | 2 +-
Allura/allura/tests/decorators.py | 13 +-
Allura/allura/tests/functional/test_admin.py | 8 +-
Allura/allura/tests/functional/test_auth.py | 18 +-
Allura/allura/tests/functional/test_home.py | 6 +-
Allura/allura/tests/model/test_artifact.py | 3 +-
Allura/allura/tests/model/test_auth.py | 8 +-
Allura/allura/tests/model/test_notification.py | 4 +-
Allura/allura/tests/model/test_repo.py | 4 +-
Allura/allura/tests/test_app.py | 6 +-
Allura/allura/tests/test_commands.py | 56 +++---
Allura/allura/tests/test_globals.py | 15 +-
Allura/allura/tests/test_helpers.py | 7 +-
Allura/allura/tests/test_plugin.py | 87 ++++++++--
Allura/allura/tests/test_utils.py | 30 ++--
.../tests/unit/test_helpers/test_set_context.py | 18 +-
.../allura/tests/unit/test_ldap_auth_provider.py | 38 +++--
.../allura/tests/unit/test_package_path_loader.py | 15 +-
Allura/allura/websetup/bootstrap.py | 18 +-
Allura/development.ini | 26 ++-
AlluraTest/alluratest/tools.py | 64 -------
.../forgediscussion/tests/functional/test_forum.py | 8 +-
.../forgeimporters/tests/forge/test_tracker.py | 8 +-
.../forgeimporters/trac/tests/test_tickets.py | 11 +-
ForgeSVN/forgesvn/tests/model/test_repository.py | 4 +-
pytest.ini | 4 +
requirements-optional.txt | 4 +
requirements.in | 1 +
requirements.txt | 6 +-
32 files changed, 413 insertions(+), 284 deletions(-)