Closed Bug 1250132 Opened 8 years ago Closed 7 years ago

Improve addons data in processed crash

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: adrian, Assigned: adrian)

References

Details

Attachments

(2 files)

At the moment, the addons field's data looks like this:

> ["some_addon", "a_version", "another_addon", "another_version"]

This is difficult to query, especially with SuperSearch. Plus it doesn't offer any easy way to separate "default" addons (those that ship with Firefox) from addons that were installed by the user. 

We want to come up with a better way of handling that data. It will probably involve a processor rule to rewrite it to a different data structure.
Assignee: nobody → adrian
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/a7588aa0ae489c7682cbe9f5cab78a50fddc1cdc
Fixes bug 1250132 - Added a Rule to rewrite addons. (#3727)

The addons field as it is now is not very useful for aggregating and searching, as it is a list of mixed ids and versions. We thus want to change it so that ids and versions are associated. For example, ["aaa", "12", "bcd", 1] would become ["aaa:12", "bcd:1"].
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/67927bc6c1dd0ac5b402e3bdda76409ddda04a98
Revert "Fixes bug 1250132 - Added a Rule to rewrite addons. (#3727)" (#3738)

This reverts commit a7588aa0ae489c7682cbe9f5cab78a50fddc1cdc.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/73ccfac3a02f548aa3e87b5cbe34905ca94e8a18
Fixes bug 1250132 - Changed the Addons generation rule. (#3742)

The addons field as it is now is not very useful for aggregating and searching, as it is a list of mixed ids and versions. We thus want to change it so that ids and versions are associated. For example, ["aaa", "12", "bcd", 1] would become ["aaa:12", "bcd:1"].
Status: REOPENED → RESOLVED
Closed: 7 years ago7 years ago
Resolution: --- → FIXED
See Also: → 1363712
Depends on: 1371574
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: