Closed
Bug 957463
Opened 11 years ago
Closed 11 years ago
add optional 'signatures' argument to crashes/signatures service
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
For bug 949280 we'd like to be able to restrict the result to a given list of signatures.
However due to the way this works, the underlying query (in tcbs.py) needs to still run over the full date range of queries, in order to get the relative rank of the signature.
I have some ideas to fix this (and make tcbs.py go away) but in the meantime I think we should just do filtering on the output of the query and return that, if a list of signatures is provided. I don't see any great way to limit the query itself at all due to the ranking issue mentioned above.
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•