Closed
Bug 1030276
Opened 10 years ago
Closed 10 years ago
Raw Dump tab should display JSON processor output
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
92
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file)
(deleted),
text/x-github-pull-request
|
Details |
Currently the Raw Dump tab shows the pipe dump. We now produce JSON output for every dump which has a lot more information. We should display that instead.
Assignee | ||
Comment 1•10 years ago
|
||
The only thing I'm not sure about here is whether I can fix that TODO right away--what permission would we use to allow viewing the sensitive key in the JSON output? Right now that only contains the exploitability info, so we could use that permission, but if we add more information there in the future that might not be right.
Attachment #8446055 -
Flags: review?(peterbe)
Comment 2•10 years ago
|
||
Actually, is this bug basically a dupe of bug 976077?
Assignee | ||
Comment 3•10 years ago
|
||
No, this is just about the "raw dump" tab. I started looking at fixing that bug as well, it's not terribly hard but it's more work. Right now a lot of the fields on report/index are built from the pipe dump.
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5b5824a3e230935627b5dbdf4ff3fdd1f9cc893a
bug 1030276 - Display JSON processor output in Raw Dump tab
https://github.com/mozilla/socorro/commit/02fa898a6b061ba2a98f83804ac17a0b1463b197
Merge pull request #2146 from luser/json-raw-dump
bug 1030276 - Display JSON processor output in Raw Dump tab. r=peterbe
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 5•10 years ago
|
||
When will this get into production on Socorro? It doesn't seem to be there now.
Assignee | ||
Comment 6•10 years ago
|
||
At the next production push, which is generally on Wednesdays, I believe.
Updated•10 years ago
|
Attachment #8446055 -
Flags: review?(peterbe)
Updated•10 years ago
|
Target Milestone: --- → 92
Comment 7•10 years ago
|
||
I see this in production Socorro now. Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•