Closed
Bug 1143724
Opened 11 years ago
Closed 10 years ago
Use SuperSearch model to power Reports tab in report/list
Categories
(Socorro :: Webapp, task, P1)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: adrian, Assigned: adrian)
References
Details
Since we need real-time results in that tab, the best way to go is to use Super Search instead of the current model (which uses the `reports` table).
Comment 1•11 years ago
|
||
Note that this means that super search needs to be able to handle all possible parameters and values of the report/list page (right now, it can e.g. not handle version numbers like "37.0b7" or "37.0b".
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/1251574bc3960ae694b0c1bc1b9a37fba34b33ad
Fixes bug 1143724 - Used Super Search to power the Reports tab of report/list. r=peterbe
https://github.com/mozilla/socorro/commit/e84304c3ff678965ce639fb8017b926499ab08d6
Merge pull request #2683 from AdrianGaudebert/exp-report-list
Fixes bug 1143724 - Used Super Search to power the Reports tab of report...
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ef12d243f7b7ef9b8818f344ddab56b43c9bb9ff
Revert "Fixes bug 1143724 - Used Super Search to power the Reports tab of report/list. r=peterbe"
This reverts commit 1251574bc3960ae694b0c1bc1b9a37fba34b33ad.
Conflicts:
webapp-django/crashstats/crashstats/tests/test_views.py
| Assignee | ||
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/02ab7e77ae13657510c0cc4cc015c42e6824293e
Fixes bug 1143724 - Used Super Search to power the Reports tab of report/list. r=peterbe
Conflicts:
webapp-django/crashstats/crashstats/tests/test_views.py
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•10 years ago
|
||
This won't be done, instead we will remove the report/list/ page.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•