Allow anyone with upload rights to write to a package branch
Bug #347768 reported by
Jonathan Lange
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Muharem Hrnjadovic |
Bug Description
It would be nice if anyone allowed to upload to a package could also write to the official branches for that package.
Related branches
lp://qastaging/~jml/launchpad/upload-permission-joy
- Tim Penhey (community): Approve
- Abel Deuring: Pending requested
-
Diff: 698 lines (+332/-81)10 files modifiedlib/canonical/launchpad/security.py (+4/-36)
lib/lp/archiveuploader/nascentupload.py (+10/-5)
lib/lp/archiveuploader/permission.py (+86/-1)
lib/lp/archiveuploader/uploadpolicy.py (+0/-23)
lib/lp/registry/interfaces/distribution.py (+10/-0)
lib/lp/registry/interfaces/sourcepackage.py (+14/-0)
lib/lp/registry/model/sourcepackage.py (+18/-1)
lib/lp/registry/tests/test_sourcepackage.py (+57/-0)
lib/lp/soyuz/interfaces/component.py (+2/-2)
lib/lp/testing/factory.py (+131/-13)
lp://qastaging/~al-maisan/launchpad/bedit-347768
- Jonathan Lange (community): Approve
-
Diff: 417 lines2 files modifiedlib/canonical/launchpad/security.py (+56/-3)
lib/lp/code/tests/test_branch.py (+186/-33)
Changed in launchpad-bazaar: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in launchpad-code: | |
status: | Triaged → In Progress |
Changed in launchpad-code: | |
milestone: | 3.0 → 3.1.10 |
Changed in launchpad-code: | |
assignee: | Jonathan Lange (jml) → Muharem Hrnjadovic (al-maisan) |
Changed in launchpad-code: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is the most important outstanding package branches bug as far as the platform team are concerned.