| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2024-04-29 | Stop alerting for slow GitHub webhook filter endpoint calls (#235) | -2/+2 | ||
| These are directly forwarded to GitHub with no time-consuming processing done on the site. We would therefore be alerting for GitHub's slowness, which is rather useless. | ||||
| 2024-04-29 | Whitelist possible LKE addresses to PostgreSQL on lovelace | -8/+26 | ||
| This allows us to connect to PostgreSQL on lovelace from any possible LKE node location, whilst not opening up our PostgreSQL instances to the world. This has already been rolled out. | ||||