Commit Graph

30806 Commits

Author SHA1 Message Date
Filipe Cabaço
b2d3ce4e9b realtime: improve documentation (#34393)
Improve realtime documentation
---------

Co-authored-by: Copple <10214025+kiwicopple@users.noreply.github.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-26 17:30:16 +00:00
Alaister Young
1f6a41e925 fix: foreign row selector dnd sorts bug (#34442) 2025-03-26 17:25:47 +01:00
Ivan Vasilov
3c0cb1a4e7 chore: Fix iframes for Library (#34438)
* Fix the installation urls in production.

* Enable SAMEORIGIN for iframes on supabase.com.

* Remove extra config.
2025-03-26 17:04:07 +01:00
Ivan Vasilov
d7e8f6aced chore: Add a rule-rewrite for Library (#34436)
* Add a rewrite for ui library.

* Fix a lint error.
2025-03-26 14:23:59 +01:00
Kevin Grüneberg
56e2096f2f chore: cleanup deps (#34433) 2025-03-26 13:38:02 +01:00
Kevin Grüneberg
2644268824 docs: credit faq (#34435) 2025-03-26 13:32:24 +01:00
Jonathan Summers-Muir
5c02e7389e chore: nav icons have different stroke width when active (#30619)
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2025-03-26 20:26:37 +08:00
Jordi Enric
42bc29ef87 Update log schemas for field reference (#34432)
* update log schemas for field reference

* rm unnecessary wh log
2025-03-26 12:51:58 +01:00
Francesco Sansalvadore
3831347d4b deriv customer story (#34041)
feat: deriv customer story
2025-03-26 11:29:26 +01:00
Clarence
3b1f4b00a1 chore: fixed typo in elevenlabs text to speech (#34418) 2025-03-26 10:28:25 +00:00
Filipe Cabaço
78530db001 fix: Temporarly remove allow public toggle from UI (#34411)
Remove public toggle for allow public until we implement the 'kill all connections' on the Realtime side to not lead users into awkward situations of expecting sockets to disconnect on change and users still being connected
2025-03-26 10:18:24 +00:00
Jonathan Summers-Muir
846b470f9d chore: uses iframes for UI lib examples. (#34419)
* init

* Update component-preview.tsx

* please note: changed redirects in block, so need to update the logic to find and replace the redirects

* Fix the redirect urls to work when installing and in examples.

* Revert some of the changes.

* Add a step when building the registry to clean the registry of example code.

* Fix the clean registry script.

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2025-03-26 11:16:09 +01:00
Jordi Enric
851a412a20 new org form: prevent telemetry spam (#34370)
* refactor telemetry to only send events on path change no query

* fix type error

* add comment explaining weird type cast

* undo telemetry

* use local state

* rm comments

* cleanup fns

* handle query params on first render

* use zod for validation

* transform to uppercase
2025-03-26 11:06:13 +01:00
Saxon Fletcher
77dfe11248 Edit edge functions (#33727) 2025-03-26 19:54:12 +10:00
Joshen Lim
0721cdcbfd Fix missing default layout for api keys page (#34429) 2025-03-26 10:12:56 +01:00
Joshen Lim
cfad512318 Fix Connect UI not showing the right connection string for poolers when a read replica is selected (#34409)
Fix connect ui not updating connection string when a read replica is selected
2025-03-26 11:23:48 +08:00
Andrew Valleteau
23aec2190d fix(studio): update table-query-rows generated sql for truncation (#34237)
* chore(studio): move Query to pgMeta add tests

- Move the Query builder from studio to pgMeta
- Add e2e tests over the generated sql to ensure syntax and runtime
  result over pg database
- fix bug with orde by for table with undefined column

* chore: add table-row-query to pgMeta and tests

* chore: fix query import path

* chore: reduce maxArraySize

* chore: use pg-meta getTableRowsSql implementation in studio

* chore: add truncation on large array fields

* chore: set ES target for lint

* chore: update comment

* chore: reduce test size for CI
2025-03-25 16:51:55 +01:00
Terry Sutton
1c8d2b89ab Bump nextjs (#34338)
* Bump Next

* Save the lockfile.

* Bump nextjs to 14.2.26.

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2025-03-25 15:48:19 +00:00
Pamela Chia
0bb88acacb fix: add orgslug to delete survey (#34410) 2025-03-25 16:46:22 +01:00
Terry Sutton
bc0977f492 UI library/docs (#34377)
* Add faq sections

* Update the faq.

* Minor updates to the client and auth guides.

* Add missing pages to the sidebar.

* Rename the React category to React SPA.

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2025-03-25 15:00:13 +01:00
Kamil Ogórek
861fe9ec88 fix: Update TS checks according to latest API changes (#34372) 2025-03-25 14:24:52 +01:00
Terry Sutton
d46aeeb1f2 UI lib/inline docs (#34387)
* Update inline docs

* Minor doc fixes.

* Fix the realtime cursor positioning.

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2025-03-25 13:47:56 +01:00
Alaister Young
ca0f163233 [FE-1423] chore(studio): allow add-ons for branches (#34375)
* chore: allow addons for branches

* allow configuring custom domains on branches
2025-03-25 17:13:40 +08:00
Copple
065cc37928 chore: update cli reference doc (#34399) 2025-03-25 08:46:09 +01:00
Joshen Lim
e0b2c605d2 Update dropzone component for UI Library (#34369)
* Update dropzone component for UI Library

* Replace text-foreground-light with text-muted-foreground (standard var in shadcn). Refactor isSuccess to be a memoized value.

* Revert the shadcn button to the original.

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2025-03-25 15:37:22 +08:00
Joshen Lim
f4dfc24608 Select GA version as default when creating project (#34382) 2025-03-25 15:23:38 +08:00
Copple
7709e8decb chore: update self-hosted image versions (#34398) 2025-03-25 07:02:40 +01:00
Stephen Morgan
884743ac30 Chore: Update TiA and DPA (#34367)
* Updates to DPA with new Vendors

* Updates to TIA with new Vendors
2025-03-25 11:27:09 +13:00
Kang Ming
f2216ae050 chore: bump auth-js override in studio (#34376) 2025-03-24 06:47:46 -07:00
Ivan Vasilov
0990155ae7 feat: more fixes for UI library (#34355)
* Regenerate the registry files.

* Regenerate the llms.txt file.

* Set the supabase project for testing.

* Fix the registryBlock component.

* Various fixes.

* Add missing deps to satisfy TS build.

* Fix the tanstack client.

* Add a tanstack block for password-based auth.

* Fix the command URL.

* Fix the env vars in the React client.

* Add missing pages to the nextjs auth.

* Simplify the tanstack auth block.

* Add success state to the forgot-password form.

* Fix the v0 button. Add some more docs.

* Revert some changes.
2025-03-24 14:24:59 +01:00
Alaister Young
8fd6c9276d chore: remove react-tracked part 2 (#34153)
* chore: remove react-tracked part 1

* move out table specific state to own store

* chore: remove react-tracked part 2

* remove unused type

* ensure table is properly updated on changes

* remove all filters save in local storage

* Tiny fixes

* fix sort / filters applying issue + feedback

* fix entity links

* remove unnecessary style

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2025-03-24 21:11:11 +08:00
Pamela Chia
e6aac8e995 chore: ordering switch for new functions (#34290) 2025-03-24 13:00:49 +01:00
Kang Ming
3fb3cf319c feat: bump auth-js to RC 2.69.0 (#34329) 2025-03-24 18:14:05 +08:00
Stephen Morgan
13e75a5aee Chore/q1 24 privacy update (#34197)
* archive Oct 24 version of Privacy Policy

* Added OpenAI to section 1d - chat, comments, and opinions

* Added Atlassian to section 1a for status page subscription

* Added Clay to identical Hubspot PII categories

* Added front.com to contact info category

* Added clazar to section 1a and 1c

* Added front.com to 1d also

* Added stape.io to location datta

* Added hex.tech to 1a, 2a, 2b, and 2c

* Expand Google services in Usage data to capture Google Ads and Tag Manager

* Update final release date

* formatting fixes to privacy page
2025-03-24 08:09:06 +13:00
Kevin Grüneberg
c1330d35c0 ci: fix autofix (#34332) 2025-03-22 15:51:01 +01:00
Paul Cioanca
26ffce6537 chore: change default region to us-east-1 (#34336)
* chore: change default region to us-east-1

* prettier

---------

Co-authored-by: Terry Sutton <saltcod@gmail.com>
2025-03-22 13:14:17 +02:00
Prashant Sridharan
ab37972acd Added the MongoDB Data API blog post (#34301)
* Added the MongoDB Data API blog post

* Update apps/www/_blog/2025-03-20-migrating-mongodb-data-api-with-supabase

* chore: add prashant and fix blog post

* chore: fix prettier

* chore(studio): move Query to pgMeta add tests (#34232)

* chore(studio): move Query to pgMeta add tests

- Move the Query builder from studio to pgMeta
- Add e2e tests over the generated sql to ensure syntax and runtime
  result over pg database
- fix bug with orde by for table with undefined column

* chore: fix query import path

* chore: set ES target for lint

* chore: add github action for pg-meta test package

* chore: add tsconfig to sparse checkout

* feat: Library (#34294)

* Copy the design-system app into a new one for ui-library.

* Remove unneeded content.

* Add supabase config.

* Cleanup the css.

* Add bunch of packages.

* Cleanup the registry.

* Regenerate the registry.

* Add needed components for documenting components.

* Add the pages for the components.

* Fix the RegistryBlock.

* Various fixes.

* Add a turbo definition for ui-library.

* Rename Remix to React Router.

* Reorder the pages for all frameworks.

* Remove the bottom pager.

* Fix the pages and command menu.

* Various fixes.

* Minor fixes.

* Add ai editor rules.

* Various fixes.

* Add local supabase env vars.

* Try to fix a package error.

* Bunch of various fixes.

* Fix lint errors.

* fix duplicate policy name (#34316)

* fix duplicate policy name

* style

* Update realtime settings based on feedback (#34268)

* Update realtime settings based on feedback

* Add pool size warning

* Update pool size warning threshold from 80 to 50%

* Smol update

* Check

* Check

* Fix

* Update label

* chore: improve memoization of getDiskAttributes (#34287)

* chore: improve memoization of useRemainingDurationForDiskAttributeUpdate

* Fix

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>

* Chore/support updating email and unlinking identities (#33966)

* Support updating email address for email identity

* Support unlinking identity

* Deprecate AccountInformation component

* Invalidate identities after unlinking

* Address feedback

* Smol

* Fix type issues

* Update toast message

* Set up email change pending badge

* Fix

* Address feedback

* Resolve ts-expect-errors

* Fix TS issues + Fix GH icon on light mode + Address feedback

* Fix typo in Database docs (#34318)

Fix typo

Co-authored-by: Coder178 <88607322+Fighter178@users.noreply.github.com>

* feat: change default US region to us east (#34322)

* Authorized apps in org settings add copy action for App ID (#34321)

Authorized apps in org settings add copy action for add ip

* move API keys launch date to Q2 2025 (#34151)

* Just to trigger redeploy (#34326)

* Update metabase.mdx | a user complained about IPv4 issues with metabase (#34309)

* Update metabase.mdx | a user complained about IPv4 issues with metabase

* Update metabase.mdx

* feat: Dedicated Pooler rollout (#34240)

* feat(docs): ts hover annotations on code blocks (#34327)

* Added Fauna blog post

* Added OG and thumb images to blog posts

* Fixed a style issue

* format

---------

Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
Co-authored-by: Andrew Valleteau <avallete@users.noreply.github.com>
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
Co-authored-by: Saxon Fletcher <saxonafletcher@gmail.com>
Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
Co-authored-by: Tom Gallacher <tgallacher@users.noreply.github.com>
Co-authored-by: Coder178 <88607322+Coder-0178@users.noreply.github.com>
Co-authored-by: Coder178 <88607322+Fighter178@users.noreply.github.com>
Co-authored-by: divit <27228526+delgado3d@users.noreply.github.com>
Co-authored-by: Chris Gwilliams <517923+encima@users.noreply.github.com>
Co-authored-by: TheOtherBrian1 <91111415+TheOtherBrian1@users.noreply.github.com>
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2025-03-22 10:39:37 +00:00
Charis
311232b3e1 feat(docs): ts hover annotations on code blocks (#34327) 2025-03-21 15:48:32 -04:00
Kevin Grüneberg
2b94dd7430 feat: Dedicated Pooler rollout (#34240) 2025-03-21 14:46:58 +01:00
TheOtherBrian1
736a639cf9 Update metabase.mdx | a user complained about IPv4 issues with metabase (#34309)
* Update metabase.mdx | a user complained about IPv4 issues with metabase

* Update metabase.mdx
2025-03-21 09:28:58 -04:00
Joshen Lim
497ef6159b Just to trigger redeploy (#34326) 2025-03-21 21:19:16 +08:00
Chris Gwilliams
b9ef3cb68f move API keys launch date to Q2 2025 (#34151) 2025-03-21 13:39:19 +01:00
Joshen Lim
8dcf326223 Authorized apps in org settings add copy action for App ID (#34321)
Authorized apps in org settings add copy action for add ip
2025-03-21 19:36:14 +08:00
divit
4cf91b7742 feat: change default US region to us east (#34322) 2025-03-21 16:57:31 +05:30
Coder178
7059b27a96 Fix typo in Database docs (#34318)
Fix typo

Co-authored-by: Coder178 <88607322+Fighter178@users.noreply.github.com>
2025-03-21 10:21:42 +00:00
Joshen Lim
40ca927808 Chore/support updating email and unlinking identities (#33966)
* Support updating email address for email identity

* Support unlinking identity

* Deprecate AccountInformation component

* Invalidate identities after unlinking

* Address feedback

* Smol

* Fix type issues

* Update toast message

* Set up email change pending badge

* Fix

* Address feedback

* Resolve ts-expect-errors

* Fix TS issues + Fix GH icon on light mode + Address feedback
2025-03-21 17:15:05 +08:00
Tom Gallacher
0cb2a9e27f chore: improve memoization of getDiskAttributes (#34287)
* chore: improve memoization of useRemainingDurationForDiskAttributeUpdate

* Fix

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2025-03-21 16:11:05 +08:00
Joshen Lim
ca7b7d19bb Update realtime settings based on feedback (#34268)
* Update realtime settings based on feedback

* Add pool size warning

* Update pool size warning threshold from 80 to 50%

* Smol update

* Check

* Check

* Fix

* Update label
2025-03-21 15:30:50 +08:00
Saxon Fletcher
ecaba079be fix duplicate policy name (#34316)
* fix duplicate policy name

* style
2025-03-21 11:28:36 +08:00
Ivan Vasilov
33127bb6ab feat: Library (#34294)
* Copy the design-system app into a new one for ui-library.

* Remove unneeded content.

* Add supabase config.

* Cleanup the css.

* Add bunch of packages.

* Cleanup the registry.

* Regenerate the registry.

* Add needed components for documenting components.

* Add the pages for the components.

* Fix the RegistryBlock.

* Various fixes.

* Add a turbo definition for ui-library.

* Rename Remix to React Router.

* Reorder the pages for all frameworks.

* Remove the bottom pager.

* Fix the pages and command menu.

* Various fixes.

* Minor fixes.

* Add ai editor rules.

* Various fixes.

* Add local supabase env vars.

* Try to fix a package error.

* Bunch of various fixes.

* Fix lint errors.
2025-03-20 22:11:07 +01:00