Commit Graph

  • 51baf7c495 fix: chart container w-full overflow-hidden prevents graph escaping bounds M1 2026-03-17 07:27:05 +0400
  • f00c78116b fix: detail page updates all stats, status bar, pings table in realtime via SSE M1 2026-03-17 07:23:54 +0400
  • 93c3a1e84a fix: pin sparkline container to 120x32 to prevent layout shift on update M1 2026-03-17 07:20:56 +0400
  • ed5e213b1a fix: migrate() uses CREATE IF NOT EXISTS — no more data wipe on restart M1 2026-03-17 07:17:54 +0400
  • 1794c05b4f fix: restore status dot, latency, last-ping time updates on SSE M1 2026-03-17 07:15:31 +0400
  • 94d24bac35 fix: fetch sparkline/chart immediately on SSE ping, no debounce delay M1 2026-03-17 07:12:48 +0400
  • b802c7c68b fix: bust Cloudflare cache on app.js with version query string M1 2026-03-17 07:10:27 +0400
  • 66b368453d refactor: single account-level SSE stream instead of per-monitor connections M1 2026-03-17 07:06:09 +0400
  • 55f9f6d8ed refactor: SSE just refreshes sparkline/chart from server, no DOM stat patching M1 2026-03-17 07:03:10 +0400
  • 749c6f391e fix: SSE stream 500 — replace error() with plain Response in stream handler M1 2026-03-17 06:59:43 +0400
  • 15227b9c6e fix: key_plain -> key in dashboard query M1 2026-03-17 06:51:27 +0400
  • e461d73ce3 refactor: drop all hashing, store keys plaintext M1 2026-03-17 06:47:22 +0400
  • 54c89a5a11 fix: store key_plain on sub-keys, display always in settings with copy button M1 2026-03-17 06:40:33 +0400
  • c684d96d90 fix: rename API Keys -> Sub-Keys, show key inline on creation, no reload M1 2026-03-17 06:37:29 +0400
  • ab4f60e159 fix: rotate button inline with key field, updates in place M1 2026-03-17 06:34:57 +0400
  • 0c65b5e3fa fix: just show the login key on settings page M1 2026-03-17 06:33:13 +0400
  • 2ec1915ef5 fix: remove pointless internal UUID from settings, show login key label instead M1 2026-03-17 06:31:41 +0400
  • 9d8982ae50 fix: key rotation shows new key in dedicated reveal, not sub-key div; clarify account ID label M1 2026-03-17 06:29:58 +0400
  • b80f4673b2 fix: use standard UUID v4 for keys instead of custom 256-bit hex format M1 2026-03-17 06:26:52 +0400
  • bbd5df8c46 fix: 8 groups of 8 chars, not 16 groups of 4 M1 2026-03-17 06:26:14 +0400
  • 43a1abc2ed fix: format keys as XXXX-XXXX-...-XXXX (8 groups), normalize before hashing M1 2026-03-17 06:25:19 +0400
  • b8ac4e7b1f fix: redirect loop on stale cookie, login broken for 64-char keys, stale docs M1 2026-03-17 06:22:16 +0400
  • 6bdd76b4f0 security: auth redesign, SSRF protection, CORS lockdown, and 13 other fixes M1 2026-03-17 06:10:10 +0400
  • 5071e340c7 fix: SSE-driven chart/sparkline refresh, debounced server-side partials M1 2026-03-16 21:21:56 +0400
  • 2f7273604b refactor: full SSR dashboard, minimal SSE DOM patches, poll-based refresh M1 2026-03-16 21:14:45 +0400
  • 878829111f fix: use raw ETA tag for timestamp HTML in SSR monitor list M1 2026-03-16 17:37:48 +0400
  • 31f95288e6 fix: missing closing ETA block tag in home.ejs SSR section M1 2026-03-16 17:32:22 +0400
  • 0597c7f6e7 fix: set cookie domain to .pingql.com so it works on both subdomains M1 2026-03-16 17:26:56 +0400
  • ef56b47b09 feat: cookie-based auth, SSR dashboard, JS-optional login M1 2026-03-16 17:25:59 +0400
  • 8e4cb84599 ux: widen dashboard layout to max-w-7xl, consistent px-8 padding M1 2026-03-16 17:15:45 +0400
  • d41d3a3737 fix: latency chart red dots — track up/down with latency values M1 2026-03-16 17:13:48 +0400
  • 923f0349dc feat: fully SSE-driven detail/home pages, kill polling intervals M1 2026-03-16 17:10:12 +0400
  • 037013b564 fix: SSE ping rows match existing table row style M1 2026-03-16 17:07:31 +0400
  • a681833d8d feat: detail edit form matches new monitor form (method, headers, body, timeout) M1 2026-03-16 17:04:30 +0400
  • ef2b2c043d feat: live sparkline updates on SSE ping M1 2026-03-16 16:20:34 +0400
  • 31d1fa7b04 fix: SSE via fetch for auth headers, remove query param auth, add heartbeat every 10s M1 2026-03-16 16:17:33 +0400
  • 6d48a83560 feat: SSE live ping stream for monitors M1 2026-03-16 16:14:23 +0400
  • 1e95149456 feat: live-updating timestamps via data-ts attribute M1 2026-03-16 16:10:04 +0400
  • 2bfe3a0272 fix: remove double popup on key rotation M1 2026-03-16 16:07:12 +0400
  • c73951ea91 fix: ON UPDATE CASCADE on account FK so key rotation propagates M1 2026-03-16 15:58:52 +0400
  • 0b69fbfc72 fix: requireAuth uses onBeforeHandle instead of error() in derive M1 2026-03-16 15:56:33 +0400
  • 0918478255 fix: poll every 1s instead of 10s for accurate intervals M1 2026-03-16 15:47:06 +0400
  • 6c539d9066 fix: skip in-flight monitors to prevent stacked slow requests M1 2026-03-16 15:41:34 +0400
  • 9b970a90e0 fix: fire-and-forget checks so slow monitors don't delay fast ones M1 2026-03-16 15:37:00 +0400
  • 3368dbdd7f feat: custom method, headers, body, timeout on monitors M1 2026-03-16 15:30:35 +0400
  • d98aa5e46f fix: query-builder.js missing from monitor detail page M1 2026-03-16 15:25:16 +0400
  • 5944fae824 fix: query-builder.js missing from new monitor EJS page M1 2026-03-16 15:21:21 +0400
  • 4c5e426292 fix: remove defer from app.js so functions available to inline scripts M1 2026-03-16 15:19:33 +0400
  • 87c924d8d0 fix: app.js deferred in head (fixes requireAuth undefined), extract app.css M1 2026-03-16 15:16:59 +0400
  • e36c239000 refactor: ETA templating engine for dashboard, shared nav/head/foot partials M1 2026-03-16 15:14:26 +0400
  • 389c88e124 ux: move new monitor button to content area next to heading M1 2026-03-16 15:09:15 +0400
  • ce155cd338 feat: settings page — email, key rotation, sub-keys M1 2026-03-16 15:05:39 +0400
  • eb3ef7745f fix: emails used for recovery only, not notifications (notifications coming later) M1 2026-03-16 14:59:17 +0400
  • 4e7fdfa07c fix: tighten hero bottom padding M1 2026-03-16 14:54:56 +0400
  • 2627ad756f fix: align hero comment with actual query M1 2026-03-16 14:50:45 +0400
  • e12e5e682c copy: hero example uses $.db.status to show JSON inspection, shorter comment M1 2026-03-16 14:49:59 +0400
  • bf02243708 fix: replace $json latency with $responseTime in hero example M1 2026-03-16 14:48:23 +0400
  • 6f7127aded copy: use real field names in hero code comment M1 2026-03-16 14:46:47 +0400
  • 5613fb9cf4 fix: reduce gap between header and hero M1 2026-03-16 14:44:53 +0400
  • 6f5f51e390 copy: update API section tagline M1 2026-03-16 14:41:56 +0400
  • 729529b7fa fix: checked_at field name in dashboard UI + landing copy M1 2026-03-16 14:37:44 +0400
  • f4283a0915 feat: sticky header with nav links on landing page M1 2026-03-16 14:21:24 +0400
  • d11488ecbf feat: landing page at / M1 2026-03-16 14:16:25 +0400
  • 7b38ff192e feat: custom docs page at /docs, drop swagger M1 2026-03-16 14:07:30 +0400
  • eb45152c29 feat: query language docs in swagger description M1 2026-03-16 14:02:55 +0400
  • 33d1209ac9 feat: query language docs page at /dashboard/docs M1 2026-03-16 14:00:29 +0400
  • 27c9044a8b feat: add $consider (UP/DOWN) toggle to query builder and evaluators M1 2026-03-16 13:56:36 +0400
  • 5328471229 Revert "feat: grouped query builder with $upIf/$downIf condition groups" M1 2026-03-16 13:53:27 +0400
  • 99b59070a2 feat: grouped query builder with $upIf/$downIf condition groups M1 2026-03-16 13:52:06 +0400
  • b20f463d53 fix: correct pings import path in index.ts M1 2026-03-16 13:46:49 +0400
  • eb2d173cb0 rename: checks → pings throughout (DB, API, UI, Rust) M1 2026-03-16 13:45:09 +0400
  • b4f95fa375 refactor: merge checks into monitors (/monitors/:id/history), ingest moves to /internal/ingest M1 2026-03-16 13:43:55 +0400
  • a22112dc77 refactor: merge auth into account prefix (/account/register, /account/email) M1 2026-03-16 13:37:20 +0400
  • fd4af848bc fix: hide dashboard + internal routes from swagger docs M1 2026-03-16 13:33:44 +0400
  • fe7a0bf19b refactor: nested $json/$select syntax, migrate stored queries M1 2026-03-16 13:14:22 +0400
  • ab2cbaa5cc fix: coerce numeric values for jsonpath operators in query builder M1 2026-03-16 13:08:05 +0400
  • 612d32e9dc remove key warning M1 2026-03-16 12:59:55 +0400
  • 6749b21da1 fix: key warning copy M1 2026-03-16 12:58:48 +0400
  • a4424991f0 fix: accurate key warning copy M1 2026-03-16 12:57:34 +0400
  • 692d7eb4f5 feat: post-registration key screen + optional email step M1 2026-03-16 12:55:52 +0400
  • 20cc8d534b fix: rustls crypto provider + Arc import for cert expiry M1 2026-03-16 12:39:29 +0400
  • 500132ba05 feat: dashboard, visual query builder, expanded query language, cert expiry support M1 2026-03-16 12:26:17 +0400
  • 97c08b1951 fix: nullable error field in ingest body schema M1 2026-03-16 12:11:43 +0400
  • 802055d24d fix: ingest endpoint routing conflict with requireAuth M1 2026-03-16 12:06:03 +0400
  • 570222c7a9 Initial scaffold: web API (Bun/Elysia) + monitor (Rust/Tokio) M1 2026-03-16 11:40:24 +0400