Closed Bug 1819758 Opened 2 years ago Closed 2 years ago

socorro deploy: 2023.03.01

Categories

(Socorro :: Infra, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: willkg)

Details

We want to do a deploy for socorro tagged 2023.03.01.

It consists of the following:

ce175b5: Add note about sensitive data review (willkg)
5bc5c42: Bug 1810519 - Ignore all functions starting with __futex_abstimed_wait (gabrielesvelto)
83e9f52: bug 1810880: update to node 18 (willkg)
12b1565: Run oidcprovider with tini (willkg)
cce008c: Bug 1810971 - Ignore several inlined functions from the MozPromise class (gabrielesvelto)
27aef76: bug 1810238: rename webapp-django/ to webapp/ (willkg)
c8c821c: bug 1810238: rename socorro/unittest/ to socorro/tests/ (willkg)
3c36d45: bug 1811242: update face to 22.0.0 (willkg)
79a910d: Bug 1811094 - Ignore thread-local storage getters when generating the crash sign (gabrielesvelto)
1453b59: bug 1809451: improve symbolssupplier (willkg)
736db31: Bump django from 3.2.16 to 3.2.17 (from PR #6332) (dependabot[bot])
20db757: Bump python-decouple from 3.6 to 3.7 (from PR #6334) (dependabot[bot])
d9b4318: Bump glom from 22.1.0 to 23.1.1 (from PR #6335) (dependabot[bot])
417faf5: Recompile requirements.txt (willkg)
60c4e35: Update dependencies (willkg)
418d365: Bug 1814563 - Ignore some getters in media code when generating the crash signat (gabrielesvelto)
f70258c: Raise kill_timeout in local dev environment to 120s (willkg)
1eb8a19: bug 1767282: rework temp directory use in processor (willkg)
c89c657: bug 1767282: fix comment to match value (willkg)
081a5c8: bug 1767282: fix logging messages (willkg)
bf6e28a: bug 1767282: replace tmpdir pytest fixture for tmp_path (willkg)
5d83002: bug 1767282: cleanup stackwalker error handling (willkg)
1155663: bug 1529342: merge FetchTrasnformSaveApp with ProcessorApp (willkg)
0bde243: bug 1529342: remove all non-config uses of DotDict (willkg)
5a0aca3: bug 1529342: remove vestigial code from run_mdsw.sh (willkg)
3eb429d: Reformat socorro-cmd and convert to f-strings (willkg)
9ca6cb8: bug 1529342: fix errant comment and log message (willkg)
b2aa0a0: bug 1529342: removing waiting_func (willkg)
6fa41f8: Fix linting (willkg)
7454ee2: bug 1529342: fix temporary path value (willkg)
b48996a: bug 1810787: fix report view to work when there's no build (willkg)
43a92ed: bug 1815235: stringify cond names in SignatureShutdownTimeout rule (willkg)
f672720: bug 1529342: remove context_tools (willkg)
e930541: bug 1529342: fix symbol cache manager race (willkg)
7a86d68: bug 1815535: remove raw crash path with entropy from verifyprocessed (willkg)
f813c1f: bug 1529342: remove tests and fix docstrings for things that will be changed (willkg)
862d5dc: bug 1529342: remove find_crashes_with_field (willkg)
3257d03: bug 1529342: rename ProcessorPipeline to Pipeline (willkg)
549e192: bug 1529342: clean up logging messages in memory report extraction rule (willkg)
11021fd: bug 1529342: fix script tests so they're not re-adding bin (willkg)
4626020: bug 1529342: remove obsolete comment (willkg)
33e23b0: Update Django to 3.2.18 (willkg)
8098961: Bug 1816846 - Ignore various methods related to locks and promises to shorten si (gabrielesvelto)
dfd73ba: Update system checklist (willkg)
51d0fe0: Bump markdown-it-py from 2.1.0 to 2.2.0 (from PR #6356) (dependabot[bot])
e2ae2ce: Update werkzeug to 2.2.3 (willkg)
6396355: Bug 1819062 - Ignore equality operators when generating crash signatures (gabrielesvelto)
97adb9c: Bug 1819065 - Ignore several helpers, getters and constructors related to launch (gabrielesvelto)
93936af: bug 1819181: use tini to start services (willkg)
485b257: Fix formatting for sensitive data review text (willkg)

Tagged 2023.03.01:

tag 2023.03.01
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date:   Wed Mar 1 17:09:46 2023 -0500

Tag 2023.03.01 (bug #1819758)

`ce175b5`: Add note about sensitive data review (willkg)
`5bc5c42`: Bug 1810519 - Ignore all functions starting with __futex_abstimed_wait (gabrielesvelto)
`83e9f52`: bug 1810880: update to node 18 (willkg)
`12b1565`: Run oidcprovider with tini (willkg)
`cce008c`: Bug 1810971 - Ignore several inlined functions from the MozPromise class (gabrielesvelto)
`27aef76`: bug 1810238: rename webapp-django/ to webapp/ (willkg)
`c8c821c`: bug 1810238: rename socorro/unittest/ to socorro/tests/ (willkg)
`3c36d45`: bug 1811242: update face to 22.0.0 (willkg)
`79a910d`: Bug 1811094 - Ignore thread-local storage getters when generating the crash sign (gabrielesvelto)
`1453b59`: bug 1809451: improve symbolssupplier (willkg)
`736db31`: Bump django from 3.2.16 to 3.2.17 (from PR #6332) (dependabot[bot])
`20db757`: Bump python-decouple from 3.6 to 3.7 (from PR #6334) (dependabot[bot])
`d9b4318`: Bump glom from 22.1.0 to 23.1.1 (from PR #6335) (dependabot[bot])
`417faf5`: Recompile requirements.txt (willkg)
`60c4e35`: Update dependencies (willkg)
`418d365`: Bug 1814563 - Ignore some getters in media code when generating the crash signat (gabrielesvelto)
`f70258c`: Raise kill_timeout in local dev environment to 120s (willkg)
`1eb8a19`: bug 1767282: rework temp directory use in processor (willkg)
`c89c657`: bug 1767282: fix comment to match value (willkg)
`081a5c8`: bug 1767282: fix logging messages (willkg)
`bf6e28a`: bug 1767282: replace tmpdir pytest fixture for tmp_path (willkg)
`5d83002`: bug 1767282: cleanup stackwalker error handling (willkg)
`1155663`: bug 1529342: merge FetchTrasnformSaveApp with ProcessorApp (willkg)
`0bde243`: bug 1529342: remove all non-config uses of DotDict (willkg)
`5a0aca3`: bug 1529342: remove vestigial code from run_mdsw.sh (willkg)
`3eb429d`: Reformat socorro-cmd and convert to f-strings (willkg)
`9ca6cb8`: bug 1529342: fix errant comment and log message (willkg)
`b2aa0a0`: bug 1529342: removing waiting_func (willkg)
`6fa41f8`: Fix linting (willkg)
`7454ee2`: bug 1529342: fix temporary path value (willkg)
`b48996a`: bug 1810787: fix report view to work when there's no build (willkg)
`43a92ed`: bug 1815235: stringify cond names in SignatureShutdownTimeout rule (willkg)
`f672720`: bug 1529342: remove context_tools (willkg)
`e930541`: bug 1529342: fix symbol cache manager race (willkg)
`7a86d68`: bug 1815535: remove raw crash path with entropy from verifyprocessed (willkg)
`f813c1f`: bug 1529342: remove tests and fix docstrings for things that will be changed (willkg)
`862d5dc`: bug 1529342: remove find_crashes_with_field (willkg)
`3257d03`: bug 1529342: rename ProcessorPipeline to Pipeline (willkg)
`549e192`: bug 1529342: clean up logging messages in memory report extraction rule (willkg)
`11021fd`: bug 1529342: fix script tests so they're not re-adding bin (willkg)
`4626020`: bug 1529342: remove obsolete comment (willkg)
`33e23b0`: Update Django to 3.2.18 (willkg)
`8098961`: Bug 1816846 - Ignore various methods related to locks and promises to shorten si (gabrielesvelto)
`dfd73ba`: Update system checklist (willkg)
`51d0fe0`: Bump markdown-it-py from 2.1.0 to 2.2.0 (from PR #6356) (dependabot[bot])
`e2ae2ce`: Update werkzeug to 2.2.3 (willkg)
`6396355`: Bug 1819062 - Ignore equality operators when generating crash signatures (gabrielesvelto)
`97adb9c`: Bug 1819065 - Ignore several helpers, getters and constructors related to launch (gabrielesvelto)
`93936af`: bug 1819181: use tini to start services (willkg)
`485b257`: Fix formatting for sensitive data review text (willkg)

Deploy bug #1819758
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAmP/zSoACgkQGL3RpvBm
7BGySwf/RN9RMQjoK5USgoY/hJRNSyEiih64jIuPikXBA/SVZjtKPoep+8efMHdM
Wfdd97AxdnYqaMM+KNAlvoKaSA5Dhyu8mjhpJ+Rbh36OTk0UcElUK/WHUjA0tt0L
wwmsl8eQeSp26vzdBLCBBpeUQxEFo0/iUm4qfitNf7R9wtXN7wajhOlh7fNPts45
sH5zYHupkVqc1thcd8JtYkaWSvx70kqBzU6BdajwCnUPI3uak1q1YUjT5dO3SrNz
S6g3H8TnIlHjtm2nnbovcZxsihMfNGgRBAo6XazunhcoFbc+folvyDl0YwYgyClQ
wT/0Eh95J+VEQFmOgASWJIrQDCm3dA==
=OWY3
-----END PGP SIGNATURE-----

commit 485b2579cbbff3d6832f97ae0298a9d8d59377fb
Author: Will Kahn-Greene <willkg@mozilla.com>
Date:   Wed Mar 1 09:32:54 2023 -0500

    Fix formatting for sensitive data review text

I went through all the bugs and verified the ones that needed verifying. Grafana looks ok as does Sentry. Marking as FIXED.

Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.