Closed
Bug 1504040
Opened 7 years ago
Closed 7 years ago
redo menus to not use product_versions
Categories
(Socorro :: Webapp, task, P2)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
Currently, Firefox, Fennec, and Thunderbird all use the product_versions table to generate the version drop down in the navbar. Other products generate the version drop down based on versions reported in crash reports for the last x days.
This bug covers nixing the product_versions behavior and having all products use the existing crash report data to populate the version drop down.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Priority: -- → P2
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/4bf9b3d9d5d779edc638595885ac36eff52e9f1a
fix bug 1504040: redo context to use Supersearch data
This redoes the context to use supersearch data for all products
rather than just the products that don't have product_versions information.
This adds a ProductVersionsMixin for setting up the mock for setting
product versions in the tests.
This moves BaseTestViews into conftest.py. Seems like a better place
for scaffolding that a bunch of things use.
https://github.com/mozilla-services/socorro/commit/3605eb15907083d2ed76de349c2cab07c8e8b8c1
Merge pull request #4688 from willkg/1504040-menus
fix bug 1504040: redo context to use Supersearch data
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•