Move BugNotificationRecipients into its own module
Bug #594208 reported by
Graham Binns
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Graham Binns |
Bug Description
BugNotification
Related branches
lp://staging/~gmb/launchpad/refactor-bugnotification-recipient-rationales-bug-594208
- Jeroen T. Vermeulen (community): Approve (code)
-
Diff: 418 lines (+173/-150)8 files modifiedlib/canonical/launchpad/mailnotification.py (+9/-144)
lib/lp/bugs/configure.zcml (+1/-1)
lib/lp/bugs/doc/bug-change.txt (+1/-1)
lib/lp/bugs/doc/bugnotificationrecipients.txt (+1/-1)
lib/lp/bugs/mail/bugnotificationrecipients.py (+158/-0)
lib/lp/bugs/model/bug.py (+1/-1)
lib/lp/bugs/scripts/tests/test_bugnotification.py (+1/-1)
lib/lp/registry/doc/structural-subscriptions.txt (+1/-1)
Changed in malone: | |
status: | Triaged → In Progress |
assignee: | nobody → Graham Binns (gmb) |
summary: |
- Refactor bug notification rationales to use basemailer.RecipientReason + Move BugNotificationRecipients into its own module |
description: | updated |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Marking this QA-ok as it's just a code move; that the test suite passes is a sufficient check.