Francesco Sansalvadore
1baf027fb1
chore: update pricing page / compute wording ( #28017 )
2024-07-19 15:39:11 +08:00
Kevin Grüneberg
9d4d1369aa
chore: adjust billing for edge function count ( #28019 )
...
Co-authored-by: Thomas Eckl <31189692+ecktoteckto@users.noreply.github.com >
2024-07-18 17:12:49 +08:00
Joshen Lim
d99c9ea13c
Improvement to database extensions UI ( #28037 )
...
* Improvement to database extensions UI
* Prettier
2024-07-18 13:58:55 +08:00
Wen Bo Xie
f1541878a9
fix: singularize and capitalize Supabase plans ( #28052 )
...
Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com >
2024-07-18 04:49:00 +00:00
Kevin Grüneberg
a350daeee2
fix: instance specs ( #28009 )
2024-07-16 15:31:19 +08:00
Oliver Rice
0f3d7614a3
Document the 90 day pause/restore window for free tier ( #27220 )
...
* document 90 pause/restore window
* typo
* another typo
* tier -> plan
* reviewdog tweaks
* edits
* format
* merge pause-and-restore into the section of migrating-and-upgrading
---------
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com >
2024-06-13 11:57:16 -05:00
Joel Lee
8d81f0e1f0
fix: remove warning on branching that services are not available ( #27172 )
...
* fix: remove warning on branching that services are not available
* fix: convert branching duration to constant
* fix: add callout related to pg_cron and inactivity related pausing
2024-06-11 12:27:33 +02:00
angelico
f697169c7f
chore: updates to Read Replica documentation ( #26813 )
...
* chore: docs on selectively restarting a Read Replica
* chore: updates to read replica docs
* fix: failing GHAs
* chore: add read replica related fields to logConstants
* chore: add docs on read replica logging
* chore: prettier
* fix: spelling errors
* Update apps/docs/content/guides/platform/read-replicas.mdx
Co-authored-by: Div Arora <darora@users.noreply.github.com >
* Update apps/docs/content/guides/platform/read-replicas.mdx
Co-authored-by: Div Arora <darora@users.noreply.github.com >
* chore: elaborate on how `Init failed` can happen
* chore: elaborate on replication lag
* fix: the the
* chore: prettier
---------
Co-authored-by: Div Arora <darora@users.noreply.github.com >
2024-05-30 18:47:55 +08: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
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
Ziinc
dc9b484acc
docs: logs identifier field ( #23410 )
...
docs: add identifier field to reference
2024-04-30 08:35:42 +08:00
Alaister Young
d7f6fc6970
feat: branching on pricing page ( #23213 )
2024-04-27 13:37:51 +08:00
Thomas
124205b27f
Show correct subscription plan features for AWS billed org [GEN-8844] ( #22824 )
2024-04-19 09:49:39 +02:00
Kang Ming
2bf347a585
fix: update pricing for anonymous users ( #22826 )
2024-04-17 18:22:33 +07:00
Francesco Sansalvadore
3b11b9e1d7
update functions page ( #22111 )
...
* add products pag subnav
* functions page first sections
* new functions page sections
* functions dx section images
* functions hero layout setup
* functions page hero animation
* final cta
* revisit functions page structure
* functions realtime logs animation
* functions query logs animation
* function metrics chart
* finish edge functions hero animation
* finish edge functions metrics graph
* update products cta section
* edge functions page code cleanup
* restore Panel
* restore code block bg
* pause timed sections when not in view to optimize perf
* create new code window component and add functions code snippets
* finish edge functions
* update functions page
* improve animation timing in functions page
* fix type error
* clean up functions page code
* update swiper and fix hydration errors
* fix swiper module import
* fix swiper css import
* image bg
* edge functions page details fix
* fix scroll bug
* edge functions page
* finalize edge functions page
* add anchors and improve semantics
* remove double prop
* add links to docs
* add link to edge runtime
* fix timed panel progress bar retrigger
* fix timed accordion progress bar retrigger
2024-04-10 11:51:26 +02:00
Inian
deb74b34cf
fix: add cdn to the pricing page ( #22557 )
2024-04-08 04:21:27 +00:00
Kevin Grüneberg
9be160a51f
feat: add supavisor egress breakdown ( #22375 )
2024-04-02 22:12:28 +08:00
Chris Gwilliams
2b6c17acbd
Hide supautils extension and remove from docs ( #20820 )
...
* hide supautils extension and remove from docs page
* newline
---------
Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev >
2024-03-25 15:56:48 +07:00
Rodrigo Mansueli
ccae568eac
chore: improve bandwith tooltip ( #22167 )
2024-03-22 07:07:55 +00:00
Joshen Lim
d1ab275bea
Chore/read replica final touches ( #21420 )
...
* Add validation for max replicas check
* Small UI fixes
* Add useMemo for edges
* Fix nodes not shwoing up when switching between map and flow view
* Fix logs explorer copy button
* Add edge changes to useEffect
* Bump wait duration when creating replica
* Sync database selector and use pooler checkbox states across panels on settings database
* Fix InstanceConfiguration not showing any nodes
* Sort databases in DatabaseSelector to have primary first
* Logs explorer border fotter
* Add database selector for edge logs
* Make buttons more concise in logs
* Clean up
* Fix
* Fix home page empty empty state
* Attempt to support pooler logs
* minor qol fix for database selector
* Update shared-data pgbouncer to supavisor
* small fix
2024-02-23 18:08:06 +08:00
Fabrizio
1f1d1ad3bf
chore(storage): allow 50GB upgrade self-serve ( #21220 )
2024-02-16 22:50:32 +08:00
Inian
9042afeeed
clarify realtime pricing ( #21197 )
...
users werent sure of pricing of broadcast and presence. confirming the pricing is the same across all three
2024-02-12 15:18:03 +00:00
Kevin Grüneberg
bbda1aaee7
chore: adjust copy around SLAs ( #21102 )
2024-02-08 02:10:49 +00:00
Francesco Sansalvadore
70b9a6bcc5
Pricing page update ( #20744 )
2024-02-07 12:59:25 +08:00
Thomas
755461cdca
chore: Customize price plan info for partner Fly ( #20642 )
2024-01-23 12:51:28 +08:00
Abishya
d7a2048c6d
fix: move SSO/SAML from Enterprise to Teams ( #20273 )
...
We are moving this feature- SSO/SAML from Enterprise to Teams as it is a Teams plan feature
2024-01-09 18:42:12 +01:00
Francesco Sansalvadore
b2e9dcaa3f
Update homepage starter examples ( #19913 )
...
update example templates in homepage
2023-12-21 16:21:33 +00:00
Stojan Dimitrovski
38bb1d9665
feat: add pricing for LWX auth features ( #19781 )
2023-12-20 09:06:58 +01:00
Kevin Grüneberg
88f35123e4
chore: capitalize on pricing page ( #19524 )
2023-12-08 10:44:00 +01:00
Kevin Grüneberg
b71cae7ec3
chore: pricing page adjustments ( #19509 )
2023-12-08 09:58:19 +01:00
Kevin Grüneberg
11914a55de
chore: remove old billing code ( #18610 )
2023-11-01 10:52:52 +01:00
Oliver Rice
f2508d2e82
Remove pg_repack from docs ( #18476 )
...
remove pg_repack from docs
2023-10-25 14:34:54 -05:00
Francesco Sansalvadore
75fb85ff07
Update support page ( #17763 )
...
* update Support page layout
* layout improvements
* add command K search in Support Page
* use SessionContextProvider for cmdK and update supabase client in www
* cleanup
* add typed input placeholder to support page
* reduce gap in layout
* update support page layout, icons, cta hierarchy and copywriting
* separate issues and feature requests call to actions
* update and cleanup Support page
* fix support heading title
* update icon color
* clean up import
* update icon color
2023-10-13 14:07:36 -07:00
Ziinc
36113a0e0e
docs: add more storage fields to reference ( #17719 )
2023-09-27 08:46:38 +01:00
Abhijeet Biswal
42184e55c7
fixed Dashboard Bug for deleted tweets #16749 ( #16766 )
...
Co-authored-by: Isaiah Hamilton <isaiah7hamilton@gmail.com >
Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com >
2023-09-25 14:47:59 +02:00
Francesco Sansalvadore
12cf750b55
Merge pull request #17432 from supabase/chore/update-oss-layout
...
Update OSS layout
2023-09-14 17:30:43 +02:00
Pamela Chia
9070a469df
fix/ correct hipaa description in pricing page
2023-09-13 08:07:58 +08:00
Francesco Sansalvadore
bd189bc2f9
set up new oss page
2023-09-11 13:05:55 +02:00
Kevin Grüneberg
491f71811b
chore: adjust Enterprise pricing page copy
2023-09-08 14:01:13 +02:00
Kevin Grüneberg
ad2d2984d1
fix: copy for project-based billing
2023-09-07 23:49:55 +02:00
Terry Sutton
7978dcd182
Add shared extensions file
2023-09-05 16:51:12 -02:30
Terry Sutton
1f3be12ec1
Update
2023-09-05 16:50:42 -02:30
Kevin Grüneberg
ac85811fe9
feat: launch org-based billing
2023-09-04 13:21:53 +02:00
joel@joellee.org
7c25f5f452
chore: remove Enterprise OAuth providers as a feature
2023-09-01 09:29:01 +02:00
Kevin Grüneberg
2c2a3e9967
chore: pricing page adjustments for hipaa/storage/byoc
2023-08-11 09:37:34 +08:00
Kevin Grüneberg
42fda2cef2
chore: remove Supabase auth emails from pricing page
2023-07-19 12:56:06 +02:00
Francesco Sansalvadore
37a3fd516d
Merge pull request #15442 from supabase/www/update-product-icons
...
www: update product icons
2023-07-11 18:10:29 +02:00
Kevin Grüneberg
1a88629b2b
chore: adjust copy for org level billing
2023-07-11 10:35:24 +02:00
Francesco Sansalvadore
3d101cb84b
add 16px icon comment
2023-06-29 18:07:54 +02:00
Francesco Sansalvadore
4a04fe0c8f
update and organize product icons in studio and docs
2023-06-29 17:56:20 +02:00