use processed crash schema permissions for super search
Categories
(Socorro :: Processor, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(2 files)
super_search_fields.py
encodes field permissions. However, given that all fields now derive from corresponding processed crash fields, we should have super_search_fields.py
pull the permissions (and descriptions) from the processed crash schema.
(Alternatively, maybe we can build super_search_fields.py
from the processed crash schema and then we don't need super_search_fields.py
at all.)
Assignee | ||
Comment 1•2 years ago
|
||
Also, maybe we should have a test that raises an error when super_search_fields.py
has a source field that doesn't exist in the processed crash schema.
Assignee | ||
Comment 2•2 years ago
|
||
Grabbing this to do soon.
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
willkg merged PR #6207: "bug 1787931: remove SuperSearchMissingFields and related bits" in d57e4e8.
This removes a bunch of code we don't need anymore.
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
Assignee | ||
Comment 7•2 years ago
|
||
This was deployed yesterday in bug #1794650. Marking as FIXED.
Description
•