Skip to content

Tags: aokolish/baseplate.py

Tags

v2.3.2

Toggle v2.3.2's commit message
sqlalchemy: Don't truncate the executed statement, just the tag (redd…

…it#635)

This broke in d16351f. Long queries
were having the actually executed SQL be truncated as well which
obviously leads to syntax errors with the appended ellipsis.

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix CachingSecretsStore issue missing parser (reddit#634)

parser instance var was previously added in reddit#625
however, the child classes dont call the superclass init so these were never set properly.

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add prometheus exporter to baseplate-serve (reddit#632)

We're not adding observers or anything else yet, but this will allow
services to start adding Prometheus metrics incrementally.

v2.2.2

Toggle v2.2.2's commit message
Add a timeout to fix hung requests to vault (reddit#624)

Related: reddit#588

v2.2.1

Toggle v2.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix incorrect syntax in write to syslog (reddit#621)

v2.2.0

Toggle v2.2.0's commit message
Cut v2.2

v2.1.2

Toggle v2.1.2's commit message
InternalRequestsClient: allow more private IP ranges

v0.30.9

Toggle v0.30.9's commit message
Backport PyPI Publishing action

v0.30.9post0

Toggle v0.30.9post0's commit message
Backport PyPI Publishing action

v2.1.1

Toggle v2.1.1's commit message
Fix metrics_client_from_config

We parsed swallow_network_errors from the ini config, but forgot to pass
that into make_client. 🤦