No search method on bugs collection in API
Bug #434244 reported by
dobey
on 2009-09-21
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Launchpad itself |
Low
|
Colin Watson |
Bug Description
There is currently no searchTasks() method on the bugs collection in the launchpadlib API. It would be very nice to have this, so that one can avoid looping through various other collections in order to get useful bug lists.
Related branches
lp:~cjwatson/launchpad/global-bugs-search
- William Grant: Approve (code) on 2017-05-17
-
Diff: 287 lines (+124/-18)7 files modifiedlib/lp/bugs/feed/bug.py (+9/-3)
lib/lp/bugs/interfaces/malone.py (+6/-6)
lib/lp/bugs/stories/feeds/xx-bug-atom.txt (+38/-0)
lib/lp/bugs/stories/feeds/xx-bug-html.txt (+27/-0)
lib/lp/bugs/tests/test_searchtasks_webservice.py (+24/-1)
lib/lp/services/feeds/browser.py (+10/-3)
lib/lp/systemhomes.py (+10/-5)
Deryck Hodge (deryck)
on 2009-11-06
Changed in malone: | |
status: | New → Triaged |
importance: | Undecided → Low |
William Grant (wgrant)
on 2015-09-11
tags: | added: api bug-search |
Colin Watson (cjwatson)
on 2017-05-16
Changed in launchpad: | |
status: | Triaged → In Progress |
assignee: | nobody → Colin Watson (cjwatson) |
Launchpad QA Bot (lpqabot) wrote : | #1 |
tags: | added: qa-needstesting |
Changed in launchpad: | |
status: | In Progress → Fix Committed |
Colin Watson (cjwatson)
on 2017-05-18
tags: |
added: qa-ok removed: qa-needstesting |
Colin Watson (cjwatson)
on 2017-05-18
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r18386 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 18386>.