Distroseries portlet for packages that need upstream linking
Bug #487793 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Brad Crittenden |
Bug Description
The distroseries +index page needs a portlet that shows the source packages that most need linking to upstream projects.
The criteria for most needs is not set. It probably means a combination of most bugs, translations, or patches.
The portlet should be next to the info portlet because it is the action that is most needed to make the release.
Related branches
lp://qastaging/~bac/launchpad/bug-487793
- Curtis Hovey (community): Approve (ui)
- Abel Deuring (community): Approve
- Guilherme Salgado: Pending requested
-
Diff: 646 lines (+234/-51)18 files modifiedlib/canonical/launchpad/tour/bugs (+1/-1)
lib/lp/answers/interfaces/questionenums.py (+2/-2)
lib/lp/blueprints/browser/specificationtarget.py (+5/-4)
lib/lp/blueprints/interfaces/specification.py (+2/-2)
lib/lp/blueprints/stories/sprints/01-sprint-overview.txt (+1/-1)
lib/lp/bugs/doc/externalbugtracker.txt (+1/-1)
lib/lp/bugs/scripts/checkwatches.py (+1/-1)
lib/lp/registry/browser/configure.zcml (+4/-0)
lib/lp/registry/browser/distroseries.py (+29/-4)
lib/lp/registry/doc/distroseries.txt (+35/-4)
lib/lp/registry/interfaces/distroseries.py (+10/-3)
lib/lp/registry/model/distroseries.py (+27/-9)
lib/lp/registry/stories/distroseries/xx-distroseries-index.txt (+21/-0)
lib/lp/registry/templates/distroseries-index.pt (+5/-4)
lib/lp/registry/templates/distroseries-portlet-packaging.pt (+78/-0)
lib/lp/registry/tests/test_distroseries.py (+10/-10)
lib/lp/soyuz/templates/distroseries-portlet-latestuploads.pt (+0/-3)
lib/lp/translations/help/imported-upload.html (+2/-2)
Changed in launchpad-registry: | |
milestone: | 3.1.12 → 3.1.13 |
Changed in launchpad-registry: | |
assignee: | Curtis Hovey (sinzui) → nobody |
Changed in launchpad-registry: | |
milestone: | 10.01 → 10.02 |
Changed in launchpad-registry: | |
assignee: | nobody → Brad Crittenden (bac) |
Changed in launchpad-registry: | |
status: | Triaged → In Progress |
Changed in launchpad-registry: | |
status: | In Progress → Fix Committed |
tags: | added: qa-needstesting |
tags: |
added: qa-ok removed: qa-needstesting |
To post a comment you must log in.
We need a vocabulary/query to start this, and that may need to be landed first. The query is probably similar to the /ubuntu/ +upstreamreport except that it does not list packages that have complete information. I expect the query to consider linked branches/ translations too.