Closed
Bug 977216
Opened 12 years ago
Closed 12 years ago
Symbols upload by HTTP or web form
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
77
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
(Whiteboard: [config changes])
The main use case is to be able to script a HTTP POST upload. E.g.::
curl -H "Auth-Token: XXXX" -X POST --data @mysymbols.tgz http://socorro/api/symbols/upload/
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 1•12 years ago
|
||
It should also be possible to do an upload using a plain web file form.
We'll also need a dedicated permission for this.
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Whiteboard: [config changes]
![]() |
Assignee | |
Comment 3•12 years ago
|
||
The Config changes needed for this that the uploads will by default go into `webhead-root/media/symbols-uploads` (the directory might not exist until it gets attempted the first time)
This directory needs to be an NFS mount that the crontabber server will later be able to reach.
On stage, we don't run crontabber but it would be good to test it out anyway.
Comment 4•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/cf5e1e59b8a64b2ce12f84d24b2225e9e5b54b45
fixes bug 977216 - Symbols upload by HTTP or web form, r=rhelmer
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/cf5e1e59b8a64b2ce12f84d24b2225e9e5b54b45
fixes bug 977216 - Symbols upload by HTTP or web form, r=rhelmer
Updated•12 years ago
|
Target Milestone: --- → 77
You need to log in
before you can comment on or make changes to this bug.
Description
•