Closed
Bug 721891
Opened 13 years ago
Closed 9 years ago
correlation reports req access to addon information
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lars, Unassigned)
Details
the new correlation reports need to have things like addon-name, addon-url, etc. We don't have that in Postgres. We need a method to get the data from AMO and then continually maintain it on at least a daily basis.
Comment 1•13 years ago
|
||
What does the current script do there?
Where do we have the source of the script that does the current reports (I'd like a look at the script for other purposes as well)?
Comment 2•13 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #1)
> What does the current script do there?
> Where do we have the source of the script that does the current reports (I'd
> like a look at the script for other purposes as well)?
The existing correlation scripts are http://hg.mozilla.org/users/dbaron_mozilla.com/crash-data-tools/ and the cronjob which runs it looks like https://github.com/mozilla/socorro/blob/master/scripts/crons/cron_libraries.sh
Pretty sure the AMO name/url/id information is checked in here:
http://hg.mozilla.org/users/dbaron_mozilla.com/crash-data-tools/file/7cdfea7cdb3b/addonids-amo.json
Comment 3•13 years ago
|
||
FYI, it looks like we're already accessing the AMO API somewhere, see bug 722462
Comment 4•13 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #3)
> FYI, it looks like we're already accessing the AMO API somewhere, see bug
> 722462
That's called by the PHP app to populate the "Extensions" tab on the reports page for example: https://crash-stats.mozilla.com/report/index/0f3f3360-40a6-4188-8659-b2a5c2110808
Having a cron job populating a table in postgres (as we do for bugs from bugzilla and releases from FTP) would probably good a good replacement for both this and correlation reports.
Reporter | ||
Comment 5•9 years ago
|
||
old and outdated - refile if this is still needed
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•