Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 20, 2024

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 : )

@pull pull bot added the ⤵️ pull label Dec 20, 2024
CoolAssPuppy and others added 29 commits May 20, 2025 09:25
* Created a new blog post about the data API

* ci: Autofix updates from GitHub workflow

* fix: add author

---------

Co-authored-by: Pamela Chia <[email protected]>
* Pass params to signup page

* Cleanup

* simplify

---------

Co-authored-by: Alaister Young <[email protected]>
Improve chip text in dart and kotlin examples
Create index with HNSW fails on prod because it has a version of
pgvector < 0.5.0. Removing for now because the index isn't critical
(we're not using any at the moment and we have few enough rows that it
works fine).
* Added two new case studies and fixed a thumb on a blog post

* ci: Autofix updates from GitHub workflow
There was a bug when returning edges because it wasn't accounted for
when getting the requested fields info.

Added test cases to catch this.
...complexity with Supabase Data API

Co-authored-by: Prashant Sridharan <[email protected]>
Reduce max depth for validation from 9 to 5 because we foresee no
legitimate queries that will require anything so deep.
* Customer provided better quotes.

* ci: Autofix updates from GitHub workflow
…35774)

* fix(studio): fallback to count estimate if exact count query timeout

* If the table is partitioned, use estimated count always.

* Minor cleanup.

* fix: add all dependencies to useEffect array

* chore: handle null

---------

Co-authored-by: Ivan Vasilov <[email protected]>
* fix(studio): use null last order by default

* chore(tests): update tests
test to try seeing where prod-only error is being thrown
* update documentation on self-hosted psql timezone management

* Update apps/docs/content/guides/database/postgres/configuration.mdx

---------

Co-authored-by: Charis <[email protected]>
Don't know why I was using string interpolation instead of GraphQL
variables for the GitHub API calls, leading to all kinds of escaping
problems. Changed to using GraphQL variables properly.
Couple of DB changes to set up for exposing error codes via the API:

- Add a content schema to keep things organized since we'll be syncing
all content to the DB now. This is exposed via the API so it can be
queried via PostgREST.
- Add tables for tracking error codes.
- Add some utility functions for common tasks.
* Docs: add guide migrate auth users between projects

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update apps/docs/content/troubleshooting/migrating-auth-users-between-projects.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update apps/docs/content/troubleshooting/migrating-auth-users-between-projects.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update apps/docs/content/troubleshooting/migrating-auth-users-between-projects.mdx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat: add sign in with solana (web3) configuration UI

* Regenerate the api types.

* fix tiny things

---------

Co-authored-by: Ivan Vasilov <[email protected]>
* Update user impersonation search

* Fix spacing, make users unique in history

* Scrollable contaner
joshenlim and others added 29 commits June 12, 2025 02:01
* functions docs update

* fix formatting issues

---------

Co-authored-by: Charis Lam <[email protected]>
* Update automatic-embeddings.mdx

Set `security definer` in `queue_embeddings` function

* add search_path

---------

Co-authored-by: Charis Lam <[email protected]>
We regularly have customer support tickets that cannot confirm because of a mismatching space at the end (and they cannot for the life of them figure this one out).

Trimming both input and comparison string will prevent unnecessary support tickets and still guarantees enough safety.
Adds support for indexing database lint warnings from the Splinter repository
into the docs search. Creates a new LintWarningsGuideLoader that fetches
markdown files from the Splinter repo and processes them as individual
searchable entries in the database advisors guide.
There are a bunch of Edge Functions that are deprecated, removing them
to avoid confusion. Checked the project dashboard to make sure that they
either aren't deployed at all, or there's been no traffic to them in the
last day (the furthest back the view goes).
Update egress.mdx
* docs: add locally-scoped MCP server instructions for Claude Code

- Add CLI-based configuration option alongside existing .mcp.json method
- Include environment variable setup for Supabase access token
- Explain precedence and scope behavior for local vs project servers
- Use 'supabase' as server name instead of 'supabase-mcp'
- Include environment variable directly in command examples

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* Update apps/docs/content/guides/getting-started/mcp.mdx

Co-authored-by: Greg Richardson <[email protected]>

---------

Co-authored-by: Claude <[email protected]>
Co-authored-by: Greg Richardson <[email protected]>
Adds support for the new Orb pending subscription change flow that has been added to the backend.

By default, the new feature is disabled (enabled after merge on staging). If disabled, this should work just like before with the regular `confirmPayment` function that triggers 3DS if needed and properly lets a user confirm their additional factor.

With the new flag, we only create a payment method, as we will do another payment intent that is set up for future usage and that may require 3DS - so we avoid the possible double confirmation (setup confirmation + payment intent). The organization creation endpoint can either return a full organization (i.e. on Free Plan or immediate payment success) or a payment_intent_secret. In case of the secret being returned, we need to confirm the secret with the Stripe SDK.

Moved the Stripe Elements further down to avoid the entire form reloading (especially billing address) in case of a payment failure.
* Consolidate copy to clipboard

* Fix

* Fix some extra clipboard events.

* Fix the tests. Fix a small issue with the copy button.

* Fix

---------

Co-authored-by: Ivan Vasilov <[email protected]>
Clearer directions around logical replication in PG.
* Shift leave team button position, and fix sorting own user as first in list

* Nit
* Add edge functions empty state for local/self-host

* Update based on feedback + add secrets page

* Nit

* Nit copy
* Fix incorrect logic for isHipaaProjectDisallowed

* Remove console log
…36395)

* feat: allow disabling and re-enabling of `anon` and `service_role`

* Cleanup the RQ hooks.

* Restructure the enable/disable alert in API keys.

* Minor cleanups.

* Minor fixes.

* Fix a type error.

---------

Co-authored-by: Ivan Vasilov <[email protected]>
* Load wrappers assets with external url

* Refactor assets url transformer as rehype plugin
* Update auth-apple.mdx

Add notes on to add all custom identifier for expo development build

* fix lint error

---------

Co-authored-by: Charis Lam <[email protected]>
@pull pull bot merged commit 985733f into code:master Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.