put <meta name="go-import"> tags on project, series pages
Bug #1465467 reported by
Michael Hudson-Doyle
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Kit Randel |
Bug Description
Currently, 'go get launchpad.
Related branches
lp:~blr/launchpad/project-meta-go-import
- William Grant (community): Approve (code)
-
Diff: 270 lines (+154/-2)6 files modifiedlib/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)
lp:~blr/launchpad/golang-meta-import-fix
- William Grant (community): Approve (code)
- Colin Watson (community): Approve
-
Diff: 70 lines (+14/-10)4 files modifiedlib/lp/registry/browser/product.py (+7/-5)
lib/lp/registry/browser/productseries.py (+4/-2)
lib/lp/registry/browser/tests/test_product.py (+1/-1)
lib/lp/registry/browser/tests/test_productseries_views.py (+2/-2)
lp:~blr/launchpad/golang-meta-import-https-fix
- Colin Watson (community): Approve
-
Diff: 133 lines (+26/-23)4 files modifiedlib/lp/registry/browser/product.py (+8/-8)
lib/lp/registry/browser/productseries.py (+8/-6)
lib/lp/registry/browser/tests/test_product.py (+5/-5)
lib/lp/registry/browser/tests/test_productseries_views.py (+5/-4)
lp:~blr/launchpad/golang-meta-import-buggy-productseries
- William Grant (community): Approve (code)
-
Diff: 69 lines (+21/-11)2 files modifiedlib/lp/registry/browser/productseries.py (+1/-2)
lib/lp/registry/browser/tests/test_productseries_views.py (+20/-9)
Changed in launchpad: | |
importance: | Undecided → Medium |
assignee: | nobody → Bayard 'kit' Randel (blr) |
Changed in launchpad: | |
importance: | Medium → High |
status: | New → In Progress |
tags: | added: trivial |
tags: | removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → In Progress |
tags: | removed: qa-ok |
tags: | removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r17598 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 17598>.