Closed
Bug 541936
Opened 15 years ago
Closed 12 years ago
change raw dump extension to .dmp
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
46
People
(Reporter: ted, Assigned: ted)
Details
Just as a convenience for people downloading raw dump files on Windows, the raw dump extension should be .dmp. Visual Studio registers to handle .dmp files, so if we name them as such you can just "Open With" VS to debug them, instead of having to rename them or use File->Open from VS.
Updated•15 years ago
|
Severity: normal → trivial
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Comment 1•13 years ago
|
||
ping? Is this something that could be accomplished just on the webapp side by either setting a content-disposition header or with a simple redirect? This would make my life a lot happier!
Comment 2•13 years ago
|
||
Pretty sure this happens as an apache rewrite, should be possible to change:
https://github.com/mozilla/socorro/blob/master/puppet/files/etc_apache2_sites-available/crash-stats
Comment 3•13 years ago
|
||
(In reply to Robert Helmer [:rhelmer] from comment #2)
> Pretty sure this happens as an apache rewrite, should be possible to change:
>
> https://github.com/mozilla/socorro/blob/master/puppet/files/
> etc_apache2_sites-available/crash-stats
To actually fix this bug, that needs to be changed and tested locally (e.g. in vagrant) and also IT needs to deploy it via their puppet setup.
Component: General → Infra
QA Contact: socorro
Assignee | ||
Comment 4•12 years ago
|
||
Part 1, fix the rewrite rules:
https://github.com/mozilla/socorro/pull/1224
Assignee | ||
Comment 5•12 years ago
|
||
Part 2: fix the web UI:
https://github.com/mozilla/socorro/pull/1225
Should fix socorro-crashstats too, I'll look at that in a minute.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ted
Assignee | ||
Comment 6•12 years ago
|
||
socorro-crashstats change:
https://github.com/mozilla/socorro-crashstats/pull/336
Comment 7•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/d9011c7cc0e66a4dc1bfb854aa4458c1a77abd37
Merge pull request #337 from rhelmer/bug541936-dmp-not-dump
Make raw dump link point to .dmp instead of .dump from web UI
Comment 8•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/91b4d41b836225882e623ec223a7fe8acb40bf12
Merge pull request #1229 from rhelmer/bug541936-dmp-not-dump-php
Bug541936 dmp not dump php
Comment 9•12 years ago
|
||
shipped in 46
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 46
You need to log in
before you can comment on or make changes to this bug.
Description
•