Add public monitoring features and CI updates

- Add status pages, incidents, badges, maintenance, bulk ops, and metrics
- Add Docker packaging, env example, and frontend routes
- Refresh GitHub workflows and project metadata
This commit is contained in:
Tomas Dvorak
2026-04-27 11:10:18 +02:00
parent 363d708e91
commit 8011d487f1
101 changed files with 16126 additions and 2028 deletions
+4 -2
View File
@@ -525,9 +525,11 @@ func (h *APIHandler) getHeartbeats(e *core.RequestEvent) error {
"monitor_heartbeats",
"monitor = {:monitorId}",
"-time",
0,
limit,
map[string]any{"monitorId": id},
0,
map[string]any{
"monitorId": id,
},
)
if err != nil {
return e.InternalServerError("Failed to fetch heartbeats", err)