-
Add alert archiving
Release / build (amd64, darwin) (push) Failing after 2m46sRelease / build (amd64, linux) (push) Failing after 2m26sRelease / build (arm64, darwin) (push) Failing after 1m40sRelease / build (arm64, linux) (push) Failing after 10sRelease / release (push) Has been skippedRelease / chart (push) Failing after 11sRelease / docker (push) Failing after 19sreleased this
2026-05-22 11:22:45 +00:00 | 112 commits to main since this releaseAlerts can be manually archived (POST /api/alerts/{id}/archive) or
unarchived (DELETE /api/alerts/{id}/archive). A background goroutine
auto-archives resolved alerts older than TERDUT_ARCHIVE_AFTER (default 7d).
GET /api/alerts hides archived alerts by default; ?archived=true shows them.Downloads