-
-
Notifications
You must be signed in to change notification settings - Fork 209
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 #2808
Merged
Merged
Prod deploy #2808
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
Oct 29, 2024
- feat: add db postgres settings to config (feat: add db postgres settings to config #2787)
- chore: refactor use cast ptr (chore: refactor use cast ptr #2793)
- fix(config): default value for seed remote (fix(config): default value for seed remote #2797)
- feat(config): allow local postgres configuration (feat(config): allow local postgres configuration #2796)
- feat(config): experimental config webhooks (feat(config): experimental config webhooks #2794)
- chore: upgrade keyring use package DeleteAll method (chore: upgrade keyring use package DeleteAll method #2800)
- fix: node-fetch hanging issue when fetching checksum after fetching binary (fix: node-fetch hanging issue when fetching checksum after fetching binary #2804)
* feat: add db postgres settings to config * no comment * fix: add updater logic * chore: fix golang lint * chore: apply review comments * chore: refactor and apply PR comments * Apply suggestions from code review Co-authored-by: Han Qiao <[email protected]> --------- Co-authored-by: Han Qiao <[email protected]>
* go mod tidy * chore: refactor use cast.Ptr
* feat(cli): allow local postgres.conf configuration Closes: #2611 * chore: test ToPostgresConfig * chore: add start runtime test * chore: use less max_connections * fix: db start tests * chore: add prefix to postgres config * fix: test * chore: serialise postgres conf as toml --------- Co-authored-by: Qiao Han <[email protected]>
* feat(functions): allow custom functions entrypoint path * fix: convert entrypoint path to file url
* chore(deps): bump github.com/Netflix/go-env from 0.1.0 to 0.1.2 Bumps [github.com/Netflix/go-env](https://github.com/Netflix/go-env) from 0.1.0 to 0.1.2. - [Release notes](https://github.com/Netflix/go-env/releases) - [Commits](Netflix/go-env@v0.1.0...v0.1.2) --- updated-dependencies: - dependency-name: github.com/Netflix/go-env dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: bump golang to 1.23 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Qiao Han <[email protected]>
* feat(config): implement storage config update * chore: update unit tests
…settings (#2818) * added role-configs command to list users with custom settings * Update internal/inspect/role_configs/role_configs.go --------- Co-authored-by: Han Qiao <[email protected]>
Co-authored-by: Kalleby Santos <[email protected]>
* feat: load local deno.json file * move logic to config * use pattern logic and funcSlugPattern * fix new tests * chore: undo functions glob --------- Co-authored-by: Qiao Han <[email protected]>
sweatybridge
approved these changes
Nov 5, 2024
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.