chore(release): promote staging to production - #2910
Merged
Merged
Conversation
…2905) feat(environments): add sorting to ephemeral environments table Ephemeral (preview) environments can now be sorted by name or by last operation via clickable column headers. Default sort is by last operation, newest first.
* feat(agent-task): rename agentic workflow * fix(agent-task): unify audit log labels
… is never empty (#2908) * fix(onboarding): require at least one use case before continuing Users could skip use case selection entirely, leaving onboarding.use_cases empty on the created org. This permanently hid the getting-started checklist on the org overview for every member, with no way to recover it afterwards. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * fix(onboarding): remove spec-to-prod and rde use cases from selection Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * feat(onboarding): add "migrate to Qovery" use case Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * style(onboarding): center use case cards on incomplete last row Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * fix(onboarding): reword migrate use case to target cloud providers Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * Update libs/domains/onboarding/feature/src/lib/step-use-cases/step-use-cases.tsx Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> * style: run yarn format Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Member
Author
|
🎉 This PR is included in version 1.344.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 #2910 +/- ##
==========================================
- Coverage 48.46% 46.70% -1.77%
==========================================
Files 1272 507 -765
Lines 27590 13749 -13841
Branches 8114 4184 -3930
==========================================
- Hits 13372 6421 -6951
+ Misses 11952 6203 -5749
+ Partials 2266 1125 -1141
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.
Summary by cubic
Promotes staging to main so the accumulated changes ship to production. Merging triggers semantic-release and the existing production deployment workflow.
Do not squash this PR. Use a merge commit to preserve the original conventional commits for semantic-release.
Changes included
Written for commit 4064d1c. Summary will update on new commits.