Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prod deploy #2689

Merged
merged 40 commits into from
Sep 24, 2024
Merged

Prod deploy #2689

merged 40 commits into from
Sep 24, 2024

Conversation

github-actions[bot]
Copy link

nyannyacha and others added 19 commits September 10, 2024 15:53
Allow Cognito configuration from Env
* Fixed Health Check issue on Podman/Windows

This solves the issue where the `supabase start` command exits with an error because the health check isnt performed properly.

* chore: reformat code

* Update start.go

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
* wip

* feat: db reset --skip-seed flag

Add a  flag option to the  command
Closes #2534

* chore: apply suggestions from code review

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

* feat: add db.seed enabled config params

* chore: remove unused type

* Update db.go

* Apply suggestions from code review

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
…7.2.1+incompatible (#2667)

* chore(deps): bump github.com/docker/cli

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 26.1.5+incompatible to 27.2.1+incompatible.
- [Commits](docker/cli@v26.1.5...v27.2.1)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update docker library version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Qiao Han <qiao@supabase.io>
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.23.0.
- [Commits](golang/oauth2@v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  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>
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.22.0 to 0.24.0.
- [Commits](golang/term@v0.22.0...v0.24.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  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>
…2624)

Bumps [github.com/containers/common](https://github.com/containers/common) from 0.59.2 to 0.60.2.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](containers/common@v0.59.2...v0.60.2)

---
updated-dependencies:
- dependency-name: github.com/containers/common
  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>
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.28.0 to 1.30.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.30.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  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>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.66.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.66.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  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>
* feat: add --all flag to stop command

Add a --all flag to stop command to stop all services/volumes of all projects on the machine

* chore: add docs for --all stop flag

* chore: rename functions

* chore: mark project-id and all flags mutually exclusive

* chore: fix lint

* chore: refactor use utils.DockerRemoveAll

* chore: use projectId instead of config in ProjectFilter

* Update internal/stop/stop.go

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
@github-actions github-actions bot requested a review from a team as a code owner September 17, 2024 02:11
dependabot bot and others added 10 commits September 17, 2024 14:12
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.20.0 to 0.21.0.
- [Commits](golang/mod@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  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>
…2684)

Update the "deno.unstable" settings in .vscode/settings.json to replace the deprecated boolean flag option.

Refactor the settings to include the following flags:
- bare-node-builtins
- byonm
- sloppy-imports
- unsafe-proto
- webgpu
- broadcast-channel
- worker-options
- cron
- kv
- ffi
- fs
- http
- net
Change NoDeploy to Enabled
Include the filtering logic into GetFunctionsSlugs
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
avallete and others added 11 commits September 18, 2024 11:54
When providing --exclude flags, check the arguments match actuals images names
show a warning otherwise. Also fix a bug where stack couldnt start if
storage was enabled in config but excluded in the arguments

Related: https://www.notion.so/supabase/exclude-doesnt-seem-to-work-f38b8444b62f4308aef657a52d51692b
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
* fix: set the container Ressource Ulimits according to env variables

* chore: refactor extract logic in it's own function

* chore: fix invalid condition

* fix: remove RLIMIT for dev container

* fix: use undefined RLIMIT_NOFILE
@github-actions github-actions bot merged commit 5701583 into main Sep 24, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants