Merge lp:~blr/launchpad/project-meta-go-import into lp:launchpad
Proposed by
Kit Randel
on 2015-06-21
| Status: | Merged |
|---|---|
| Merged at revision: | 17598 |
| Proposed branch: | lp:~blr/launchpad/project-meta-go-import |
| Merge into: | lp:launchpad |
| Prerequisite: | lp:~blr/launchpad/ui-project-setbranch |
| Diff against target: |
270 lines (+154/-2) 6 files modified
lib/lp/registry/browser/product.py (+27/-1) lib/lp/registry/browser/productseries.py (+16/-1) lib/lp/registry/browser/tests/test_product.py (+76/-0) lib/lp/registry/browser/tests/test_productseries_views.py (+30/-0) lib/lp/registry/templates/product-index.pt (+3/-0) lib/lp/registry/templates/productseries-index.pt (+2/-0) |
| To merge this branch: | bzr merge lp:~blr/launchpad/project-meta-go-import |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2015-06-21 | Approve on 2015-07-02 |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2015-06-16.
Commit Message
Add a go-lang remote import meta tag for git and bzr support.
Description of the Change
Provides a meta tag with default git repository and bzr branch metadata on Project +index/
To post a comment you must log in.
review:
Needs Fixing
(code)

There are a few assertEquals against None that should be assertIs.