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 #3021

Merged
merged 36 commits into from
Jan 14, 2025
Merged

Prod deploy #3021

merged 36 commits into from
Jan 14, 2025

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 7, 2025

sweatybridge and others added 17 commits January 1, 2025 21:10
* Update config.go

* Update config.go

* Update config.go

* Update config.go

* Update config.go

* Update config.go

* Update config.go
…63.1 (#3004)

chore(deps): bump github.com/golangci/golangci-lint

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.62.2 to 1.63.1.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.62.2...v1.63.1)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  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>
…3008)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.13.0...v5.13.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  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>
…63.3 (#3009)

chore(deps): bump github.com/golangci/golangci-lint

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.63.1 to 1.63.3.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.63.1...v1.63.3)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  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>
* fix: ignore hash if local secret is unset

* chore: update unit tests
#3010)

Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.30.0 to 0.31.1.
- [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.30.0...v0.31.1)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  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>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
* fix:2964/obtain Postgres DB URL from ENV using branches get command

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* added --output-env flag in branches get command

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* fixed typo in internal/branches/get/get.go

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* updated the output-env flag in branches.go

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* changed output var to postgres_url var in branches.go

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* changed postgres_url to output

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* changed checks condition from env to utils.OutputEnv

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* remove cmdFlags condition in cmd/branches.go

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

* remove cmdFlags in cmd/branches.go

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

* remove pgconn.Config{} param in get.Run()

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

* remove unused import in cmd/branches.go

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

* get DB URL from utils.GetSupabaseDbHost(...)

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* revert to prev table render structure

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* update get.go

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* added postgres connection string

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* removed GetPostgresURLNonPooling func from bootstrap.go

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* remove vars which are not required

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* minor changes in get.go & branches.go

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* convert port from int to uint

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* attempt to fix linter errors

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* attempt to fix uint->uint16 linter error

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

* fixed uint->uint16 overflow error

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>

---------

Signed-off-by: Yaten Dhingra <yaten598@gmail.com>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
…63.4 (#3018)

chore(deps): bump github.com/golangci/golangci-lint

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.63.3 to 1.63.4.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.63.3...v1.63.4)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  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>
@github-actions github-actions bot requested a review from a team as a code owner January 7, 2025 02:27
laktek and others added 10 commits January 7, 2025 14:30
* feat: support env loading for all string fields

* chore: update unit tests

* chore: assert env loaded for backwards compatibility
)

* feat(functions): auto add deno.jsonc and .npmrc to new functions

* feat(deploy): add warning for functions imports structure

* Update internal/functions/new/templates/.npmrc

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

* fix: function prototype

---------

Co-authored-by: Han Qiao <sweatybridge@gmail.com>
* feat(storage): autodetect narrow down text/plain contentype based on extension

- Add content type detection for JavaScript (text/javascript)
- Add content type detection for CSS (text/css)
- Add content type detection for SQL (application/x-sql)
- Default to text/plain for unrecognized text files like .go

* fix: tests for cross platform run

* chore: reuse upload object method

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
* feat: support encrypted values in config

* feat: parse smtp pass as encrypted secret

* chore: parse encrypted sms secret

* chore: parse encrypted hook secret

* chore: parse encrypted external secret

* chore: remove project ref arg from auth diff

* chore: increase dupl detection threshold
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  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>
* fix: unmarshal remote override into base config

* chore: account for project ref flag when loading config

* fix: restore project id from base config
* fix: skip hashing unloaded env reference

* fix: zero maps and arrays before unmarshaling
@Watkhian
Copy link

ok

Copy link

@Watkhian Watkhian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

sweatybridge and others added 9 commits January 12, 2025 00:22
* fix: handle comments in import map jsonc

* fix: handle comments in vscode settings

* fix: use decoder to handle empty data
…o 27.5.0+incompatible (#3041)

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

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.4.1+incompatible to 27.5.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.4.1...v27.5.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  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>
…7.5.0+incompatible (#3040)

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

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 27.4.1+incompatible to 27.5.0+incompatible.
- [Commits](docker/cli@v27.4.1...v27.5.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  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.69.2 to 1.69.4.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.69.2...v1.69.4)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  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>
@github-actions github-actions bot merged commit 4665c04 into main Jan 14, 2025
2 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.

8 participants