This is an automated email from the ASF dual-hosted git repository.
kentontaylor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git.
from 330cda3 Allow memoize_cleanup to work with dicts or objects
new c9096c5 [#8408] stronger markdown test. and don't use deprecated
unittest methods
new b5442f7 [#8408] upgrade markdown-checklist extension
new a99eaf0 [#8408] upgrade pyflakes (not really related)
new cef660e [#8408] remove old unused script that involves markdown
new bd547f9 [#8408] start Markdown upgrade, simple cleanups
new a2db746 [#8408] all markdown extensions need to register themselves
new 62f2963 [#8408] tricky parts of Markdown upgrade
new bac4a0a [#8408] upgrade to markdown 3.1
new a82172b [#8408] upgrade to markdown 3.2; drop attr_list extension
new fc828c0 [#8408] upgrade to markdown 3.3
new ba59afa [#8408] raise markdown limits now
new 4068711 [#8410] markdown regex improvement
The 12 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/app_globals.py | 11 +-
Allura/allura/lib/markdown_extensions.py | 95 +++++++-----
Allura/allura/lib/search.py | 2 +-
Allura/allura/tests/test_globals.py | 161 ++++++++++++++++++---
Allura/allura/tests/test_helpers.py | 8 +-
Allura/allura/tests/test_markdown.py | 2 +-
Allura/allura/tests/unit/test_post_model.py | 5 +-
Allura/development.ini | 2 +-
AlluraTest/alluratest/tools.py | 4 +-
.../forgegit/tests/functional/test_controllers.py | 4 +-
requirements.in | 2 +-
requirements.txt | 14 +-
scripts/perf/md_perf.py | 134 -----------------
13 files changed, 231 insertions(+), 213 deletions(-)
delete mode 100644 scripts/perf/md_perf.py