Tags: supabase/cli
Tags
fix: set healthcheck for Mailpit container (#4010) The mailpit container's built-in healthcheck does not work with podman, which causes `supabase start` to fail without the `--ignore-health-check` flag. I'm not 100% sure why this is, but I suspect it's because the mailpit [healthcheck has `--start-interval=1s`][1], and the `--start-interval` option was [only added to Docker Engine since v25.0][2] (or v1.44 of the Docker API), which podman does not yet suppprt (see containers/podman#26505). Setting an explicit healthcheck matches the healthchecks we set for the other containers, and fixes this issue. [1]: https://github.com/axllent/mailpit/blob/d26e317d2507015d4d9fa247207ccd6a68fe645f/Dockerfile#L28 [2]: https://docs.docker.com/reference/dockerfile/#healthcheck Fixes half of: #3566 Co-authored-by: Han Qiao <sweatybridge@gmail.com>
feat: support branch pause and unpause (#3979) * feat: support branch pause and unpause * chore: drop experimental flag for branches command * chore: tidy up branch get command * chore: address linter error * chore: suggest creating first branch * fix: missing database in non-pooling url
chore(deps): bump github.com/getsentry/sentry-go from 0.34.1 to 0.35.0 ( #3962) Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.34.1 to 0.35.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.34.1...v0.35.0) --- updated-dependencies: - dependency-name: github.com/getsentry/sentry-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext