Commit Graph

27992 Commits

Author SHA1 Message Date
hallidayo
b17841ced1 feat: mobile connect tab (#22830)
* mobile connect tab

* prettier changes
2024-05-13 09:02:00 -02:30
hallidayo
74c7eb40ce fix/prisma connect missing pgbouncer param (#22762)
added pgbouncer
2024-05-13 09:08:48 +00:00
Chris Gwilliams
19718e85a2 Add clarification for Read Replicas and Custom Domains (#22642)
* include note that custom domains do not work with read replica load balancer

* Update read-replicas.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-13 10:51:36 +03:00
Joshen Lim
a72220efde Custom error boundary (#25946)
* Test custom error boundary

* Test

* Test

* Add error boundary to catch full page crashes

* Update apps/studio/components/ui/ErrorBoundaryState.tsx

Co-authored-by: Alaister Young <alaister@users.noreply.github.com>

---------

Co-authored-by: Alaister Young <alaister@users.noreply.github.com>
2024-05-13 13:24:08 +08:00
Inian
3e4e73f4d5 docs: clarify fly postgres usage for hipaa (#26231) 2024-05-13 05:19:08 +00:00
Joshen Lim
88bbe7042a Chore/update filter sort table editor to new popover (#25832)
* Update table editor FilterPopover to new popover component

* Update table editor SortPopover to new popover component

* Don't close popovers

* Address feedback
2024-05-13 12:36:51 +08:00
Joshen Lim
d025e0f739 chore/fix studio jest tests (#25872)
* Fix tests in tests/unit, tests/components and files under tests, looking into tests/pages

* Fix tests under pages/projects root

* Fix

* Comment out broken tests that im stuck with

* Fix api-report.test

* Fix storage-report-test

* chore: fix some tests

* chore: remove logging

* Fix LogsPreviewer.test.js

* Fix most of logs-query-test

* Skip broken tests instead of false positiving them

---------

Co-authored-by: TzeYiing <ty@tzeyiing.com>
2024-05-11 12:05:25 +02:00
Charis
e8c7ddc4bc fix(redirects): miscopied docs redirect (#26019) 2024-05-10 16:11:12 -02:30
Guilherme Souza
c287fd309f chore(docs): update reference docs for Swift (#25994) 2024-05-10 14:33:23 -03:00
David Kizivat
a57e0a7153 docs: fix mfa docs (#25988)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-10 16:31:25 +00:00
Alaister Young
155570bfa7 fix: allow sql language functions (#25986) 2024-05-10 09:48:49 -02:30
Terry Sutton
94ebace4bc Fix wrapper label not present (#25974)
* Fix wrapper label not present

* Fix

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2024-05-10 08:56:52 -02:30
Pamela Chia
fe1e165bbf chore: remove services from docs (#25989)
* chore: remove services from docs

* fix: prettier
2024-05-10 18:25:59 +08:00
Alaister Young
abe0d4b0e7 fix: don't use github avatars for fly users (#25983) 2024-05-10 17:32:24 +10:00
Wen Bo Xie
db24eb2e90 fix: revert renaming vector to pgvector on the client (#25911)
* Revert "docs: rename vector to pgvector (#23308)"

This reverts commit c30d5f0b1f.

* Revert "docs: update vector reference to pgvector (#23305)"

This reverts commit b2bae1351c.

* Revert "Fix vector extension (#23386)"

This reverts commit 7341b30c27.

* Revert "Rename vector to pgvector on client side (#23286)"

This reverts commit b48b6e201b.

* docs: add note to pgvector docs that ext name is vector

* fix: add link to vector ext card
2024-05-09 21:19:02 -07:00
karlo
fc99675c4d chore: Update Realtime Nav constants (#25967) 2024-05-09 11:44:19 -07:00
Mrinank Bhowmick
687c6e3d43 Fix Python code and update docs with responses (#25852)
* Fixed Python code and updated docs with responses (Issue: #22070)

* Made the code readable

* Update apps/docs/spec/supabase_py_v2.yml

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 17:41:28 +00:00
ynnsuis
525bb4d303 Add example for deleting multiple records with delete().in() (#25883)
* docs : Add example for deleting multiple records with delete().in()

* Separate delete examples into single and multiple records sections

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 17:28:25 +00:00
Jan Tennert
ede84209bb docs: update Kotlin docs to reflect new version (#25962)
* Initial commit

* update docs

* change wording

* clarify single value flows

* add note about the realtime plugin

---------

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 17:25:52 +00:00
mitch-36
aefb7d2c2c [DOCS] Update webhooks to note GET requests are possible too. (#25912)
Update webhooks.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 17:17:07 +00:00
Yoonjae Choi
54cadca94b change URL in storage bucket guide (#25887)
docs: revise url in storage bucket guide

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
2024-05-09 16:34:02 +00:00
Tyler
3d837171ee blog: Add Kahoot alternative blog post (#25945)
* blog: Add Kahoot alternative blog post

* run formatter

* Update apps/www/_blog/2024-05-09-meetup-kahoot-alternative.mdx

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

* fix: lowercase realtime

* change codeblock language

* fix style issue

* run formatter

* run formatter

* put back the quote

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2024-05-09 10:44:55 -02:30
Jordi Enric
d5a0759db9 Fix S3 cred form validation (#25885)
fix form validation
2024-05-09 12:12:14 +02:00
angelico
df7970c710 chore: update docs on RR availability (#25913)
chore: update on RR availability
2024-05-09 17:12:20 +08:00
Alaister Young
fa2fed63ae fix: branch query enabling condition (#25914) 2024-05-09 14:20:47 +10:00
Copple
f4d130c195 Update routing.mdx (#25881)
fix formatting
2024-05-08 17:59:44 +00:00
Terry Sutton
8adf98ed96 Pass exposed schemas to lint query (#25784)
* Pass exposed schemas to lint query

* Type cleanup
2024-05-08 15:02:55 -02:30
Jordi Enric
46342465c5 rm beta tweet (#25886) 2024-05-08 17:29:30 +00:00
Jonathan Summers-Muir
e19b3f53bf Chore/tidy s3 creds (#25871)
* chore: use standard primitives for dialog

* chore: remove gap-4 from dialogs

* chore: missing DialogSection

* update stories

* Update S3Connection.tsx

* Update S3Connection.tsx

* Update S3Connection.tsx

* Update S3Connection.tsx

* add which credential youre deleting in the dialog

---------

Co-authored-by: Jordi Enric <jordi.err@gmail.com>
2024-05-08 17:08:04 +02:00
Daniel Perez
e7b4e0da2b Fix typo in timescaledb documentation (#25884) 2024-05-08 15:01:45 +00:00
Div Arora
fb68dff098 chore: add a note on CONNECT privileges for pooler (#25858) 2024-05-08 16:06:23 +03:00
Joel Lee
f0ef4cd1b9 feat: bump auth version to v2.151 on self hosted (#25834) 2024-05-08 20:03:35 +08:00
Rodrigo Mansueli
8179f1d9df feat: add several frameworks to routing edge functions page (#25855)
* Update routing.mdx

* Prettier remove extra `

* Update routing.mdx

* Update routing.mdx

* Update routing.mdx

* Update routing.mdx
2024-05-08 08:26:01 -03:00
Han Qiao
082534aedd chore: update terraform database settings (#25867)
* chore: update terraform database settings

* Update production.tf
2024-05-08 16:48:53 +08:00
Han Qiao
77cc94072b fix: use http health check to self-hosted realtime (#25863) 2024-05-08 16:20:11 +08:00
divit
02f540b929 fix: missing space in restore confirm modal (#25865) 2024-05-08 13:26:41 +05:30
Charis
d7bb3eae9d fix(redirects): auth ia reorg (#25761) v1.24.04 2024-05-07 16:16:34 -04:00
Charis
ec86bbc4fe feat: new auth ia (#22812)
Co-authored-by: Kang Ming <kang.ming1996@gmail.com>
Co-authored-by: Joel Lee <lee.yi.jie.joel@gmail.com>
2024-05-07 20:15:06 +00:00
Oliver Rice
13d8514c34 Remove references to non-empty search path as they are now lint warnings (#25853)
remove references to non-empty search path as they are now lint warnings
2024-05-07 15:07:20 -04:00
Jordi Enric
8b05a80d0c fix undefined timestamp in log explorer (#25844) 2024-05-07 15:30:19 +00:00
Pamela Chia
44610ba978 chore: remove deprecated comments (#25840) 2024-05-07 22:36:05 +08:00
Charis
e8ae1a4dd7 chore: add app router favicon data (#25789)
Common package currently exports pages router favicons, but not app
router favicon data. Makes an app router version.

Usage:

```
// app/layout.tsx

const basePath = getBasePathForThisApp()

const metadata: Metadata = {
  icons: genFaviconData(basePath),
  ...
}
```
2024-05-07 10:27:23 -04:00
Kamil Ogórek
9cb7361a25 ref: Update vercel connection toast message (#25839) 2024-05-07 13:53:35 +00:00
Kamil Ogórek
b18be7e4d2 feat: Allow for configuring target envs for Vercel integration (#25782) 2024-05-07 21:19:07 +10:00
Joshen Lim
1afaae6447 Chore/reports read replicas filter (#23711)
* Scaffold for API reports

* Add support for filtering database reports by replicas

* midway adding read replica support for custom reports

* Refactor reports page to use react query and deprecate project content mobxstore

* Reports add chart labels if metric is read replica specific

* Give an easier way to remove charts from reports

* make reports layout non-blocking

* Update apps/studio/components/interfaces/Reports/Reports.tsx

Co-authored-by: Alaister Young <alaister@users.noreply.github.com>

---------

Co-authored-by: Alaister Young <a@alaisteryoung.com>
Co-authored-by: Alaister Young <alaister@users.noreply.github.com>
2024-05-07 16:44:23 +08:00
Terry Sutton
02c0d75dfb Add comboboxes to the index side panel dropdowns (#25821)
* Add comboboxes to the index side panel dropdowns

* Add loading state for create index panel select a table field

* Add placehholder for columns field in create index side panel

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2024-05-07 15:15:06 +08:00
Joshen Lim
c7678d1d27 Shift filtering of enum types lenght out of react query to just the enum types page (#25826)
* Shift filtering of enum types lenght out of react query to just the enum types page

* Update apps/studio/components/interfaces/TableGridEditor/SidePanelEditor/TableEditor/TableEditor.tsx

Co-authored-by: Alaister Young <alaister@users.noreply.github.com>

---------

Co-authored-by: Alaister Young <alaister@users.noreply.github.com>
2024-05-07 13:14:11 +08:00
Han Qiao
9360b94398 feat: version control branch configs with terraform (#23299) 2024-05-07 11:30:26 +08:00
Charis
94c906b377 refactor: clean up useClient (#23280)
Move useClients to the actual file instead of index files, so that (a) we don't
ship unnecessary client-side code and (b) we don't get the "can't dot into
client component from server" error when trying to use MDX in RSCs.
2024-05-06 15:57:44 -04:00
Sreyas Udayavarman
a67446be57 Update custom-postgres-config.mdx (#25757) 2024-05-06 15:58:36 -03:00