Dashboard Updates [13/01/25 - 27/01/25]

Jan 28, 2025

Log charts now show stacked charts with total warnings and errors#

With stacked charts, you should now be able to get a better, faster glance at your logs' status, and also identify potential issues with incoming requests easily!

Link: https://supabase.com/dashboard/project/_/logs/edge-logs

PR: https://github.com/supabase/supabase/pull/32742

Additional parameters added to Disk Settings#

3 new configurable parameters have been added that can control the autoscale behaviour of your disk, namely:

  • Autoscale growth percent: Refers to the percentage of current disk size to grow by
  • Minimum increment: Refers to the minimum value to grow the disk size by when autoscaling
  • Maximum disk size: Refers to the maximum size that your disk can grow to

These parameters can be configured anytime with no cooldown, and can be accessed under "Advanced disk settings" in your project settings "Compute and Disk"

Link: https://supabase.com/dashboard/project/_/settings/compute-and-disk

PR: https://github.com/supabase/supabase/pull/32628

SQL Editor searching now renders a flat list#

https://github.com/user-attachments/assets/3cd07693-882d-486b-b848-842d67d0316a

This addresses a UX problem whereby searching for snippets do not immediately surface results that might be within folders - with rendering a flat list instead, this should enable users to find what they need faster. Results are also no longer separated into "Shared", "Favorites", or "Private to make scanning through results easier.

Link: https://supabase.com/dashboard/project/_/sql/new

PR: https://github.com/supabase/supabase/pull/33064

Bug fixes and other improvements#

General

  • More mobile responsiveness improvements (PR)

Advisors

  • Show timing in seconds instead of ms if > 1000 ms (PR)
  • Allow exporting advisor results to CSV, or copy as JSON / Markdown

Cron

  • Show all cron jobs even those with no names (PR)
  • Any changes made using the UI will reflect in the SQL snippet textbox to support further customization (PR)

Table Editor

  • Fix a bug with Set to NOW CTA that was specifically happening only in certain timezones (PR)

SQL Editor

  • Fix X axis labels with charting in SQL Editor (PR)
  • Fix client crash issue when using a non-numerical column as the Y axis (PR)
  • Opened / closed state of each section is now persisted (PR)
  • Support duplicating a query (PR)

Build in a weekend, scale to millions