Skip to content

Releases: mozilla-services/socorro

272: Fixes bug 1362048 - Redacted away StackTraces from raw_crash in ES. (…

17 May 17:58
Compare
Choose a tag to compare
…#3771)

* Fixes bug 1362048 - Redacted away StackTraces from raw_crash in ES.
The raw_crash nowadays contain a key called "StackTraces" that contains a pretty big string. Storing it in Elasticsearch has a pretty high cost in terms of disk space and memory. This thus adds a new redactor, specifically made for the raw_crash, that we want to use every time we send a crash to Elasticsearch. .

* Better variable usage.

271: Fixes bug 1362125 - Fixed KeyError in JitCrashCategorizeRule. (#3766)

10 May 18:13
Compare
Choose a tag to compare
The JitCrashCategorizeRule assumed a crashing_thread was always present in the json_dump, and that turned out not to always be true. We want to verify that there is one before running the rule.

270: Fixes bug 1362061 - Use actual new addons format in ThemePrettyNameRu…

04 May 18:50
Compare
Choose a tag to compare
…le. (#3752)

* Fixes bug 1362061 - Use actual new addons format in ThemePrettyNameRule.

The change to the addons field format in bug 1250132 broke the ThemePrettyNameRule rule. This commit makes that rule use the current format.

* Making the Rule accept incorrectly formatted addons.

* Added a better comment.

* Fixed issue when the theme has no version.

* Uncomment error handler.

269

03 May 19:17
Compare
Choose a tag to compare
269
Inproved PolystorageError exceptions in log (#3732)

268: fixes bug 1359430 - Stop using ReleasesFeatured (#3741)

26 Apr 16:48
Compare
Choose a tag to compare
* fixes bug 1359430 - Stop using ReleasesFeatured

* nits

267

12 Apr 16:30
Compare
Choose a tag to compare
267
Fix Breakpad build in taskcluster by using a slightly-older GCC. (#3725)

266: fixes bug 1352385 - Use active versions if 0 featured versions (#3713)

05 Apr 16:53
Compare
Choose a tag to compare
* fixes bug 1352385 - Use active versions if 0 featured versions

* all nits addressed

265

29 Mar 17:13
Compare
Choose a tag to compare
265
Fixes bug 1351665 - Removed deprecated Products service. (#3705)

264

22 Mar 17:15
Compare
Choose a tag to compare
264
Fixes bug 1345196 - Add mozilla::MakeUnique<T>. (#3701)

263

08 Feb 22:24
Compare
Choose a tag to compare
263
[DNM] Bug 1291173 - Added all new memory measurement fields to our cr…

…ash re… (#3665)

* Bug 1291173 - Added all new memory measurement fields to our crash report schema.

* Fixes top_none_detached name.

* Changed descriptions.