Closed
Bug 1430786
Opened 7 years ago
Closed 7 years ago
remove /api/GraphicsDevices
Categories
(Socorro :: General, task, P2)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
A while back, we added metrics for API endpoints. The /api/GraphicsDevices endpoint hasn't been used since we added metrics.
This bug covers removing that endpoint.
Assignee | ||
Comment 1•7 years ago
|
||
Making this a P2 and putting it in the queue. The GraphicsDevices endpoint depends on data tracked in Postgres that's derived from raw_crash/processed_crash data. Removing the endpoint lets us remove a model, a crontabber app, and some other bits.
Priority: -- → P2
Assignee | ||
Comment 2•7 years ago
|
||
Looks like the signature report still relies on the GraphicsDevices model which relies on the postgresql db table. Given that, I'm going to leave all that alone as well as the admin view and rescope this bug to just nixing the API endpoint.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/7bc296a6b24d4e6303c21dde2d885c16b3cc8d93
fixes bug 1430786 - remove /api/GraphicsDevices/ endpoint
https://github.com/mozilla-services/socorro/commit/54cd6426b5eff62c60afdc5adec58d4c2b35aed8
Merge pull request #4311 from willkg/1430786-graphicsdevices
fixes bug 1430786 - remove /api/GraphicsDevices/ endpoint
Updated•7 years ago
|
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
•