-
Notifications
You must be signed in to change notification settings - Fork 220
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
Open
github-actions
wants to merge
25
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Prod deploy #3021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
commented
Jan 7, 2025
- fix: resolve file paths in remote config (fix: resolve file paths in remote config #3002)
- chore(deps): bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.1 (chore(deps): bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.1 #3004)
- fix: assume platform defaults when local sms keys are unset
- chore: use double quote consistently
- fix: bump gotrue to 2.166.0
- bump to the latest version v2.167.0
- chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 (chore(deps): bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 #3008)
- chore(deps): bump github.com/golangci/golangci-lint from 1.63.1 to 1.63.3 (chore(deps): bump github.com/golangci/golangci-lint from 1.63.1 to 1.63.3 #3009)
- fix: bump edge-runtime to 1.66.2
- fix: ignore hash if local secret is unset (fix: ignore hash if local secret is unset #3012)
- chore(deps): bump github.com/getsentry/sentry-go from 0.30.0 to 0.31.1 (chore(deps): bump github.com/getsentry/sentry-go from 0.30.0 to 0.31.1 #3010)
- fix: obtain Postgres URL from branches get command (fix: obtain Postgres URL from branches get command #2996)
- chore(deps): bump github.com/golangci/golangci-lint from 1.63.3 to 1.63.4 (chore(deps): bump github.com/golangci/golangci-lint from 1.63.3 to 1.63.4 #3018)
- chore(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 (chore(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 #3017)
- chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 #3016)
* 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Han Qiao <[email protected]>
* fix:2964/obtain Postgres DB URL from ENV using branches get command Signed-off-by: Yaten Dhingra <[email protected]> * added --output-env flag in branches get command Signed-off-by: Yaten Dhingra <[email protected]> * fixed typo in internal/branches/get/get.go Signed-off-by: Yaten Dhingra <[email protected]> * updated the output-env flag in branches.go Signed-off-by: Yaten Dhingra <[email protected]> * changed output var to postgres_url var in branches.go Signed-off-by: Yaten Dhingra <[email protected]> * changed postgres_url to output Signed-off-by: Yaten Dhingra <[email protected]> * changed checks condition from env to utils.OutputEnv Signed-off-by: Yaten Dhingra <[email protected]> * remove cmdFlags condition in cmd/branches.go Co-authored-by: Han Qiao <[email protected]> * remove cmdFlags in cmd/branches.go Co-authored-by: Han Qiao <[email protected]> * remove pgconn.Config{} param in get.Run() Co-authored-by: Han Qiao <[email protected]> * remove unused import in cmd/branches.go Co-authored-by: Han Qiao <[email protected]> * get DB URL from utils.GetSupabaseDbHost(...) Signed-off-by: Yaten Dhingra <[email protected]> * revert to prev table render structure Signed-off-by: Yaten Dhingra <[email protected]> * update get.go Signed-off-by: Yaten Dhingra <[email protected]> * added postgres connection string Signed-off-by: Yaten Dhingra <[email protected]> * removed GetPostgresURLNonPooling func from bootstrap.go Signed-off-by: Yaten Dhingra <[email protected]> * remove vars which are not required Signed-off-by: Yaten Dhingra <[email protected]> * minor changes in get.go & branches.go Signed-off-by: Yaten Dhingra <[email protected]> * convert port from int to uint Signed-off-by: Yaten Dhingra <[email protected]> * attempt to fix linter errors Signed-off-by: Yaten Dhingra <[email protected]> * attempt to fix uint->uint16 linter error Signed-off-by: Yaten Dhingra <[email protected]> * fixed uint->uint16 overflow error Signed-off-by: Yaten Dhingra <[email protected]> --------- Signed-off-by: Yaten Dhingra <[email protected]> Co-authored-by: Han Qiao <[email protected]>
…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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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 <[email protected]> * fix: function prototype --------- Co-authored-by: Han Qiao <[email protected]>
* 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 <[email protected]>
* 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.