chore(release): promote staging to production - #2869
Merged
Merged
Conversation
…eployment detail page (#2866) * fix(deployment): redeploy only the services of the viewed deployment The Redeploy button on the deployment detail page previously redeployed the whole environment. It now scopes the redeploy to the exact set of services that were part of the viewed deployment, by threading the deployment's deploymentHistory into EnvironmentActionToolbar and calling deployAllServices with a DeployAllRequest built from those services. When no deploymentHistory is provided (other toolbar usages), the whole-environment deploy behavior is unchanged. * chore(format): apply prettier formatting * test(deployment): cover all service types in scoped redeploy * feat(deployment): replace redeploy with a Run again action on deployment detail The deployment detail page now replays the deployment's original action (deploy/restart/stop/uninstall/delete) scoped to that deployment's services, via a "Run again" button, instead of redeploying the whole environment. Reverts the interim scoped-redeploy change to the shared environment toolbar. * feat(deployment): cancel in-progress deployment or run it again from deployment detail The deployment detail action is now a single context-aware button — Cancel while a deployment is in progress, Run again once finished; Run again replays the deployment's original action (deploy/restart/stop/uninstall/delete) scoped to its services, defaulting to a deploy replay for unmapped actions; renamed RunAgainButton → DeploymentActionButton. * revert(deployment): disable Run again for unmapped actions instead of defaulting to deploy per review discussion, unmapped trigger actions (terraform ops, DELETE_RESOURCES_ONLY, unknown) leave the Run again button disabled rather than falling back to a deploy replay. --------- Co-authored-by: Claude <noreply@anthropic.com>
* feat(devops-copilot): add copy button on each message * remove useless "Community forum" button * remove marked file * format fix * change the copy button * remove the "copy" label
Member
Author
|
🎉 This PR is included in version 1.337.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 #2869 +/- ##
==========================================
+ Coverage 49.58% 49.62% +0.03%
==========================================
Files 850 851 +1
Lines 21162 21218 +56
Branches 6375 6381 +6
==========================================
+ Hits 10494 10530 +36
- Misses 8898 8915 +17
- Partials 1770 1773 +3
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.