This is an automated email from the ASF dual-hosted git repository.
dill0wn pushed a change to branch dw/8455-part2
in repository https://gitbox.apache.org/repos/asf/allura.git
discard 8a769b86f fixup! fixup! fixup! fixup! fixup! fixup! fixup! [#8455]
remove @with_setup
discard 820a0159a fixup! fixup! fixup! fixup! fixup! fixup! [#8455] remove
@with_setup
discard 4c000b4aa fixup! fixup! fixup! fixup! fixup! [#8455] remove @with_setup
discard 98462a443 fixup! fixup! fixup! fixup! [#8455] remove @with_setup
discard e26ca2e2b fixup! fixup! fixup! [#8455] remove @with_setup
discard 7805b2940 fixup! fixup! [#8455] remove @with_setup
discard 768e1cd0f fixup! [#8455] remove @with_setup
discard cdc52d5ae [#8455] remove @with_setup
discard 5f21327c1 fixup! fixup! fixup! fixup! [#8455] converted the remaining
modules fully to pytest
discard dbd639104 fixup! [#8455] added pytest.ini
discard b80d4c7da fixup! fixup! fixup! [#8455] converted the remaining modules
fully to pytest
discard 5a3c76630 fixup! fixup! [#8455] converted the remaining modules fully
to pytest
discard d0e37d7be [#8455] converted yield test to pytest.mark.parametrize
discard 7c0e67074 fixup! [#8455] converted the remaining modules fully to
pytest
discard f880aaa52 [#8455] added pytest.ini
discard 26f8f3051 [#8455] converted the remaining modules fully to pytest
discard 2ae7e7c8b [#8455] ran nose2pytest on Forge* and AlluraTest modules
discard df4c736dd [#8455] allura pytest - fix misc test failures that popped
up during pytest conversion
discard 64dea2ba9 all trivial failures resolved for ./Allura, only legit
failures remain
discard c39d87e2e All tests in ./Allura collecting, and test_auth completely
passing
discard a5082aed4 first substantial test file mostly passing under pytest
discard 1655e93e2 8455 nose2pytest for ./Allura
add 57e484eb0 [#8467] DefOptScriptTask and other improvements to task
submission in web ui
add c04a6dd1c [#8467] misc type hints
add 897e23408 [#8469] added missing canonical tags to user profile,
discussion, blog, list and tickets
add ecd1e30db h1 title improvement for wiki sections browse pages and
browse labels
add 108f8e409 noindex,follow for ticket milestone pages
add f0a4fe461 [#8471] wiki noindex: cleanup, tests, and check for comments
now
new 941177771 8455 nose2pytest for ./Allura
new 54cc022b7 first substantial test file mostly passing under pytest
new 4dca14e72 All tests in ./Allura collecting, and test_auth completely
passing
new fae235ff0 all trivial failures resolved for ./Allura, only legit
failures remain
new be8e22a97 [#8455] allura pytest - fix misc test failures that popped
up during pytest conversion
new 2717ae0aa [#8455] ran nose2pytest on Forge* and AlluraTest modules
new 2de9bcef4 [#8455] converted the remaining modules fully to pytest
new e9e7bd182 [#8455] added pytest.ini
new b92975160 [#8455] converted yield test to pytest.mark.parametrize
new 50aa084c8 [#8455] remove @with_setup
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 (8a769b86f)
\
N -- N -- N refs/heads/dw/8455-part2 (50aa084c8)
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 10 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/site_admin.py | 3 +
.../ext/user_profile/templates/user_index.html | 13 ++--
Allura/allura/lib/helpers.py | 1 +
Allura/allura/lib/plugin.py | 2 +-
Allura/allura/model/discuss.py | 6 +-
Allura/allura/model/project.py | 2 +-
Allura/allura/scripts/scripttask.py | 69 +++++++++++++++++++++-
Allura/allura/templates/jinja_master/lib.html | 15 +++--
Allura/allura/templates/site_admin_task_new.html | 7 ++-
Allura/allura/templates/tool_list.html | 6 +-
Allura/docs/api/{lib.rst => scripts.rst} | 10 ++--
Allura/docs/conf.py | 2 +-
ForgeBlog/forgeblog/templates/blog/post.html | 5 ++
.../templates/discussionforums/index.html | 7 ++-
.../forgetracker/templates/tracker/milestone.html | 1 +
.../forgetracker/templates/tracker/ticket.html | 10 ++--
.../forgewiki/templates/wiki/browse_tags.html | 5 +-
ForgeWiki/forgewiki/tests/test_app.py | 23 +++++++-
ForgeWiki/forgewiki/wiki_main.py | 27 ++++++---
19 files changed, 162 insertions(+), 52 deletions(-)
copy Allura/docs/api/{lib.rst => scripts.rst} (88%)