socorro deploy: 2021.04.28
Categories
(Socorro :: Infra, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a deploy for socorro
tagged 2021.04.28
.
It consists of the following:
8613294
: Update Buildhub-relate comments (willkg)
b555066
: Fix SECRET_KEY to not have a default (willkg)
860110c
: Clean up processor configuration (willkg)
06d7bb7
: Improve es command printing (willkg)
612aec5
: bug 1706171: fix phc fields in elasticsaerch (willkg)
7de77d5
: bug 1706076: fix elasticsearch valid keys (willkg)
fbda68a
: bug 1706076: remove skip and comment in test (willkg)
5bab017
: bug 1706076: remove dead supersearch fields (willkg)
f11ccb4
: bug 1706076: fix all_valid_fields to work with nested fields (willkg)
d8fae15
: rewrite get_mapping as build_mapping (willkg)
d65ccc4
: bug 973894: fix super search so all fields can use exists filter (willkg)
2b0930a
: bug 1705469: add support for multiple rulesets in a processing pipeline (willkg)
2a32197
: Change Result to be a dataclass (willkg)
4f0c71b
: Fix type annotations on Result class (willkg)
Assignee | ||
Comment 1•4 years ago
|
||
I landed the changes all last week and the ones that affect indexes in Elasticsearch had a chance to kick in when the new index was created over the weekend. I verified phc_kind is being indexed now and I verified the exists filter. Everything looks good to go.
Tagged:
tag 2021.04.28
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Wed Apr 28 09:40:51 2021 -0400
`8613294`: Update Buildhub-relate comments (willkg)
`b555066`: Fix SECRET_KEY to not have a default (willkg)
`860110c`: Clean up processor configuration (willkg)
`06d7bb7`: Improve es command printing (willkg)
`612aec5`: bug 1706171: fix phc fields in elasticsaerch (willkg)
`7de77d5`: bug 1706076: fix elasticsearch valid keys (willkg)
`fbda68a`: bug 1706076: remove skip and comment in test (willkg)
`5bab017`: bug 1706076: remove dead supersearch fields (willkg)
`f11ccb4`: bug 1706076: fix all_valid_fields to work with nested fields (willkg)
`d8fae15`: rewrite get_mapping as build_mapping (willkg)
`d65ccc4`: bug 973894: fix super search so all fields can use exists filter (willkg)
`2b0930a`: bug 1705469: add support for multiple rulesets in a processing pipeline (willkg)
`2a32197`: Change Result to be a dataclass (willkg)
`4f0c71b`: Fix type annotations on Result class (willkg)
Deploy bug #1708188
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmCJZeMACgkQGL3RpvBm
7BFvwgf+OKv0V0dYdQl6JW76eEyWVKWCYMLp8TURWP/Bu8RWieSqeo2OqR+mRJ57
QRnLE7I6yRAa5P+RST2NYh/Sk26gj8xtJxjGlzniBbxlvz/cUMwTEoi2ZXjkWUtk
DeVHDllyLDuSIlKehaQzIZ/EYNQ4oo3yL9Iiw3BGvJPtmmtLsxUROMjJ7TvfJ0Tv
irO7fBgAX9sdnt1QZBS/iMeuVGqo401C0kEUuUsCm41TFkIrD2lSGLcCETmwMTX6
iEDpi3jO0E2t70UPwSDimeBsG2WW77E2ZBZ1Q+RZXXgEiuL8JelpHdERV0Exy3x2
CFfjstlTy7/f6bqOcC08P/CPb1XwRA==
=8pZ6
-----END PGP SIGNATURE-----
commit 4f0c71b0a8581e02789b216ac57e09bae00aed82 (HEAD -> main, tag: 2021.04.28, official/main)
Author: Will Kahn-Greene <willkg@mozilla.com>
Date: Thu Apr 22 14:36:20 2021 -0400
Fix type annotations on Result class
This uses a typing style that works with Python 3.7.
Assignee | ||
Comment 2•4 years ago
|
||
Everything looks fine. Marking as FIXED.
Description
•