Han Qiao
Han Qiao
## What kind of change does this PR introduce? feature: `supabase db test` ## What is the current behavior? no cli native way to run tests ## What is the...
## What kind of change does this PR introduce? Bug fix #184 ## What is the current behavior? Internal schemas are not backed up ## What is the new behavior?...
as discussed in https://github.com/supabase/postgres-meta/pull/336
XML response format is malformed for `list-subscriptions-by-topic`. Turns out the struct was defined but unused. Reproduced by aws cli version 2.2.13 on macOS ``` aws --endpoint-url http://localhost:4100 --debug sns list-subscriptions-by-topic...
## What kind of change does this PR introduce? docs update ## What is the current behavior? Please link any relevant issues here. ## What is the new behavior? Feel...
1. Define a view with security_invoker=on 2. Run migra schema diff 3. security_invoker clause is not included in output More reproducible example here https://github.com/supabase/cli/issues/792
## What kind of change does this PR introduce? Bug fix ## What is the new behavior? Adds RLS policy to auth and storage schema to prevent postgres from accidentally...
## What kind of change does this PR introduce? feature ## What is the new behavior? Attempts to use native docker logs driver. ## Additional context Add any other context...
**Describe the bug** https://github.com/supabase/cli/issues/1415#issuecomment-1733707587 **To Reproduce** `supabase db start` returns database is unhealthy **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ``` PostgreSQL Database...
**Describe the bug** These fields are not required for native integration - auth.external.apple.secret - auth.external.google.secret **To Reproduce** ```toml [auth.external.apple] enabled = true client_id = "client_id" secret = "" redirect_uri =...