Closed
Bug 1480127
Opened 7 years ago
Closed 7 years ago
socorro deploy: 326
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
We want to do a Socorro -prod deploy today tagged 326.
It consists of the following:
(current tag: 325 - bc900d7)
83509fb: Fix URL to memory dump access document (jcristau)
2b22d1f: Remove migrate_users script (willkg)
8e2232d: Fix makesuperuser command (willkg)
1a7f0ca: Fix "make updatedata" (willkg)
6a08b08: Fix docker/run_tests_in_docker.sh to use correct uid/gid (willkg)
02c2dad: bug 1477782: implement auditgroups Django command (willkg)
f0e6ee4: Clarify removal reason for invalid email; fix whitespace (willkg)
c702cab: bug 1478741: remove ftpscraper file caching (willkg)
0668da0: Fix add_crashid_to_queue (willkg)
a1fc038: fix bug 1478741: add ftpscraper wrapper to make it FASTER (willkg)
6560d0e: Remove unused import (willkg)
28e9901: Tweak logging so it's clear it's replaying (willkg)
72874c4: Remove unused import (willkg)
58aed21: Fix file modified figuring to work on osx (willkg)
bb66fd0: Add note to "make updatedata" regarding replaying the log (willkg)
484ce4d: bug 1477782: adjust output of auditgroups (willkg)
fe3dd4a: Remove sorting because it's not going to work (willkg)
941da05: Cosmetic: Cleanup processor tests (willkg)
4d60c04: fix bug 1479097: unify sentry captureException uses (willkg)
7546f8d: fix bug 1479097: cleanup sentry usage in processor (willkg)
1b4791a: Remove unused imports (willkg)
fdbf186: Remove uuid from signature generation (willkg)
1de198f: Add exc_info to error handler (willkg)
b71ca43: Fix import order (willkg)
19773a6: Switch python string formatting notations (willkg)
4260de3: removed unused code from report_index (AlexisDeschamps)
9cb58bc: bug 1477782: change dryrun to persist (willkg)
e69cb27: Add additional count check to verify persist=True works (willkg)
6ea022a: Fix Token admin (willkg)
24d108d: fix bug 1480110: upgrade to Django 1.11.15 (willkg)
(next tag: 326 - 8aac93d)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•7 years ago
|
||
Everything looks fine on stage:
* auditgroups command works
* ftpscraper is working (it's hitting connection errors, but that's not new)
* Token admin is better
* Django is upgraded
The one thing I couldn't verify was sending unhandled exceptions to sentry in the processor. The code was adjusted and the tests pass, but I haven't seen an example of it working (or not working) on stage.
I'm going to deploy this now and then keep an eye on logs in prod to see if the sentry code changes are good.
Assignee | ||
Comment 2•7 years ago
|
||
$ git show 326
tag 326
Tagger: Will Kahn-Greene <willkg@mozilla.com>
Date: Wed Aug 1 11:43:19 2018 -0400
Tagging 326 for deploy
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEzY3I6/E2Vh8o9nPoGL3RpvBm7BEFAlth1RwACgkQGL3RpvBm
7BH/nQgAley+jPMG56lt+T3xUqt61PlpOFvKyItQXAnylFwUmSIf/B/t/toxgnzE
QATVZnqMS4iEIWROp/TcVNDOyJNsWpy+UXDHPHIr6vryjnEtEosq0jiGz90Prcgk
oYjq0neYhYVy9WDFrJN8mTjIhx0YK2IAFtRizPSIH3bdDBHXeXDAGVe+/a0eGyEl
3k+TqJjXQN+VEBAL+LQ6LN2OxnvfAaMz1Zn7v3Ysk9SIkNXUfgkSUx4QMI1+f4Xr
I57vpPGY5qRDXF5fdqGYYe7/aBwQToKxALNBgXGXLl0beQ5SYtm8FJ6qmU+d/jOX
oSnlC52uqgH73tppx9LLd/8M/fbLrg==
=zYLi
-----END PGP SIGNATURE-----
commit 8aac93d74265dd11fc466f4c79536aef761126f8 (HEAD -> master, tag: 326, official/master)
Merge: eed02efcc 24d108daa
Author: Will Kahn-Greene <willkg@users.noreply.github.com>
Date: Wed Aug 1 11:10:46 2018 -0400
Merge pull request #4534 from willkg/1480110-django
fix bug 1480110: upgrade to Django 1.11.15
This is out in prod now. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•