forked from supabase/supabase
-
Couldn't load subscription status.
- Fork 0
[pull] master from supabase:master #95
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
Merged
Merged
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
Co-authored-by: Ivan Vasilov <[email protected]>
* chore: add e2e test for sql editor snippets * trigger build * chore: fix failing test and add rls --------- Co-authored-by: Terry Sutton <[email protected]>
* chore: add signed out redirect timeout * Add modal * Nudge language * Add temp github link * Use captureException * Minor refactor * Revert staging specific testing logic * Fix the sentry message send * Change to event * Add debugging * Use an actual error * Adjust logging * always send errors * even more debugging * Remove all beforeSend checks * Restore beforeSend * Debug * Retry original * Again * Test always send * Cleanup * Test frames again * Retry third party error function * Cleanup * Remove hardcoded debugging --------- Co-authored-by: Terry Sutton <[email protected]> Co-authored-by: Joshen Lim <[email protected]>
* docs: privatelink feature * chore linting fixes * chore additional linting fixes * Update apps/docs/content/guides/platform/privatelink.mdx Co-authored-by: Charis <[email protected]> --------- Co-authored-by: Charis <[email protected]>
* chore: update image versions for docker/docker-compose.yml * chore: update image versions for docker/docker-compose.yml * Apply suggestions from code review --------- Co-authored-by: Han Qiao <[email protected]>
* remove enable branching modal * re-add github linker * abstract away enable and disable * toggle fixes * update logic to lean on connection status * update form logic * sheet layout * gitless flag * fix side panel size * copy changes * remove import * add cost * allow connection details on create * Fix TS issues * Fix TS issues * Couple of clean ups * Revert hardcode in useFlag * Fix TS * layout issues and github check * refactor * refactor to use new field * cleanup * style * clarification with github integration * replace branch dropdown button * update repo picker * remove modal * change defaults * disable if not gitless and no connection * fixes * prevent editing on child branch --------- Co-authored-by: Joshen Lim <[email protected]> Co-authored-by: Kevin Grüneberg <[email protected]>
* change bedrock model * use 3.5 * Revert "use 3.5" This reverts commit a76ff04.
* Filter out [t] is not a function * Update
* fix: switch default staging / local provider * Update apps/studio/lib/constants/infrastructure.ts Co-authored-by: angelico <[email protected]> --------- Co-authored-by: angelico <[email protected]>
* Update with-ionic-react.mdx to run in current verison * fix prettier test failing
* wip * feat: distribute bedrock requests across regions * fix: tests and type errors * chore: remove AWS_BEDROCK_REGION from turbo.json * fix: vercel oidc provider to fallback in credential chain --------- Co-authored-by: delgado3d <[email protected]>
* svelte kit quickstart update * fix environment variable naming --------- Co-authored-by: Charis Lam <[email protected]>
pgjwt admonition
36490 fix
* Switch to async permissions for table editor * Add debugging * More debug * Snap debug * Snap debug again * Snap debug again, again * One more * Remove debugging * Cleanup * Split the useEffect into two. * Add a setter for editable. * Revert unneeded change. --------- Co-authored-by: Ivan Vasilov <[email protected]>
The specification of the `storage` schema seems to have been outdated.
…ok (#36567) * feat: add documentation and UI integration for Before User Created hook - Added new guide: `before-user-created-hook.mdx`, documenting usage, inputs, outputs, and multiple complete examples for HTTP and SQL. - Updated navigation menu and hook index table to include the new hook. - Hook is now listed as available on Free and Pro plans. Studio changes: - Registered `Before User Created` hook in `hooks.constants.ts` with proper title, slug, and configuration keys. - Enabled Docs button linking to hook guide in both `CreateHookSheet` and `HookCard` components. - Extended hook listing page to support docs access via `secondaryActions`. This hook allows developers to intercept and reject user creation across all flows (email/password, OAuth, SSO, SAML, anonymous) - enabling custom signup logic like domain allowlists, geofencing, or account gating. * fix: add subnet to mdx lint allowed list * fix: incorporate feedback and spelling changes * feat: add allow/deny domain and CIDR examples to before-user-created hook This commit enhances the documentation for the before-user-created auth hook: - Adds production-ready SQL examples for blocking or allowing signups by email domain (signup_email_domains) and IP address or CIDR (signup_networks) - Introduces enum-based classification (allow vs deny) for both domain and network restrictions - Adds full migration-style snippets for easy copy/paste into Supabase SQL Editor - Includes updated HTTP examples that delegate to Postgres functions via Supabase client rpc() - Adds environment setup guidance and edge function scaffolding * fix: pnpm format --------- Co-authored-by: Chris Stockton <[email protected]>
…de (#36812) * fix: update installation links for VS Code and VS Code Insiders in MCP guide * Add insiders quality param
Fix documentation for seed file
* block branch free plan * condense copy * prevent auto focus
* feat: improved jwt signing key rotation dialog * small tweaks * Minor CSS fixes. * Minor CSS fixes for the initial dialog for JWT keys. * Fix the error to be better. when revoking too fast. --------- Co-authored-by: Ivan Vasilov <[email protected]>
integrate luma api to events page
* feat: bump auth-js to v2.71.0-rc.7 * Use the version specified in the catalog. * bump to rc.8 --------- Co-authored-by: Ivan Vasilov <[email protected]>
* move branches to page layout * changes * more clean up * use branch status * clean up * gitless flag * tidy up * revert generate * Couple of fixes * Refactor some stuff, standardize copy, add missing loading state * Smol refactor * Replace ephemeral with preview for more consistant language * Few more fixes * Refactor Overview.tsx to use DropdownMenuItemTooltip component * Final round of refactors after code review --------- Co-authored-by: Joshen Lim <[email protected]>
* fix: additional fixes for api keys, jwt signing keys * Smol fix * fix issue with screen * Fix success handler for migrate JWT secret * Tiny * text fix --------- Co-authored-by: Joshen Lim <[email protected]>
Co-authored-by: Joshen Lim <[email protected]>
* docs: jwt signing keys * apply suggestion from @charislam Co-authored-by: Charis <[email protected]> * add cryptography to spellchecker * fix word Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * remove easily Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix significantly --------- Co-authored-by: Charis <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Improve layout and truncation in SigningKeyRow Added flex and truncation classes to ensure status labels and key IDs are properly truncated and aligned. This enhances the table's appearance and prevents overflow issues for long text. * Improve icon layout and badge styling in UI components Added flex-shrink-0 to icons in AlgorithmHoverCard for better alignment. Updated InfoPill to use min-w-0, overflow-hidden, and improved badge and label layout for consistent appearance and handling of long content. * Remove unused cn import from InfoPill component The cn utility import was removed from InfoPill.tsx as it is no longer used. The Badge component now uses a direct className string instead. * Update JWT key table columns and add rotation info Removed the 'Key ID' column and added a 'Last rotated at' column to the JWT secret keys table. The signing key row now displays the relative time since the key was last updated for previously used keys. * Add Key ID column to JWT secret keys table Introduces a new 'Key ID' column to the JWTSecretKeysTable component for improved visibility and management of JWT secret keys. * Improve JWT key table UI and add tooltip to key ID Updated the JWT secret keys table to enhance the empty state with an icon and explanatory text, and adjusted column alignment and visibility for 'Last rotated at'. Added a tooltip to the key ID for better accessibility and ensured the 'Last rotated at' column displays for both previously used and revoked keys. * Improve API key table layout and responsiveness API key name and description are now grouped together, with description shown under the name. The last seen column is hidden on smaller screens and displays 'Never used' when appropriate. ApiKeyPill max width is now responsive to screen size. The description column was removed from SecretAPIKeys to streamline the table. * Adjust API key pill and input sizing for responsiveness Reduced max-widths for ApiKeyPill and updated PublishableAPIKeys layout to improve responsiveness. ApiKeyInput now uses dynamic min/max widths for better display across breakpoints. * Adjust lg breakpoint min-width for API key input Changed the lg:min-w value from 40rem to 24rem for the API key input field to improve layout responsiveness at large screen sizes. * Update PublishableAPIKeys.tsx * Remove unused file * Minor refactors --------- Co-authored-by: Joshen Lim <[email protected]>
* add platform kit to library * controls * fix lockfile * add missing deps * dynamic form * update dialog * prettier * drawer * update ai route --------- Co-authored-by: Alaister Young <[email protected]>
* lw15 d1 layout * add some motion * main stage card interaction * fix overflow * remove badge bg image * fetch meetups from Luma * fetch correct meetups * add main stage card links and interactions * remove placeholders * cleanup * fix hover effect * add playsInline to banner video * add blog post * add links to feature docs * sync announcement banners * add blog images and lw15 summary * add blog screenshot * Update LW15 heading and meetups section content Simplified and reworded the heading in LW15Heading, removing redundant text and improving clarity. Refactored LW15Meetups to use a concise title and description, replacing the previous grid layout with a more straightforward presentation. * Revert "Update LW15 heading and meetups section content" This reverts commit 21b45d2. * add video id * Chore/lw page cleanup (#37104) * Update LW15 heading and meetups section content Simplified and reworded the heading in LW15Heading, removing redundant text and improving clarity. Refactored LW15Meetups to use a concise title and description, replacing the previous grid layout with a more straightforward presentation. * Update LW15 day card styles and date labels Adjusted font sizes and colors for day cards in LW15MainStage for improved readability. Simplified date labels in lw15_data.tsx by removing ordinal suffixes. * Update LW15 Hackathon section content and styling Revised the layout and text for the LW15 Hackathon component to improve clarity and visual hierarchy. Updated headings, event start information, and description formatting for better readability and emphasis. * Add lighter foreground color to meetup separator Updated the separator between meetup cities to use the 'text-foreground-lighter' class for improved visual distinction. * Update apps/www/components/LaunchWeek/15/LW15Hackathon.tsx * Update apps/www/components/LaunchWeek/15/LW15Hackathon.tsx --------- Co-authored-by: Francesco Sansalvadore <[email protected]> * add build blog post * add build blost post images --------- Co-authored-by: Stojan Dimitrovski <[email protected]> Co-authored-by: Jonathan Summers-Muir <[email protected]>
fix find by id
* add database pricing config * pricing paywalls * fix showing correct charts * fix test * remove disabled helpers in favor of upsell dialog * fix missing fn to calc time * rm clog * show badge next to helpers * ui fix * fix type errs * fix hallucinated import fml
…pt error (#37012) fix SvelteKit "User Management App" Docs - safeGetSession typescript error
* fix: update platform kit blog post * remove figcaption and <br/><br/> instead * remove link to draft docs pr * revert changing repo link for embeddable ui * chore
* fix(api-settings): correct API keys description text with link The legacy guidance text had "Secret" and "Publishable" API keys swapped for `anon` and `service_role` keys. This fix corrects the text and adds contextual links to the new API keys page to guide users appropriately. * fix: remove target & rel * fix: prettier --------- Co-authored-by: Chris Stockton <[email protected]>
Implement hybrid search for the /docs/api/graphql searchDocs endpoint. Prepend a more descriptive title and introduction to database advisor docs so they rank more highly when directly searched for.
* dont refetch body fix functions refetching * fetch on mount
* remove review button * Smol fix --------- Co-authored-by: Joshen Lim <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.2)
Can you help keep this open source service alive? 💖 Please sponsor : )