Skip to content

Tags: supabase/cli

Tags

v1.202.4

Toggle v1.202.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: email templates for monorepos (#2723)

* fix: email templates for monorepos

Fixes: #2721

* Update pkg/config/config.go

* Revert "Update pkg/config/config.go"

This reverts commit 2dbc9f0.

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
Co-authored-by: Qiao Han <qiao@supabase.io>

v1.202.3

Toggle v1.202.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump edge-runtime to 1.58.11 (#2718)

v1.202.2

Toggle v1.202.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: use _supabase database for internals (#2707)

v1.202.1

Toggle v1.202.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Bump up studio image (#2711)

v1.202.0

Toggle v1.202.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add custom seed path to config (#2702)

* chore: replace SeedDataPath by DefaultSeedDataPath

* wip: add path seed matching logic

* chore: add test for utils.GetSeedFiles

* chore: wip tests mock

* chore: fix lint

* chore: show seed path

* chore: change comment

* chore: apply pr suggestions

* chore: fix lint

* chore: keep default value assignation

* chore: remove DefaultSeedPath

* chore: keep consistent WARNING message

* chore: inline get seed file path

* chore: address review comments

---------

Co-authored-by: Qiao Han <qiao@supabase.io>

v1.201.2

Toggle v1.201.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Bump studio to the latest image version 20240923 (#2706)

Update studio version to 20240923

v1.201.1

Toggle v1.201.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: disable security opts for db test on bitbucket runner (#2705)

hotfix(cli): disable security opts for db test on bitbucket runner

v1.201.0

Toggle v1.201.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support remote config overrides (#2704)

* feat: setup basics for branch config override

* fix: use pointers for falsy values to determine emptyness

* chore: refactor turn Auth.EnableSignup into pointer

* wip: attemps non pointer approach

* fix: use direct toml parsing to distinguish undefined values

* chore: restore gomod

* chore: refactor to a single function leverage mergo

* chore: fix lint

* fix: add branch override logic to LoadConfigFs

* fix: inverted logic

* chore: add env branch override test

* chore: add test for slices merging

* chore: remote config overrides

* chore: validate project id

* Apply suggestions from code review

Co-authored-by: Andrew Valleteau <avallete@users.noreply.github.com>

---------

Co-authored-by: avallete <andrew.valleteau@supabase.io>
Co-authored-by: Andrew Valleteau <avallete@users.noreply.github.com>

v1.200.3

Toggle v1.200.3's commit message
fix: ensure the cli and ui flow for custom domains match

v1.200.2

Toggle v1.200.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle version prefix in globals (#2701)