mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 00:02:50 +08:00
Incident status banners/alerts should be automatically determined from the status page, rather than being manually configured. Adds a new endpoint, /api/incident-status, to return information about active incidents. This information is fetched from the StatusPage API. The endpoint is cached to reduce number of third-party API requests. Co-authored-by: Ali Waseem <waseema393@gmail.com>