Merge lp:~bac/launchpad/bugjam-579502 into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Curtis Hovey on 2010-12-21 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 12145 |
| Proposed branch: | lp:~bac/launchpad/bugjam-579502 |
| Merge into: | lp:launchpad |
| Diff against target: |
588 lines (+159/-59) 11 files modified
lib/lp/bugs/doc/bug-heat.txt (+12/-14) lib/lp/bugs/doc/bugnotification-sending.txt (+10/-12) lib/lp/bugs/doc/bugzilla-import.txt (+0/-3) lib/lp/bugs/doc/initial-bug-contacts.txt (+0/-1) lib/lp/bugs/model/bug.py (+10/-6) lib/lp/bugs/stories/bugs/xx-bug-personal-subscriptions.txt (+0/-5) lib/lp/bugs/subscribers/bug.py (+1/-1) lib/lp/bugs/tests/test_bugchanges.py (+4/-3) lib/lp/bugs/tests/test_bugnotification.py (+114/-7) lib/lp/bugs/tests/test_bugs_webservice.py (+6/-6) lib/lp/bugs/tests/test_bugtask_search.py (+2/-1) |
| To merge this branch: | bzr merge lp:~bac/launchpad/bugjam-579502 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | code | 2010-12-20 | Approve on 2010-12-21 |
|
Review via email:
|
|||
Commit Message
[r=sinzui]
Description of the Change
= Summary =
If product or distro does not use Launchpad for bugs then the owner
should not be notified of bug state changes.
== Proposed fix ==
Check official_malone before adding the registrant.
== Pre-implementation notes ==
Talk with Curtis.
== Implementation details ==
As above.
== Tests ==
bin/test -vvm lp.bugs -t test_bugnotific
== Demo and Q/A ==
Create a distribution doesn't use Launchpad for bugs. Create a bugtask
affecting the distro as a different user. Ensure the distro owner does
not get an email. (Will this work? Need to find out about qastaging and
sending email.)
= Launchpad lint =
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
| Brad Crittenden (bac) wrote : | # |
Curtis I discovered many more test that depended upon the pillar owner receiving email notification. The diff for the fixes is at http://

This looks good to land. I think this will do a lot to stop the avalanche of email.