Closed
Bug 1843869
Opened 1 year ago
Closed 1 year ago
socorro deploy: 2023.07.17
Categories
(Socorro :: Infra, task, P2)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a deploy for socorro
tagged 2023.07.17
.
It consists of the following:
2d1c056
: bug 1667997: split crashes by report_type (willkg)
01b284a
: bug 1667997: rework TopCrashers report; fix ReportTypeRule (willkg)
c081da0
: bug 1667997: fix documentation for report_type values (willkg)
eef9f1d
: Bump ruff from 0.0.269 to 0.0.275 (from PR #6433) (dependabot[bot])
8593efc
: Bump django from 3.2.19 to 3.2.20 (from PR #6435) (dependabot[bot])
48bdc51
: Fix requirements.txt file (willkg)
5b9daf9
: bug 1667997: change report_type default to "any" (willkg)
Assignee | ||
Comment 1•1 year ago
|
||
Tagged 2023.07.17:
tag 2023.07.17
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Mon Jul 17 11:25:48 2023 -0400
Tag 2023.07.17 (bug #1843869)
`2d1c056`: bug 1667997: split crashes by report_type (willkg)
`01b284a`: bug 1667997: rework TopCrashers report; fix ReportTypeRule (willkg)
`c081da0`: bug 1667997: fix documentation for report_type values (willkg)
`eef9f1d`: Bump ruff from 0.0.269 to 0.0.275 (from PR #6433) (dependabot[bot])
`8593efc`: Bump django from 3.2.19 to 3.2.20 (from PR #6435) (dependabot[bot])
`48bdc51`: Fix requirements.txt file (willkg)
`5b9daf9`: bug 1667997: change report_type default to "any" (willkg)
Deploy bug #1843869
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmS1XXwACgkQGL3RpvBm
7BHULgf9GBZXrrC6hLsj1vhte8hAm0wwVnBvHlAYur8vob3P2I/57SR+vXwL4f9P
SB47NklC/zMB1GVfn1rSyES9918UbyY/SNhcthPy6L052vhm5DCiXuGq6nwAUCtK
VjVEzS1Bg3mFWoZTJTAIgA+dxAJICOcGlZ/6VU//GGLMBE0ApmiJ5Ql71NllXARL
W52z12t8KnbnJ+xR0t6TeKO/b4cn5vxEaJmCTnfsheOYwVGwIiTWWRh8Z41mY8DL
nbzgLU1yiV7j7lfMJJU3mhS/4zr2yga1IHbrbCpjjGYTpZ+JNX1rVVecB8Afc8zV
MdaIazjFDymHx9hF8bFEfb1lV4TiFg==
=5Hwi
-----END PGP SIGNATURE-----
commit 5b9daf9b7d6ce8ef1edfa5ce1a921fcb3e98abb7
Author: Will Kahn-Greene <willkg@mozilla.com>
Date: Wed Jul 12 15:00:35 2023 -0400
bug 1667997: change report_type default to "any"
This changes the report_type default from "crash" which is what we
eventually want to use to "any" which is less terrifying when there's no
data in the search index with a report_type set.
Once we've accumulated several weeks of crash reports with report_type
set, we can change the default back to "crash".
Assignee | ||
Comment 2•1 year ago
|
||
Everything looks good. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•