Skip to content

Releases: mozilla-services/socorro

299

21 Nov 19:15
Compare
Choose a tag to compare
299
Add flake8-isort to check import sort order (#4208)

298: Merge pull request #4076 from Osmose/upgrade-jquery

17 Nov 17:43
7facee9
Compare
Choose a tag to compare
Update to jQuery 3.2.1 and jQuery-UI 1.12.1.

297: Merge pull request #4140 from Osmose/bz-stack-keyerror

08 Nov 21:17
b189e03
Compare
Choose a tag to compare
bug 1109069 - Fix KeyError in detail view for malformed thread frames.

296: Merge pull request #4069 from Osmose/crontabber-broken

01 Nov 19:03
860e8c4
Compare
Choose a tag to compare
Fix bug 1413164: Downgrade to d3-sankey 0.4.2.

295: Merge pull request #4064 from Osmose/date-picker

27 Oct 19:27
0482d7d
Compare
Choose a tag to compare
Fix bug 1412281: Update how we configure flatpickr.

294: Merge pull request #4056 from willkg/1410580-mach_msg_trap

25 Oct 17:35
Compare
Choose a tag to compare
fixes bug 1410580 - improve "mach_msg_trap" signatures

293: Merge pull request #4040 from willkg/1409038-crash-data-no-dumps

18 Oct 15:25
Compare
Choose a tag to compare
fixes bug 1409038 - Add --dumps/--no-dumps flag to scripts/fetch_crash_data.py

292

02 Oct 21:18
Compare
Choose a tag to compare
292
fixes bug 1403172 - add android-api-16 and mozilla-central-android-ap…

291: bug 1402037 - improve shutdownhang signatures (#4017)

27 Sep 17:21
Compare
Choose a tag to compare
* bug 1402037 - improve shutdownhang signatures

We have a number of shutdownhang signatures where the stack is rife with
"uninteresting" bits such that the signature gets truncated before getting to
something interesting or relevant or actionable.

This adds a bunch of things to the irrelevant list such that they don't show up
in the signature.

I did some regression testing and these strings only show up in shutdownhang
crashes. If that changes, we should rethink them on a string-by-string basis.

* Collapse two lines into one

290: Update signature generation documentation (#4014)

22 Sep 19:11
Compare
Choose a tag to compare
We had a wiki page that sort of walked through the process for requesting
signature generation changes. We changed that wiki page to point to these docs,
but didn't have a process in these docs. This adds that.

This also cleans up the process for reviewing changes to signature generation.