Skip to content

chore(release): promote staging to production - #2869

Merged
RemiBonnet merged 2 commits into
mainfrom
staging
Aug 13, 2026
Merged

chore(release): promote staging to production#2869
RemiBonnet merged 2 commits into
mainfrom
staging

Conversation

@RemiBonnet

Copy link
Copy Markdown
Member

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.

TheoGrandin74 and others added 2 commits August 13, 2026 15:48
…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
@RemiBonnet
RemiBonnet merged commit 6e0fe92 into main Aug 13, 2026
6 checks passed
@RemiBonnet

Copy link
Copy Markdown
Member Author

🎉 This PR is included in version 1.337.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 66.07143% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 49.62%. Comparing base (1435ca6) to head (d022841).
⚠️ Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
...loyment-action-button/deployment-action-button.tsx 73.33% 10 Missing and 2 partials ⚠️
...ilot-panel/assistant-message/assistant-message.tsx 40.00% 6 Missing ⚠️
.../src/lib/environment-stages/environment-stages.tsx 0.00% 0 Missing and 1 partial ⚠️
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     
Flag Coverage Δ
unittests 49.62% <66.07%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants