Closed
Bug 588538
Opened 15 years ago
Closed 14 years ago
Support editing skiplist configuration via admin panel
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 528390
2.0
People
(Reporter: ted, Unassigned)
Details
Currently every SkipList change needs to have a bug filed, and then someone (usually Lars) has to provide the changes to the production configuration for IT to apply. It would be much simpler if Socorro supported editing the configuration via the admin panel directly. I think a simple UI would be fine, maybe something like:
Signature Generation
Skip frames matching: (irrelevantSignatureRegEx)
[ listbox ] [+] [-]
Prepend frames matching: (prefixSignatureRegEx)
[ listbox ] [+] [-]
Skip all frames before frames matching: (signatureSentinels)
[ listbox ] [+] [-]
Each listbox would contain a list of regexes. I think the underlying implementation would need to store them separately for easy editing, but it could pass them down to the processor by joining them with "|" to make a compound regex.
(There's probably some work to be done to be able to pass config information down to the processors as well, I don't know how any of that works anymore.)
Reporter | ||
Updated•15 years ago
|
Target Milestone: --- → 2.0
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•