gstack/supabase
Garry Tan 12d3a6a18c
fix: route all telemetry through edge functions, not PostgREST
- gstack-telemetry-sync: POST to /functions/v1/telemetry-ingest instead of
  /rest/v1/telemetry_events. Removes sed field-renaming (edge function expects
  raw JSONL names). Parses inserted count — holds cursor if zero inserted.
- gstack-update-check: POST to /functions/v1/update-check.
- gstack-community-dashboard: calls community-pulse edge function instead of
  direct PostgREST queries.
- config.sh: removes GSTACK_TELEMETRY_ENDPOINT, fixes misleading comment.
2026-03-24 14:20:04 -07:00
..
functions feat: extend community-pulse with full dashboard data + server-side cache 2026-03-24 14:20:01 -07:00
migrations fix: drop all anon RLS policies + revoke view access + add cache table 2026-03-24 14:19:58 -07:00
config.sh fix: route all telemetry through edge functions, not PostgREST 2026-03-24 14:20:04 -07:00