Merge lp:~wallyworld/launchpad/sharing-job-fflag-protection into lp:launchpad
Proposed by
Ian Booth
on 2012-06-07
| Status: | Merged |
|---|---|
| Approved by: | William Grant on 2012-06-07 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15374 |
| Proposed branch: | lp:~wallyworld/launchpad/sharing-job-fflag-protection |
| Merge into: | lp:launchpad |
| Diff against target: |
126 lines (+26/-14) 6 files modified
lib/lp/bugs/model/bug.py (+6/-4) lib/lp/bugs/model/bugtask.py (+8/-4) lib/lp/bugs/model/tests/test_bugtask.py (+1/-0) lib/lp/bugs/tests/test_bugvisibility.py (+1/-0) lib/lp/registry/model/teammembership.py (+8/-5) lib/lp/registry/tests/test_teammembership.py (+2/-1) |
| To merge this branch: | bzr merge lp:~wallyworld/launchpad/sharing-job-fflag-protection |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2012-06-07 | Approve on 2012-06-07 |
|
Review via email:
|
|||
Commit Message
Do not create any sharing jobs unless "disclosure.
Description of the Change
== Implementation ==
Guard sharing job creation with "disclosure.
== Tests ==
Update tests to add feature flag.
== Lint ==
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
lib/lp/
To post a comment you must log in.
review:
Approve
(code)
