forked from supabase/supabase
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from supabase:master #55
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
Open
pull
wants to merge
1,315
commits into
code:master
Choose a base branch
from
supabase:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+389,404
−265,436
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* test client connections charts * add granularity to database dashboard * add range selection * add selection to area charts * refactor ChartHeader * fix default * fix time preset selected label and add tooltip actions * client connections stacked chart * polish all new chartts * change attribute * fix * add real queries * memory stack * cleanup * precision 1 * update charts * add endpoints * tooltip * format * improve charts * toggle max value * show limit * cleanup * cleanup * update api schema * fix ram_usage_max_available * remove pgbouncer and comments * show total with percentage in chart header * pretty * hide * update reports database * remove client_connections * revert * fix connectionStrings error * restore correct queries and conditions * vertically zoom in to percentage data * add feature flag logic on charts * add feature flag logic to date picker * chore: remove comment * add tooltip to charts metrics * chore: comment new pg endpoints * feat: lazy load ComposedChartHandler queries * feat: dim non-hovered chart values when hovering chart label item * feat: improve dim styling * chore: improve light mode stacked chart colors * chore: remove 15s interval * chore: sync types * chore: remove type * chore: restore type * fix hook error * show chart type toggle * remove console log * temp * keep connections charts as before * restore DateRangePicker * show last aggregate value when not hovering * clean up imports * disk IOps read and write * restore flag * refactor queries * clean up grafana promo banner * Update database-charts.ts | updated language * fix hook error * fix hook error * fix hook error * attempt fix hook error --------- Co-authored-by: TheOtherBrian1 <[email protected]>
* Temp * Fix * Remove conosle log * Fix * Fix
* Rename all files to be mdc. * Reference the new files in the registry item and fix the installation route. * Regenerate the registry. * Add additional note about using rules in monorepo.
* chore: docs for security testing * chore: cleanup text
* init fix FE-1535 * update toasts * Update FeedbackWidget.tsx * Update FeedbackWidget.tsx * Update feedback modal * Change layout --------- Co-authored-by: Terry Sutton <[email protected]>
* fix: adds `portal` to force content popover into body * update comments * more
Make Wrappers queries handle old and new Vault/Wrappers. On new Vault (0.3.0+) and Wrappers (0.4.6), pgsodium is not used, so queries for mutations need to be adjusted.
* chore: SSO CTA wording * be more rude * docs * Update gsuite.mdx * a --------- Co-authored-by: Kevin Grüneberg <[email protected]>
…ry modal props from all usages of DropdownMenu (#35027) * Downgrade and fix radix dialog version to 1.0.5, and remove unnecessary modal props from all usages of DropdownMenu * Downgrade and fix radix dialog version to 1.0.5, and remove unnecessary modal props from all usages of DropdownMenu * Fix PopoverPOrtal * Fix
* cmdk sections preview * useRegisterCommands refactor * Update apps/studio/components/interfaces/App/CommandMenu/CommandMenu.utils.ts Co-authored-by: Charis <[email protected]> * Update apps/studio/components/layouts/DatabaseLayout/Database.Commands.tsx Co-authored-by: Charis <[email protected]> * Update apps/studio/components/layouts/DatabaseLayout/Database.Commands.tsx Co-authored-by: Charis <[email protected]> --------- Co-authored-by: Terry Sutton <[email protected]> Co-authored-by: Charis <[email protected]>
* Bump react and react-dom to 18.3+. * Add tailwind to ui package to silence a peer dep warning.
…rules and add declarative schema example (#34992) * remove glob from all examples * Add declarative schema instructions * run prettier * update file extension for declarative-database-schema rule * update the example prompts in the examples folder
Code block theme used Vitesse. Code block theme uses the custom Supabase 2 theme, which matches the UI library and design system sites.
Received a user question about where to find statements that they printed via Postgres raise statement, so added an explainer to the logs section.
docs: replace Deno Standard Library with JSR for Edge Function testing example
* update: improve docker self hosting documentation * fix: self hosting docs consistencies * update: jwt generator according to official documentation * Apply grammer improvements from code review Co-authored-by: Charis <[email protected]> * conform to prettier formatting * Update apps/docs/content/guides/self-hosting/docker.mdx * Update apps/docs/components/JwtGenerator/JwtGenerator.tsx --------- Co-authored-by: Charis <[email protected]>
* init * hovercard * adds button to install index advisor * hover card now now insert indexes * update * moved hook * align alert dialog to design syste, * Update index-advisor.utils.ts * shows all index statements now * Update query-performance.tsx * Some refactors * Clean up * Fix * One last nit refactor --------- Co-authored-by: Joshen Lim <[email protected]>
… post (#35496) * Fix the permissions image to match the text. * Update the images again. * Update the text.
* react quickstart env * nuxt quickstart env * vue quickstart env * solid quickstart env
* Fix query block read only catch * Update apps/studio/components/ui/QueryBlock/QueryBlock.tsx Co-authored-by: Alaister Young <[email protected]> --------- Co-authored-by: Alaister Young <[email protected]>
* Only fetch overdue invoices if the user is logged in. * Remove ProjectList case. * Move the check in the query. Use isLoggedIn.
* Bump all versions of postcss to 8.5.3. * Run next/codemod on the docs app. * Move two experimental flags into stable. Add next-mdx-remote as a transpiled package. * Add extra folders to the clean command in docs. * Fix type errors in docs test. * Run prettier on the new files. * remove turbopack, fix fetch revalidation, fix metadata awaits Couple of minor fixes: - Turbopack doesn't work in dev because of known MDX loader limitations (cannot load functions in MDX plugin config) - Fetches not cached by default anymore in Next 15 so need to manually cache the ones we need - Missing a few awaits for metadata generation with page params * Bump the graphiql version because headlessui/react is not building with Next 15. --------- Co-authored-by: Charis Lam <[email protected]>
…35331) * fix(studio): early fail query when x-connection-encrypted is invalid * fix(studio): uniformize readDatabase and projectDetails connString handling * chore: update api types * chore: add connectionString null option * fix: only enforce x-connection-encrypted on platform * chore: refactor connString check in a single point * chore: fix guard logic * chore: fix pgMetaGuard * chore: fix types
* update gh action, update vitest config * debug * debug cov * idk try something different * test2 * test3 * add base path * rm debug * add apiAuthenticate tests * supabaseClient tests * apiWrappers tests * add apiHelpers tests * add configcat tests * add formatSql tests * add github tests * add cloudprovider utils tests * add helpers tests * fix typeerr * add missing readonly err * fix typeerrrs * fix type errors in apiWrapper tests * fix apiHelpers test * add packages/ui tests * add coveralls flags * try coveralls parallel config * fix coveralls parallel config --------- Co-authored-by: Joshen Lim <[email protected]>
Regen lockfile.
* Add custom error handler for fetch error 'Failed to fetch' * Refactor EdgeFunctionTesterSheet to use react query instead of manually calling fetch * Use new fetchHandler for where we're calling fetch * Revert
* feat: add mfa enforcement toggle Allows toggling MFA enforcement on an organization level. Depends on API change #22088 * fix: toggle and disable action for non-owner * chore: disable for free plans * chore: disable toggle for org MFA if current user doesn't have MFA enabled * set initial state * move org mfa to security page * use zod resolver * fix initial values * useQueryClient in the organization-mfa-mutation * chore: warn about losing access to mfa orgs * Some refactors, fixes and improvements * chore: feature flag mfa enforce page * Tiny fix * Leave comment --------- Co-authored-by: Saxon Fletcher <[email protected]> Co-authored-by: Joshen Lim <[email protected]>
…plicate` (#35418) * feat: use the new tenant-source api to atomically create the tenant and source in pg_replicate * feat: use the new sink-pipeline api to atomically create the sink and pipeline in pg_replicate * fix: remove some unused imports * feat: use the new sink-pipeline api to atomically update the sink and pipeline in pg_replicate * feat: deleting the sink cascades to delete the pipeline * chore: update api types * fix: revert accidental update to types * remove unused code * add a comment explaining why deleting only sink is enough
* Added <$CodeTabs> to Pages Router tab There was an inconsistency between the App Router and Pages Router page, which was only a small detail. * Update apps/docs/content/guides/auth/server-side/nextjs.mdx --------- Co-authored-by: Charis <[email protected]>
ui link in admonition
* chore: throw error instance for pgMetaGuard * chore: throw error instance for Query utils * chore: attempt to fix flawkyness
* fix: move extension requests to query route * chore: escape schema name as identifier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )