Closed
Bug 832351
Opened 13 years ago
Closed 13 years ago
Display B2G_OS_Version on report/index (detailed report page)
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
52
People
(Reporter: kairo, Assigned: rhelmer)
References
Details
Attachments
(1 file)
|
629.11 KB,
image/png
|
Details |
Where it's present in the raw JSON, we should display B2G_OS_Version on the report/index page, for the moment as "B2G OS Version" (I think we want to avoid the official banding and not display "Firefox OS Version" at least atm).
bp-ec271e9e-6700-4717-a58b-413be2130117 is one example of a report that should have it displayed.
Comment 1•13 years ago
|
||
Needed sooner rather than later: let's change this in both PHP and Django.
Assignee: nobody → bsavage
Target Milestone: --- → 37
Updated•13 years ago
|
Target Milestone: 37 → 39
Updated•13 years ago
|
Target Milestone: 39 → 38
| Assignee | ||
Updated•13 years ago
|
Assignee: bsavage → rhelmer
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/b0dc680e9303b32b2600f9d2a46685a040e074c9
bug 832351 - expose B2G_OS_VERSION in report/index
https://github.com/mozilla/socorro-crashstats/commit/a25e9067a9100c80db6b130f2fc631a668ab74a5
Merge pull request #312 from rhelmer/bug832351-expose-b2g_os_version
bug 832351 - expose B2G_OS_VERSION in report/index
Updated•13 years ago
|
Target Milestone: 39 → 40
Comment 6•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/1cabb1661250cd36fc94a89e1b3a516c8572b560
bug 832351 - expose B2G_OS_VERSION in report/index
https://github.com/mozilla/socorro/commit/9312c2295ee1aee49724624f7d1508d2845ed708
Merge pull request #1110 from rhelmer/bug832351-expose-b2g_os_version
bug 832351 - expose B2G_OS_VERSION on report/index
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•13 years ago
|
||
Oops there is a typo in the PHP impl, will fix in one sec
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/3f3a7d0b3a708d105e99cb0e649aefeadfa0722a
bug 832351 - right curly brace not endif here
https://github.com/mozilla/socorro/commit/ad4efc8b1e50b927ba65a10e847b16d4f49b2279
Merge pull request #1160 from rhelmer/bug832351-typo
bug 832351 - right curly brace not endif here
| Assignee | ||
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 10•13 years ago
|
||
I need to reopen, unfortunately. Neither https://crash-stats-django.mozilla.org/report/index/cf1d6f49-ceec-4e10-b342-c0b0c2130625 nor https://crash-stats.mozilla.com/report/index/cf1d6f49-ceec-4e10-b342-c0b0c2130625 show the B2G OS Version in the UI, but https://crash-stats-django.mozilla.org/rawdumps/cf1d6f49-ceec-4e10-b342-c0b0c2130625.json clearly contains it:
{
"InstallTime": "1371416358",
"Version": "24.0a1",
"id": "{3c2e2abc-06d4-11e1-ac3b-374f68613e61}",
"Android_Hardware": "qcom",
"Vendor": "Mozilla",
"buildid": "20130616002204",
"version": "24.0a1",
"CrashTime": "1372171191",
"Android_Device": "keon",
"Android_CPU_ABI2": "armeabi",
"ReleaseChannel": "nightly",
"submitted_timestamp": "2013-06-25T14:40:17.478034+00:00",
"Android_CPU_ABI": "armeabi-v7a",
"URL": "app://camera.gaiamobile.org/manifest.webapp",
"timestamp": 1372171217.478063,
"Notes": "GL Layers! EGL? EGL+ GL Context? GL Context+ GL Layers+ ",
"Android_Manufacturer": "GEEKSPHONE",
"Android_Brand": "qcom",
"ProcessType": "content",
"StartupTime": "1372171183",
"BuildID": "20130616002204",
"Android_Model": "GP-KEON",
"ProductName": "B2G",
"legacy_processing": 0,
"Android_Version": "15(AOSP)",
"Android_Board": "7x27",
"B2G_OS_Version": "2.0.0.0-prerelease",
"ProductID": "{3c2e2abc-06d4-11e1-ac3b-374f68613e61}"
}
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 11•13 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #10)
> I need to reopen, unfortunately. Neither
> https://crash-stats-django.mozilla.org/report/index/cf1d6f49-ceec-4e10-b342-
> c0b0c2130625 nor
> https://crash-stats.mozilla.com/report/index/cf1d6f49-ceec-4e10-b342-
> c0b0c2130625 show the B2G OS Version in the UI, but
> https://crash-stats-django.mozilla.org/rawdumps/cf1d6f49-ceec-4e10-b342-
> c0b0c2130625.json clearly contains it:
>
> {
> "InstallTime": "1371416358",
> "Version": "24.0a1",
> "id": "{3c2e2abc-06d4-11e1-ac3b-374f68613e61}",
> "Android_Hardware": "qcom",
> "Vendor": "Mozilla",
> "buildid": "20130616002204",
> "version": "24.0a1",
> "CrashTime": "1372171191",
> "Android_Device": "keon",
> "Android_CPU_ABI2": "armeabi",
> "ReleaseChannel": "nightly",
> "submitted_timestamp": "2013-06-25T14:40:17.478034+00:00",
> "Android_CPU_ABI": "armeabi-v7a",
> "URL": "app://camera.gaiamobile.org/manifest.webapp",
> "timestamp": 1372171217.478063,
> "Notes": "GL Layers! EGL? EGL+ GL Context? GL Context+ GL Layers+ ",
> "Android_Manufacturer": "GEEKSPHONE",
> "Android_Brand": "qcom",
> "ProcessType": "content",
> "StartupTime": "1372171183",
> "BuildID": "20130616002204",
> "Android_Model": "GP-KEON",
> "ProductName": "B2G",
> "legacy_processing": 0,
> "Android_Version": "15(AOSP)",
> "Android_Board": "7x27",
> "B2G_OS_Version": "2.0.0.0-prerelease",
> "ProductID": "{3c2e2abc-06d4-11e1-ac3b-374f68613e61}"
> }
OK this is an easy fix - I see in the code it's looking for B2G_OS_VERSION and the raw dump above has B2G_OS_Version
| Assignee | ||
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/407d942ffeb0b2ec775b34131138df7037f9300f
fixes bug 832351 - use proper case for B2G_OS_Version
https://github.com/mozilla/socorro-crashstats/commit/aec42166a741dbe7fb20d254ab3fca88ff551e60
Merge pull request #395 from rhelmer/bug832351-no-b2g-os-version
fixes bug 832351 - use proper case for B2G_OS_Version
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
This looks good to me on https://crash-stats-django.mozilla.org/report/index/cf1d6f49-ceec-4e10-b342-c0b0c2130625 -- letting Kairo do the official honors.
| Assignee | ||
Updated•13 years ago
|
Target Milestone: 40 → 52
Updated•13 years ago
|
Flags: needinfo?(kairo)
| Reporter | ||
Comment 16•13 years ago
|
||
Easy to see that bp-ec271e9e-6700-4717-a58b-413be2130117 and bp-cf1d6f49-ceec-4e10-b342-c0b0c2130625 look good now. :)
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(kairo)
You need to log in
before you can comment on or make changes to this bug.
Description
•