Skip to content

Releases: mozilla-services/socorro

280: bug 1387096 - add docs for creating a user and setting up signin (#3889)

04 Aug 19:44
Compare
Choose a tag to compare
* bug 1387096 - add docs for creating a user and setting up signin

* Fix signin to Sign-In

279: Clean up create_basic_fake_processor definitions and usage (#3883)

02 Aug 18:12
Compare
Choose a tag to compare
We had this function in three different places and one of those instances was
slightly different than the other two. Seems like it helps to have a centralized
"fake processor" configuration that is used everywhere.

This centralizes that code and updates the other files to use it.

278

26 Jul 16:46
Compare
Choose a tag to compare
278
fixes bug 1383950 - webapp project is always called crashstats (#3867)

277

20 Jul 20:25
Compare
Choose a tag to compare
277
fixes bug 1379665 - build jsonview less file from right source (#3862)

276

29 Jun 16:52
Compare
Choose a tag to compare
276
fixes bug 1376913 - Refresh the report index page after reprocessing …

275

21 Jun 20:26
Compare
Choose a tag to compare
275
Fixes bug 1368498 - Do not error out if crash signature field is miss…

274

31 May 16:32
Compare
Choose a tag to compare
274
circleci conf: working with push to dockerhub

273

24 May 20:04
Compare
Choose a tag to compare
273
Update pytest, pytest-metadata, and selenium to latest (#3792)

272

17 May 17:58
Compare
Choose a tag to compare
272
Fixes bug 1362048 - Redacted away StackTraces from raw_crash in ES. (…

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.