Closed
Bug 802483
Opened 13 years ago
Closed 13 years ago
[socorro-crashstats] /report/index should check mware status, return appropriate page
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
/report/index page should check the result of the mware call, and display a loading screen if the crash id was submitted for priority processing.
Updated•13 years ago
|
Assignee: nobody → rhelmer
| Assignee | ||
Comment 1•13 years ago
|
||
Looks like the /crash/ service returns:
404 if there is no processed and no raw crash
408 is there is no processed and there *is* a raw crash
The latter gets submitted to priority processing, so the client should retry. The old site has pages for these, I will dig them up.
| Assignee | ||
Updated•13 years ago
|
Summary: [socorro-crashstats] /report/index should check priority processing status → [socorro-crashstats] /report/index should check mware status, return appropriate page
| Assignee | ||
Comment 3•13 years ago
|
||
r? https://github.com/mozilla/socorro-crashstats/pull/170
I know brandon worked on the PHP impl of this some
Status: NEW → ASSIGNED
Comment 5•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/f9775defb939fffd79958da2bc76070cedf28a25
bug 802483 - show pending or crash-not-found page depending on mware status
https://github.com/mozilla/socorro-crashstats/commit/81013f6cce206c6e9f8bd850ee36c918c98b4d16
Merge pull request #170 from rhelmer/bug802483-report-index-check-pri-proc
bug 802483 - show pending or crash-not-found page depending on mware sta...
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•13 years ago
|
||
I accidentally an extra tag ;)
r? https://github.com/mozilla/socorro-crashstats/pull/200
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/d1c386d78a31f440d43469576510b46a1c94ca12
bug 802483 - remove errant endcompress tag
https://github.com/mozilla/socorro-crashstats/commit/77b374aec5ac15827c96c398cc5cc7bccb4ef1b9
Merge pull request #200 from rhelmer/bug802483-errant-endcompress-tag
bug 802483 - remove errant endcompress tag
Comment 8•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/e1c5831cfe31a5075bc0062556db533969306f88
bug 802483 - unit tests for new report_index templates
https://github.com/mozilla/socorro-crashstats/commit/61379fa182f85e1be1ee1d45c4c302baa710d282
bug 802483 - add missing block and super()
https://github.com/mozilla/socorro-crashstats/commit/8f7670e15c0b148c176f733a6aa99a65a1591dc3
Merge pull request #202 from rhelmer/bug802483-unit-tests
bug 802483 - unit tests for new report_index templates
| Assignee | ||
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•