Commit Graph

  • 52f7f8102b feat: update user-agent to Mozilla-compatible string M1 2026-03-18 14:43:33 +0400
  • 957674fca4 fix: clear in-flight after post_result to prevent double-pings, revert poll to 50ms M1 2026-03-18 14:29:37 +0400
  • d3ee0ef9d5 fix: revert grace period, increase poll interval to 500ms to prevent doubles without adding jitter M1 2026-03-18 14:27:38 +0400
  • 5836c44228 fix: add 200ms grace period to due query to prevent double-pings M1 2026-03-18 14:21:21 +0400
  • 6882162d7f fix: use system CA store for ureq TLS to verify Cloudflare-issued certs M1 2026-03-18 14:10:28 +0400
  • 1b8cbc6e23 fix: force ureq to use ring crypto provider to match main.rs init M1 2026-03-18 14:05:04 +0400
  • f17bfbfd4b fix: switch ureq from native-tls to rustls (bundled roots) M1 2026-03-18 13:54:39 +0400
  • 3fa624eff8 fix: replace curl subprocess with ureq blocking client in std::thread M1 2026-03-18 13:40:28 +0400
  • 6b8e1fc9d9 cleanup: remove debug warn logs from monitor runner M1 2026-03-18 13:30:19 +0400
  • 6e1d642c77 fix: allow null status_code in ingest schema; check HTTP status in post_result M1 2026-03-18 13:28:42 +0400
  • 5037222846 fix: add 10s timeout to post_result to prevent hung API calls M1 2026-03-18 13:24:52 +0400
  • 3ce89a88bf debug: log post_result calls M1 2026-03-18 13:22:35 +0400
  • 749a06b9d7 debug: log check errors and trace post_result calls M1 2026-03-18 13:19:35 +0400
  • cb8d0f81b1 debug: add warn logs to curl thread, fix temp file uniqueness M1 2026-03-18 13:17:11 +0400
  • 556729b881 fix: use std::thread + tokio oneshot for curl — fully decoupled from tokio thread pool M1 2026-03-18 13:10:04 +0400
  • 5e76b2212f fix: use std::process::Command+spawn_blocking+temp file to avoid all pipe/async hang issues M1 2026-03-18 13:08:08 +0400
  • 289ec8e038 fix: hard task-level timeout as failsafe so in-flight lock always clears M1 2026-03-18 13:05:43 +0400
  • 0edce8c555 fix: use spawn+manual read+wait instead of output() to avoid stdout pipe hang M1 2026-03-18 13:03:06 +0400
  • 94200b430f fix: set kill_on_drop and explicit stdio pipes so curl doesn't inherit parent fds M1 2026-03-18 12:59:34 +0400
  • 79bf7d9295 fix: wrap curl output() in tokio timeout in case process hangs on stdout M1 2026-03-18 12:58:12 +0400
  • 554d95cfb4 fix: correctly handle curl non-zero exit codes as errors M1 2026-03-18 12:55:00 +0400
  • 5730a3cb83 fix: replace reqwest with curl subprocess for reliable hard timeouts M1 2026-03-18 12:52:17 +0400
  • c68700da46 fix: use blocking reqwest in spawn_blocking for reliable OS-level timeout M1 2026-03-18 12:48:30 +0400
  • 4035a3b215 fix: switch reqwest to native-tls so connect_timeout covers TLS handshake M1 2026-03-18 12:45:52 +0400
  • 5b0bce65c6 fix: pre-flight TCP connect check with hard tokio timeout before reqwest attempt M1 2026-03-18 12:43:27 +0400
  • b8b0a9d5e2 fix: per-check client with connect_timeout to guarantee OS-level TCP timeout M1 2026-03-18 12:42:09 +0400
  • 7905a8003b fix: clean up cert check - only runs after successful response, no more borrow errors M1 2026-03-18 12:40:03 +0400
  • de6e24e973 fix: move cert check to after successful HTTP response, never runs on down/timeout hosts M1 2026-03-18 12:39:18 +0400
  • d49cfa70f5 fix: add connect_timeout to reqwest client to prevent indefinite TCP SYN hangs M1 2026-03-18 12:37:09 +0400
  • 68093131fa fix: spawn cert check as independent task, never blocks main request timeout M1 2026-03-18 12:35:58 +0400
  • dbbc9c00cc fix: run cert check concurrently with request so a hanging TCP connect can't block the timeout M1 2026-03-18 12:33:22 +0400
  • b41faff2ad fix: move timeout definition before cert check M1 2026-03-18 12:27:00 +0400
  • 81ac8f0c20 fix: apply timeout to cert check — was hanging indefinitely before request even started M1 2026-03-18 12:26:27 +0400
  • 05c60db605 fix: wrap full request+body read in timeout to catch slow response bodies M1 2026-03-18 12:17:55 +0400
  • baea9f8e7e fix: sub-key notice as separate card below account section M1 2026-03-18 12:05:24 +0400
  • 6d057d5797 fix: move sub-key notice inside account section M1 2026-03-18 12:04:40 +0400
  • 988c43090b fix: make sub-key notice match page style M1 2026-03-18 12:03:02 +0400
  • a9a1e43146 feat: add sub-key notice banner on settings page M1 2026-03-18 12:01:35 +0400
  • f7d6eff972 fix: block sub-keys from accessing/modifying email, account key, and other sub-keys M1 2026-03-18 11:51:52 +0400
  • eeb0318c4d fix: hide login key and sub-keys from sub-key sessions M1 2026-03-18 11:48:51 +0400
  • c56af82053 fix: increase key input maxlength to 64 for new key format M1 2026-03-18 11:45:31 +0400
  • 1a7bc4dfa5 fix: sameSite=none for cross-origin cookie (pingql.com → api.pingql.com) M1 2026-03-18 11:41:00 +0400
  • 5a0cf5033b fix: harden auth, SSRF, query engine, and cookie security nate 2026-03-18 11:37:33 +0400
  • d278ab0458 fix: use credentials:include for cross-origin API requests M1 2026-03-18 09:44:50 +0400
  • 641af86779 fix: separate jsHash for app.js cache busting M1 2026-03-18 09:43:11 +0400
  • fa8ff8b361 fix: explicit OPTIONS handler for CORS preflight M1 2026-03-18 09:41:25 +0400
  • 7a9417297f fix: add preflight CORS options for api.pingql.com M1 2026-03-18 09:41:09 +0400
  • 9fb90d9ea8 fix: point dashboard API calls to api.pingql.com M1 2026-03-18 09:39:07 +0400
  • 841a852491 feat: split web and api into separate apps M1 2026-03-18 09:33:46 +0400
  • ba437e3c5a feat: block web UI routes on api.pingql.com, serve JSON root M1 2026-03-18 09:30:13 +0400
  • 3a9cd62cdd fix: increase tos top padding to pt-28 M1 2026-03-18 09:26:18 +0400
  • 1325512c6d fix: reduce tos page padding and section spacing M1 2026-03-18 04:04:47 +0400
  • 7a6a1fdd10 build: rebuild css with pt-40 and pt-2 for tos page M1 2026-03-18 04:02:47 +0400
  • 143868eb21 fix: increase TOS top padding, add spacing above h2s M1 2026-03-18 03:59:52 +0400
  • 7db2889960 feat: add Terms of Service page M1 2026-03-18 03:52:58 +0400
  • 705073b508 fix: center hero section vertically on pageload M1 2026-03-18 03:45:14 +0400
  • 7e3c651db7 fix: define brand color via @theme for tailwind v4 compat M1 2026-03-18 03:25:34 +0400
  • ce4411b13b feat: add 1-20s interval options, lower API minimum to 1s M1 2026-03-18 03:20:33 +0400
  • 3df7f4b702 fix: logout properly expires cookie with matching domain/path attributes M1 2026-03-18 03:08:00 +0400
  • 8221b3a33d fix: remove redundant 'jitter' word from pings table M1 2026-03-18 03:05:39 +0400
  • a246b60cbe fix: space between time and jitter label M1 2026-03-17 11:23:01 +0400
  • 1e3a5ff4d1 perf: reduce monitor poll interval to 50ms for tighter jitter M1 2026-03-17 10:58:28 +0400
  • bd3c33dda4 fix: jitter = actual check start minus ideal scheduled time, not wall clock at dispatch M1 2026-03-17 10:54:36 +0400
  • 27be1fa8bf fix: jitter_ms now measured in Rust at check start, excludes latency and return trip M1 2026-03-17 10:52:08 +0400
  • e7ec457d0e feat: show jitter_ms in pings table time column M1 2026-03-17 10:48:24 +0400
  • f71388a51a feat: jitter_ms tracking — scheduled_at stamped at dispatch, jitter computed on ingest M1 2026-03-17 10:44:35 +0400
  • 5c91cbc522 refactor: convert all static HTML to EJS with cssHash cache-busting, remove stale html files M1 2026-03-17 09:54:44 +0400
  • ac693e55e0 fix: immutable cache-control headers for versioned static assets M1 2026-03-17 09:45:24 +0400
  • 41bfe52f10 feat: cache-bust static assets with CSS content hash on startup M1 2026-03-17 09:44:18 +0400
  • 6342ec907f fix: tailwind v4 @source directives, rebuild CSS (8.9KB → 33KB) M1 2026-03-17 09:42:24 +0400
  • ea5f1840df fix: use @tailwindcss/cli for cross-platform compat M1 2026-03-17 09:33:28 +0400
  • a995fe3c94 feat: replace Tailwind CDN with self-hosted pre-built CSS M1 2026-03-17 09:32:34 +0400
  • 3638ce3dd2 chore: check -> ping M1 2026-03-17 09:28:45 +0400
  • 081d3ad6e2 chore: simplify global network card copy M1 2026-03-17 09:27:50 +0400
  • 6cf11dadde feat: replace response time card with global monitoring network M1 2026-03-17 09:26:49 +0400
  • 486c94f4ff chore: strengthen security section on privacy page M1 2026-03-17 08:42:01 +0400
  • 6965a114f0 chore: lifetime -> with strikethrough M1 2026-03-17 08:36:25 +0400
  • ca686403d9 chore: drop XEC ticker M1 2026-03-17 08:31:53 +0400
  • 3fa6c5f1f6 chore: add eCash/XEC to accepted crypto M1 2026-03-17 08:31:08 +0400
  • 7d67312a1b feat: replace SSRF card with crypto payments feature card M1 2026-03-17 08:30:23 +0400
  • a5d321f198 chore: drop Stripe from privacy page, add crypto payments mention M1 2026-03-17 08:26:58 +0400
  • 62b67aaa7c feat: privacy page at /privacy, drop query language nav link M1 2026-03-17 08:22:17 +0400
  • 5dd514aa94 feat: update landing features to reflect current product M1 2026-03-17 08:17:15 +0400
  • 24bf97ae7d chore: pro interval 2.5s -> 1s M1 2026-03-17 08:15:06 +0400
  • 0e6c27eca9 chore: pro plan -> /mo M1 2026-03-17 08:13:53 +0400
  • e925e9b0ed feat: add lifetime plan at to pricing section M1 2026-03-17 08:09:35 +0400
  • 819a979f28 chore: pro plan priced at /mo M1 2026-03-17 08:02:56 +0400
  • 08e5039d81 chore: free plan 5 monitors / 20s interval M1 2026-03-17 08:02:04 +0400
  • 98c0cc35b2 chore: pro plan interval 5s -> 2.5s M1 2026-03-17 07:58:42 +0400
  • 1495da41fa chore: remove limits during testing M1 2026-03-17 07:57:42 +0400
  • 34fd66f784 feat: pricing page — 10 monitors/30s free, unlimited/5s pro coming soon; enforce 30s min interval M1 2026-03-17 07:55:07 +0400
  • cf8903f95d fix: fixed width on text column prevents layout shift when timestamp changes M1 2026-03-17 07:48:00 +0400
  • 017d489e2e fix: mutate polyline points in place on SSE ping, no fetch, no flicker M1 2026-03-17 07:44:09 +0400
  • 2c32bc1115 Revert "fix: client-side sparkline with local buffer, no server fetch on update" M1 2026-03-17 07:42:36 +0400
  • 72bc11813d fix: client-side sparkline with local buffer, no server fetch on update M1 2026-03-17 07:38:26 +0400
  • 6929d8f51f fix: atomic SVG replaceWith() on sparkline update, no empty-frame bounce M1 2026-03-17 07:35:54 +0400
  • 0874583a4f Revert "fix: static HTML label spans outside swap zone, chart only returns SVG + label update script" M1 2026-03-17 07:34:02 +0400
  • e8bfaa42d7 fix: static HTML label spans outside swap zone, chart only returns SVG + label update script M1 2026-03-17 07:32:39 +0400
  • 1e90b5f3c2 fix: move min/max labels out of SVG into HTML overlays, no more text stretch M1 2026-03-17 07:30:28 +0400
  • 5eb463a03a fix: SVG h-full so it fills container exactly, no overflow or clipping M1 2026-03-17 07:28:57 +0400