Merge lp:~dholbach/developer-ubuntu-com/generalise-external-docs-branches into lp:~developer-ubuntu-com-dev/developer-ubuntu-com/snappy-docs-import
Proposed by
Daniel Holbach
on 2015-07-30
| Status: | Merged |
|---|---|
| Merged at revision: | 140 |
| Proposed branch: | lp:~dholbach/developer-ubuntu-com/generalise-external-docs-branches |
| Merge into: | lp:~developer-ubuntu-com-dev/developer-ubuntu-com/snappy-docs-import |
| Diff against target: |
434 lines (+151/-106) 5 files modified
developer_portal/admin.py (+5/-5) developer_portal/management/commands/import-snappy-branches.py (+114/-82) developer_portal/migrations/0003_add_external_docs_branches.py (+13/-13) developer_portal/models.py (+8/-5) locale/developer_portal.pot (+11/-1) |
| To merge this branch: | bzr merge lp:~dholbach/developer-ubuntu-com/generalise-external-docs-branches |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Hall (community) | 2015-07-30 | Approve on 2015-07-31 | |
|
Review via email:
|
|||
To post a comment you must log in.
lp:~dholbach/developer-ubuntu-com/generalise-external-docs-branches
updated
on 2015-07-31
- 150. By Daniel Holbach on 2015-07-30
-
move is_snappy_branch for replacing links earlier in the code
- 151. By Daniel Holbach on 2015-07-31
-
get rid of is_snappy_branch distinction, instead derive SnappyLocalBranch and SnappyMarkdownFile for special handling
- 152. By Daniel Holbach on 2015-07-31
-
fix overview page title for non-current snappy docs branches


The subclassing makes this much easier to follow and maintain, good work