-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow viewing ongoing queries and aborting them #26887
Allow viewing ongoing queries and aborting them #26887
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
No changes detected in Branching Preview Branches by Supabase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Couple of comments though:
apps/studio/components/interfaces/SQLEditor/OngoingQueriesPanel.tsx
Outdated
Show resolved
Hide resolved
apps/studio/components/layouts/SQLEditorLayout/SQLEditorLayout.tsx
Outdated
Show resolved
Hide resolved
* Allow viewing ongoing queries and aborting them * Fix * Add refresh button + shift view running queries CTA * Fix scrolling in SqlEditorMenu * Small styling fix for table editor menu schema selector error state
The ongoing queries that are shown here are specifically those run by the postgres user in hopes to scope down to just queries that are run via the dashboard (to prevent aborting any system queries that might be important)