Skip to content

Tags: djmitche/python-dockerflow

Tags

2020.10.0

Toggle 2020.10.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
Update changelog.

2020.6.0

Toggle 2020.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle exc_info=False in logging formatter (mozilla-services#48)

https://docs.python.org/3/library/logging.html#logrecord-objects mentions
exc_info should be a tuple or None, but False can be passed to a log statement
according to https://docs.python.org/3/library/logging.html#logging.debug and
when that happens, the exc_info on the LogRecord object *will* be False as
well, so we need to handle that to avoid crashing.

2019.10.0

Toggle 2019.10.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
Python 3.8 support.

2019.9.0

Toggle 2019.9.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
More flexible json logger and black/isort.

2019.6.0

Toggle 2019.6.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
Django, Python deprecations. Sanic support. Minor fixes.

2019.5.0

Toggle 2019.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
Minor fix for sqlalchemy and Flask.

2018.4.0

Toggle 2018.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
Backward-compat fix for Flask migration check.

2018.2.1

Toggle 2018.2.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
Doc and logging fixes.

2018.2.0

Toggle 2018.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
Flask support and minor fixes.

2017.11.0

Toggle 2017.11.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
jezdez Jannis Leidel
Fixed mozlog message field name to match spec.