-
Notifications
You must be signed in to change notification settings - Fork 479
Comparing changes
Open a pull request
base repository: supabase/cli
base: 05d91ef
head repository: supabase/cli
compare: b344976
- 17 commits
- 31 files changed
- 3 contributors
Commits on Jan 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ac1c59a - Browse repository at this point
Copy the full SHA ac1c59aView commit details -
fix(db): support arbitrary test directories (#4590)
* fix(db test): resolve absolute paths before computing relative path when running supabase db test from a docker-outside-of-docker environment, test file paths may be absolute host paths while utils.DbTestsDir is relative. filepath.Rel fails when the base path is relative and the target is absolute. this change converts both paths to absolute before computing the relative path, which handles all path combinations correctly: relative+relative, absolute+absolute, and mixed scenarios like docker-outside-of-docker. closes #3194 * fix: support arbitrary test directories * chore: unset container working dir * chore: refactor bind mount --------- Co-authored-by: Han Qiao <sweatybridge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0a02076 - Browse repository at this point
Copy the full SHA 0a02076View commit details -
chore(deps): bump github.com/stripe/pg-schema-diff from 1.0.3 to 1.0.…
…5 in the go-minor group across 1 directory (#4698) chore(deps): bump github.com/stripe/pg-schema-diff Bumps the go-minor group with 1 update in the / directory: [github.com/stripe/pg-schema-diff](https://github.com/stripe/pg-schema-diff). Updates `github.com/stripe/pg-schema-diff` from 1.0.3 to 1.0.5 - [Release notes](https://github.com/stripe/pg-schema-diff/releases) - [Commits](stripe/pg-schema-diff@v1.0.3...v1.0.5) --- updated-dependencies: - dependency-name: github.com/stripe/pg-schema-diff dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c009ea2 - Browse repository at this point
Copy the full SHA c009ea2View commit details
Commits on Jan 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4e3c01a - Browse repository at this point
Copy the full SHA 4e3c01aView commit details
Commits on Jan 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2c0fe2c - Browse repository at this point
Copy the full SHA 2c0fe2cView commit details -
chore(deps): bump the go-minor group across 2 directories with 2 updates
Bumps the go-minor group with 2 updates in the / directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/term](https://github.com/golang/term). Bumps the go-minor group with 1 update in the /pkg directory: [golang.org/x/mod](https://github.com/golang/mod). Updates `golang.org/x/mod` from 0.31.0 to 0.32.0 - [Commits](golang/mod@v0.31.0...v0.32.0) Updates `golang.org/x/term` from 0.38.0 to 0.39.0 - [Commits](golang/term@v0.38.0...v0.39.0) Updates `golang.org/x/mod` from 0.31.0 to 0.32.0 - [Commits](golang/mod@v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: golang.org/x/term dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: golang.org/x/mod dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4bcfcb9 - Browse repository at this point
Copy the full SHA 4bcfcb9View commit details
Commits on Jan 11, 2026
-
fix(docker): bump supabase/studio from 2025.12.29-sha-c223130 to 2026…
….01.07-sha-037e5f9 in /pkg/config/templates (#4709)
Configuration menu - View commit details
-
Copy full SHA for 1f5356c - Browse repository at this point
Copy the full SHA 1f5356cView commit details -
fix(docker): bump supabase/postgres from 17.6.1.067 to 17.6.1.071 in …
…/pkg/config/templates (#4708) fix(docker): bump supabase/postgres in /pkg/config/templates Bumps supabase/postgres from 17.6.1.067 to 17.6.1.071. --- updated-dependencies: - dependency-name: supabase/postgres dependency-version: 17.6.1.071 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6d101d3 - Browse repository at this point
Copy the full SHA 6d101d3View commit details
Commits on Jan 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for cccbbbe - Browse repository at this point
Copy the full SHA cccbbbeView commit details
Commits on Jan 14, 2026
-
chore(deps): bump the go-minor group across 2 directories with 2 upda…
…tes (#4715) Bumps the go-minor group with 2 updates in the / directory: [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) and [golang.org/x/net](https://github.com/golang/net). Bumps the go-minor group with 1 update in the /pkg directory: [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure). Updates `github.com/go-viper/mapstructure/v2` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](go-viper/mapstructure@v2.4.0...v2.5.0) Updates `golang.org/x/net` from 0.48.0 to 0.49.0 - [Commits](golang/net@v0.48.0...v0.49.0) Updates `github.com/go-viper/mapstructure/v2` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](go-viper/mapstructure@v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: golang.org/x/net dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6bec9a - Browse repository at this point
Copy the full SHA f6bec9aView commit details -
chore(deps): bump github.com/ethereum/go-ethereum from 1.15.8 to 1.16…
….8 (#4717) * chore(deps): bump github.com/ethereum/go-ethereum from 1.15.8 to 1.16.8 Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.8 to 1.16.8. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.8...v1.16.8) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump github.com/ethereum/go-ethereum in /pkg Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.8 to 1.16.8. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.15.8...v1.16.8) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.16.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 248f9e0 - Browse repository at this point
Copy the full SHA 248f9e0View commit details -
fix(docker): bump the docker-minor group in /pkg/config/templates wit…
…h 3 updates (#4714) fix(docker): bump the docker-minor group Bumps the docker-minor group in /pkg/config/templates with 3 updates: supabase/studio, supabase/gotrue and supabase/logflare. Updates `supabase/studio` from 2026.01.07-sha-037e5f9 to 2026.01.12-sha-4e9b718 Updates `supabase/gotrue` from v2.184.0 to v2.185.0 Updates `supabase/logflare` from 1.27.3 to 1.28.0 --- updated-dependencies: - dependency-name: supabase/studio dependency-version: 2026.01.12-sha-4e9b718 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/gotrue dependency-version: v2.185.0 dependency-type: direct:production dependency-group: docker-minor - dependency-name: supabase/logflare dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba5e179 - Browse repository at this point
Copy the full SHA ba5e179View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3337bc1 - Browse repository at this point
Copy the full SHA 3337bc1View commit details
Commits on Jan 16, 2026
-
fix(docker): bump supabase/realtime from v2.69.2 to v2.70.0 in /pkg/c…
…onfig/templates in the docker-minor group (#4723) fix(docker): bump supabase/realtime Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/realtime. Updates `supabase/realtime` from v2.69.2 to v2.70.0 --- updated-dependencies: - dependency-name: supabase/realtime dependency-version: v2.70.0 dependency-type: direct:production dependency-group: docker-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5122df4 - Browse repository at this point
Copy the full SHA 5122df4View commit details
Commits on Jan 17, 2026
-
chore(deps): bump tar from 7.5.2 to 7.5.3 in the npm-major group (#4727)
Bumps the npm-major group with 1 update: [tar](https://github.com/isaacs/node-tar). Updates `tar` from 7.5.2 to 7.5.3 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.2...v7.5.3) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a13554d - Browse repository at this point
Copy the full SHA a13554dView commit details -
chore(deps): bump the go-minor group across 1 directory with 2 updates (
#4729) Bumps the go-minor group with 2 updates in the / directory: [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) and [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter). Updates `github.com/getsentry/sentry-go` from 0.40.0 to 0.41.0 - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-go@v0.40.0...v0.41.0) Updates `github.com/olekukonko/tablewriter` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/olekukonko/tablewriter/releases) - [Commits](olekukonko/tablewriter@v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: github.com/getsentry/sentry-go dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: github.com/olekukonko/tablewriter dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Han Qiao <sweatybridge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b04987d - Browse repository at this point
Copy the full SHA b04987dView commit details -
fix(docker): bump supabase/postgres from 17.6.1.071 to 17.6.1.072 in …
…/pkg/config/templates (#4728) fix(docker): bump supabase/postgres in /pkg/config/templates Bumps supabase/postgres from 17.6.1.071 to 17.6.1.072. --- updated-dependencies: - dependency-name: supabase/postgres dependency-version: 17.6.1.072 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Han Qiao <sweatybridge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b344976 - Browse repository at this point
Copy the full SHA b344976View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 05d91ef...b344976