-
-
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 #2719
Merged
Merged
Prod deploy #2719
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 1, 2024
- feat: support remote config overrides (feat: support remote config overrides #2704)
- fix: disable security opts for db test on bitbucket runner (fix: disable security opts for db test on bitbucket runner #2705)
- fix: Bump studio to the latest image version 20240923 (fix: Bump studio to the latest image version 20240923 #2706)
- chore: use _supabase database for internals
- chore: fix tests mocks
- chore: add realtime schema as well
- fix: make the start work for postgres 14 and 13
- feat: add custom seed path to config (feat: add custom seed path to config #2702)
- chore: add bitbucket build canary badge
- chore: add gitlab canary badge
- fix: Bump up studio image (fix: Bump up studio image #2711)
- chore: restore realtime to postgres database
- chore: remove relatime migration
- Update internal/db/start/start.go
* feat: setup basics for branch config override * fix: use pointers for falsy values to determine emptyness * chore: refactor turn Auth.EnableSignup into pointer * wip: attemps non pointer approach * fix: use direct toml parsing to distinguish undefined values * chore: restore gomod * chore: refactor to a single function leverage mergo * chore: fix lint * fix: add branch override logic to LoadConfigFs * fix: inverted logic * chore: add env branch override test * chore: add test for slices merging * chore: remote config overrides * chore: validate project id * Apply suggestions from code review Co-authored-by: Andrew Valleteau <[email protected]> --------- Co-authored-by: avallete <[email protected]> Co-authored-by: Andrew Valleteau <[email protected]>
hotfix(cli): disable security opts for db test on bitbucket runner
Update studio version to 20240923
This is to avoid overloading our user postgres database with every new addition to _analytics or _realtime
* chore: replace SeedDataPath by DefaultSeedDataPath * wip: add path seed matching logic * chore: add test for utils.GetSeedFiles * chore: wip tests mock * chore: fix lint * chore: show seed path * chore: change comment * chore: apply pr suggestions * chore: fix lint * chore: keep default value assignation * chore: remove DefaultSeedPath * chore: keep consistent WARNING message * chore: inline get seed file path * chore: address review comments --------- Co-authored-by: Qiao Han <[email protected]>
Co-authored-by: Han Qiao <[email protected]>
…2722) Bumps [github.com/containers/common](https://github.com/containers/common) from 0.60.2 to 0.60.4. - [Release notes](https://github.com/containers/common/releases) - [Commits](containers/common@v0.60.2...v0.60.4) --- updated-dependencies: - dependency-name: github.com/containers/common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update studio version to 20240930
* fix: email templates for monorepos Fixes: #2721 * Update pkg/config/config.go * Revert "Update pkg/config/config.go" This reverts commit 2dbc9f0. --------- Co-authored-by: Han Qiao <[email protected]> Co-authored-by: Qiao Han <[email protected]>
Bumps [bin-links](https://github.com/npm/bin-links) from 4.0.4 to 5.0.0. - [Release notes](https://github.com/npm/bin-links/releases) - [Changelog](https://github.com/npm/bin-links/blob/main/CHANGELOG.md) - [Commits](npm/bin-links@v4.0.4...v5.0.0) --- updated-dependencies: - dependency-name: bin-links dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sweatybridge
approved these changes
Oct 8, 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.