Closed
Bug 773332
Opened 12 years ago
Closed 12 years ago
Expose FlashProcessDump in the database
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
26
People
(Reporter: benjamin, Assigned: selenamarie)
References
Details
(Whiteboard: [qa-])
This is a request to add the "FlashProcessDump" to the postgres database. I'm going to file a separate bug about using the database annotations to expose that information in the query UI.
Currently the only values for FlashProcessDump are null,"Sandbox" and "Broker" and I don't expect to add any additional types, so if you wanted to store this as an enum or some other space-saving type that would be fine with me.
Updated•12 years ago
|
Component: Backend → Database
Comment 1•12 years ago
|
||
Lars, the processors would need to add this to the database. I can easily put in code to add the column, but your part is more work.
Comment 2•12 years ago
|
||
Also, this will have to be after MoBeta. Sorry.
Updated•12 years ago
|
Target Milestone: --- → 19
Updated•12 years ago
|
Target Milestone: 19 → 20
Updated•12 years ago
|
Assignee: nobody → chris.lonnen
Target Milestone: 20 → 21
Updated•12 years ago
|
Target Milestone: 21 → 22
Updated•12 years ago
|
Target Milestone: 22 → 23
Updated•12 years ago
|
Target Milestone: 23 → 25
Assignee | ||
Updated•12 years ago
|
Assignee: chris.lonnen → sdeckelmann
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•12 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Target Milestone: 25 → Future
Assignee | ||
Comment 3•12 years ago
|
||
Target Milestone: Future → 28
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/7d7d26b2f4514765969b5bf1dea426207fe85743
bug 773332 Add FlashProcessDump to reports and reports_clean
* New SQL script and update README and upgrade.sh for new bug
https://github.com/mozilla/socorro/commit/20af5a971ef2d14511ff0aae102224eea5724b76
Merge pull request #927 from selenamarie/bug773332-add-flashprocessdump
bug 773332 Add FlashProcessDump to reports and reports_clean
Assignee | ||
Updated•12 years ago
|
Target Milestone: 28 → 27
Updated•12 years ago
|
Target Milestone: 27 → 28
Updated•12 years ago
|
Target Milestone: 28 → 26
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [qa-]
Comment 5•12 years ago
|
||
Bumping to [qa-]. This FlashProcessDump is not exposed in the UI (yet).
Assignee | ||
Comment 6•12 years ago
|
||
Also note: Making this change requires that the processors and monitor be offline. It only takes a few seconds, as long as the reports/reports_clean tables are not being accessed.
You need to log in
before you can comment on or make changes to this bug.
Description
•