Merge lp:~stevenk/launchpad/information_type-notification-flag into lp:launchpad
Proposed by
Steve Kowalik
on 2012-05-08
| Status: | Merged |
|---|---|
| Approved by: | Steve Kowalik on 2012-05-08 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15213 |
| Proposed branch: | lp:~stevenk/launchpad/information_type-notification-flag |
| Merge into: | lp:launchpad |
| Diff against target: |
127 lines (+35/-10) 5 files modified
lib/lp/bugs/adapters/bugchange.py (+3/-3) lib/lp/bugs/stories/bugs/xx-bug-activity.txt (+21/-3) lib/lp/bugs/subscribers/bug.py (+1/-1) lib/lp/bugs/tests/test_bugchanges.py (+3/-3) lib/lp/services/features/flags.py (+7/-0) |
| To merge this branch: | bzr merge lp:~stevenk/launchpad/information_type-notification-flag |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2012-05-08 | Approve on 2012-05-08 |
|
Review via email:
|
|||
Commit Message
Bug notifications showing information_type now use a separate feature flag.
Description of the Change
In order to make it safer and possible to switch to showing information_type in the UI for a portion of our users, switch the notifications code to using a separate feature flag.
To post a comment you must log in.

I'd prefer an imperative form of the flag description (ie. "Calculate and store [...]"), but otherwise fine.