Closed Bug 773335 Opened 13 years ago Closed 11 years ago

Expose FlashProcessDump in the query UI and results

Categories

(Socorro :: Webapp, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: benjamin, Assigned: adrian)

References

Details

(Whiteboard: search)

I'd like to be able to query on and display FlashProcessDump in the socorro search UI, in particular: In the query form, allow me to limit searches to search for FlashProcessDump with checkboxes for any of the three possibilities: [ ] normal crash (FlashProcessDump=NULL/missing) [ ] Flash broker crash (FlashProcessDump=broker) [ ] Flash sandbox crash (FlashProcessDump=sandbox) I'd also like a column in the report/list view which shows the flashprocessdump type. (By the way, it would be nice to be able to turn columns on and off dynamically in that view). This is already exposed on report/index in bug 770078. This depends on the database changes in bug 773332.
Supersearch!
Assignee: nobody → adrian
Depends on: 678101
Whiteboard: search
I believe this field is in the raw JSON, making this bug depending on bug 889040.
Depends on: 889040
OS: Linux → All
Priority: -- → P2
Hardware: x86_64 → All
Depends on: 944432
No longer depends on: 889040
Done on stage and production. For example: https://crash-stats.mozilla.com/search/?flash_process_dump=sandbox&product=Firefox https://crash-stats.mozilla.com/search/?flash_process_dump=broker&product=Firefox If you want to find all values where it's missing, I have used a trick to allow `__null__` to be a value, until the "exists" operator is added to all field types. https://crash-stats.mozilla.com/search/?flash_process_dump=__null__&product=Firefox
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.