Package sets should be associated with a distro series
Bug #399186 reported by
Muharem Hrnjadovic
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Muharem Hrnjadovic |
Bug Description
Every package set shall be associated with a distro series; the database schema needs to be revised in order to add that association.
Related branches
lp://qastaging/~al-maisan/launchpad/psds-399186
- Jonathan Lange (community): Approve (db)
- Stuart Bishop (community): Approve (db)
-
Diff: 223 lines4 files modifieddatabase/schema/comments.sql (+10/-1)
database/schema/patch-2207-06-0.sql (+122/-0)
database/schema/security.cfg (+5/-0)
database/schema/trusted.sql (+15/-0)
lp://qastaging/~al-maisan/launchpad/psds-model-changes-399186
- Brad Crittenden (community): Approve (code)
-
Diff: 668 lines10 files modifieddatabase/schema/comments.sql (+10/-1)
database/schema/patch-2207-06-0.sql (+122/-0)
database/schema/security.cfg (+5/-0)
database/schema/trusted.sql (+15/-0)
lib/lp/soyuz/configure.zcml (+8/-0)
lib/lp/soyuz/interfaces/packageset.py (+40/-5)
lib/lp/soyuz/interfaces/packagesetgroup.py (+41/-0)
lib/lp/soyuz/model/packageset.py (+53/-5)
lib/lp/soyuz/model/packagesetgroup.py (+30/-0)
lib/lp/soyuz/tests/test_packageset.py (+121/-0)
Changed in soyuz: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Muharem Hrnjadovic (al-maisan) |
milestone: | none → 2.2.7 |
Changed in soyuz: | |
milestone: | 2.2.7 → none |
Changed in soyuz: | |
milestone: | none → 3.1.10 |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in db r8613 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ db-devel/ revision/ 8613>