Merge lp://staging/~dholbach/developer-ubuntu-com/importer-post-deployment-fixes into lp://staging/developer-ubuntu-com
Proposed by
Daniel Holbach
Status: | Merged |
---|---|
Approved by: | David Callé |
Approved revision: | 212 |
Merged at revision: | 194 |
Proposed branch: | lp://staging/~dholbach/developer-ubuntu-com/importer-post-deployment-fixes |
Merge into: | lp://staging/developer-ubuntu-com |
Diff against target: |
480 lines (+189/-72) 7 files modified
md_importer/importer/__init__.py (+12/-0) md_importer/importer/article.py (+37/-22) md_importer/importer/publish.py (+54/-22) md_importer/importer/repo.py (+0/-1) md_importer/tests/test_branch_import.py (+40/-6) md_importer/tests/test_link_rewrite.py (+43/-20) md_importer/tests/utils.py (+3/-1) |
To merge this branch: | bzr merge lp://staging/~dholbach/developer-ubuntu-com/importer-post-deployment-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu App Developer site developers | Pending | ||
Review via email: mp+284309@code.staging.launchpad.net |
Description of the change
This is ready to land now.
List of fixes:
- only use a shortlist of markdown extensions
- fix the rewriting of links in articles (links between articles in the
same branch), fix and extend tests
- simplify code somewhat, remove useless bits
- fix stripping of tags like <body>, add tests
To post a comment you must log in.