chore(release): promote staging to production#2833
Merged
Merged
Conversation
…to 1.1.932 (#2829) * chore(deps): update qovery axios client * fix(ci): expose distributed test failures * fix(ci): terminate leaking jest workers
* feat(clusters): add overview back link * docs(clusters): add back link screenshots * chore(clusters): remove generated preview assets * feat(clusters): add cluster list breadcrumb
* Rename "Blueprint version" field to "Version" * Blueprint names are now correctly formatted * Filter out incompatible blueprints * Update margin * Add "Configure" button in "Overrides" section header * Remove double titles and fix heading custom sizes for markdown render area * Fix border issues * Add blueprint update badge to version cell * Update wording of the blueprint update modal * UI fixes * Fix overflow issue on preview step of the bueprint update flow * Remove legacy sections when the service catalog FF is disabled * Revamp UI of the "Create new service" page * Fix lint issues * Rename legacy "database" to "container database" * Fix failing unit tests * Fix failing unit test * UI fixes * Update the blueprint update modal's title * Improve service header for blueprint-based services * Prevent users from editing the source of a blueprint-based service * Add min and max validation for number inputs * Add useDeployBlueprint and its associated deployBlueprint mutation * Fix lint issues * Update failing unit tests * Fix double /preview API call * Fix lint issues * Fix failing unit test * Fix typing for serviceType * Use Section and Heading components * Use PropsWithChildren * Use the right environmentId variable * Move isBlueprintService helper to services' data-access lib * Use Heading component * Better retrieve strategy for environmentId and serviceId * Add unit tests for BlueprintUpdateBadge component * Move some files to new service-update-flow folder * Fix lint issues
Member
Author
|
🎉 This PR is included in version 1.330.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2833 +/- ##
==========================================
+ Coverage 45.94% 48.18% +2.24%
==========================================
Files 654 1267 +613
Lines 16068 27075 +11007
Branches 4790 7890 +3100
==========================================
+ Hits 7382 13046 +5664
- Misses 7412 11809 +4397
- Partials 1274 2220 +946
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
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.
Opens the production promotion path from staging to main. Merging this PR triggers semantic-release, then the existing production deployment workflow.
Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.