Closed
Bug 1751199
Opened 3 years ago
Closed 3 years ago
socorro deploy: 2022.01.20
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 2022.01.20
.
It consists of the following:
b0992c6
: Fix reprocess to be more resilient (willkg)
0671fae
: bug 1749561: fix supersearch refine links (willkg)
2405a25
: bug 1749561: add value that needs urlencoding to refine link test (willkg)
e7e410a
: bug 1749727: rename variables with same name but different types (willkg)
8bff4a9
: bug 1748340: handle empty list product_name situation (willkg)
Assignee | ||
Comment 1•3 years ago
|
||
Tagged 2022.01.20:
tag 2022.01.20
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Thu Jan 20 10:10:23 2022 -0500
`b0992c6`: Fix reprocess to be more resilient (willkg)
`0671fae`: bug 1749561: fix supersearch refine links (willkg)
`2405a25`: bug 1749561: add value that needs urlencoding to refine link test (willkg)
`e7e410a`: bug 1749727: rename variables with same name but different types (willkg)
`8bff4a9`: bug 1748340: handle empty list product_name situation (willkg)
Deploy bug #1751199
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmHpe18ACgkQGL3RpvBm
7BH0wAf+IAFLaJlYcE3LXplgyrmWSmvkJTRpoQAlJuVrIRkJaN1+IDP0ht6Czn77
mRQrEO8KqWa23dm7RSD/cALlsOkNxJKDOWRYgfowY/8bSsTpVTX4rW0Gl3WYusGR
897/h3r20Nqpm7Dlvu0xSDMvbcoY0R02SWXjTf0pNAIvoPcS43eT0sFO93vY0qY2
l2ihNmWZ4voZq4m0+8++bRqMGC1GFcWREs9laXmAa0R6gY32vQsHzZ1u+AdWW2r4
ukr2CFKwzwCSdDjkkVwJbuBNhtdHRxAbwI8GmG4uX5jq5jV6sgftOYcxJ/Yg2GVM
gHePoTWlB0f0EGQSac1Qbdhd+LzVew==
=ovf+
-----END PGP SIGNATURE-----
commit 8bff4a90e9e3320eabe7e067adbe0e89f6a39ba7
Author: Will Kahn-Greene <willkg@mozilla.com>
Date: Wed Jan 12 13:47:58 2022 -0500
bug 1748340: handle empty list product_name situation
If the passed in product is an empty list (which I think is possible
because of the way the parameters are determined), then the correlations
page would die because there's no index 0 in an empty list.
This accounts for the empty list possibility by using the default
product if the determined product name is falsey (empty string, empty
list, not set, ...).
Assignee | ||
Comment 2•3 years ago
|
||
I tested bug #1749561 and it's still broken and I'm puzzled, so I'm going to keep working on that.
Everything else looks fine. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•