Merge lp://qastaging/~brian-murray/launchpad/bug-320596 into lp://qastaging/launchpad
Proposed by
Brian Murray
Status: | Merged |
---|---|
Approved by: | Brian Murray |
Approved revision: | no longer in the source branch. |
Merged at revision: | 11458 |
Proposed branch: | lp://qastaging/~brian-murray/launchpad/bug-320596 |
Merge into: | lp://qastaging/launchpad |
Diff against target: |
362 lines (+176/-112) 5 files modified
lib/lp/bugs/interfaces/bugtarget.py (+120/-108) lib/lp/bugs/interfaces/bugtask.py (+2/-2) lib/lp/bugs/stories/webservice/xx-bug-target.txt (+2/-2) lib/lp/bugs/tests/test_bugtask.py (+9/-0) lib/lp/bugs/tests/test_searchtasks_webservice.py (+43/-0) |
To merge this branch: | bzr merge lp://qastaging/~brian-murray/launchpad/bug-320596 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Abel Deuring (community) | code | Approve | |
Robert Collins (community) | Needs Fixing | ||
Review via email: mp+30690@code.qastaging.launchpad.net |
Commit message
For the devel version of the API have omit_targeted searchTasks parameter default to False.
Description of the change
Remove the default value of True for omit_targeted so that bug tasks targeted to a milestone are no longer hidden in search results.
Tests modified:
bin/test -cvvt xx-bug.txt -t bugtask-search.txt
To post a comment you must log in.
So, I have some needs fixing and a question.
needs fixing: please don't add these things to doctests: none of your tests look like documentation, so they shouldn't be expressed as documentation.
question: looks like you're breaking the 1.0 API to me, I thought that wasn't permitted.