Merge lp:~dooferlad/launchpad/upcoming_view_show_all_work_items into lp:launchpad
| Status: | Merged |
|---|---|
| Approved by: | Curtis Hovey on 2012-05-11 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15239 |
| Proposed branch: | lp:~dooferlad/launchpad/upcoming_view_show_all_work_items |
| Merge into: | lp:launchpad |
| Diff against target: |
66 lines (+24/-10) 2 files modified
lib/lp/registry/model/person.py (+1/-2) lib/lp/registry/tests/test_person.py (+23/-8) |
| To merge this branch: | bzr merge lp:~dooferlad/launchpad/upcoming_view_show_all_work_items |
| Related bugs: | |
| Related blueprints: |
Engineering views pilot
(Essential)
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | code | 2012-05-11 | Approve on 2012-05-11 |
|
Review via email:
|
|||
Commit Message
Show all WIs owned by members of the team and all WIs from BPs assigned to members of the team (even if WI owner is not in the team)
Description of the Change
Summary
Bug fix: Show all WIs owned by members of the team and all WIs from BPs assigned to members of the team (even if WI owner is not in the team)
Proposed fix
Slightly modified DB query to get the correct list of work items.
Pre-implementation notes
None
Implementation details
Slightly modified DB query to get the correct list of work items.
LOC Rationale
1 line reduction in live code. Added 1 test. This results in a net increase, but tests the change.
Tests
bin/test -cvt test_workitems_
Demo and Q/A
https:/
Lint
= Launchpad lint = /
Checking for conflicts and issues in changed files.
Linting changed files:
lib/lp/
lib/lp/
./lib/lp/
2990: E501 line too long (84 characters)
Above error is not part of my change.
| Robert Collins (lifeless) wrote : | # |
For clarity, test code is considered as part of the LOC debt - they
are not separable, so this reason for LOC increase isn't sufficient.
An existing test may be too fat and refactorable, or other overhead
found, to balance things up.
-> a cleanup branch is needed after this one to compensate for the LOC increase.
| Curtis Hovey (sinzui) wrote : | # |
Hi James.
The instructions for QA are not represented on QAStaging. I tried to reproduce the setup described, but I failed. You need to verify this works on QAStaging.

Thank you.
I will land this.