Skip to content

feat(devops-copilot): remove cluster troubleshoot button - #2863

Merged
killiancolla merged 4 commits into
stagingfrom
feat/QOV-2137/remove-button
Aug 12, 2026
Merged

feat(devops-copilot): remove cluster troubleshoot button#2863
killiancolla merged 4 commits into
stagingfrom
feat/QOV-2137/remove-button

Conversation

@killiancolla

Copy link
Copy Markdown
Member

Summary

Issue: QOV-2137

Fixed 3 points:

  • Remove the cluster troubleshoot button in the cluster list view after discussion
  • Add troubleshoot_type properties in the posthog event to distinguish between the two types of troubleshooting
  • Change truncate rules and sidebar size on the extended copilot view

Screenshots / Recordings

Before After
image image

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@RemiBonnet

Copy link
Copy Markdown
Member

Qovery Preview

Qovery can create a Preview Environment for this PR.
To trigger its creation, please post a comment with one of the following command.

Command Blueprint environment
/qovery preview cc1de7de-94e5-40f8-8e45-bc8986d9dfec storybook
/qovery preview 964984c5-fba6-4371-88d3-a5daf99642ab test-prod
/qovery preview 28c47145-c8e7-4b9d-8d9e-c65c95b48425 staging
/qovery preview {all|UUID1,UUID2,...} To preview multiple environments

This comment has been generated from Qovery AI 🤖.
Below, a word from its wisdom :

Programs must be written for people to read, and only incidentally for machines to execute

@nx-cloud

nx-cloud Bot commented Aug 12, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 80c7384

Command Status Duration Result
nx run console:build --parallel=3 --configurati... ✅ Succeeded 1m 1s View ↗
nx affected --target=test --parallel=3 --config... ✅ Succeeded 31s View ↗
nx affected --target=lint --parallel=3 ✅ Succeeded 2m 32s View ↗
nx-cloud record -- yarn nx format:check ✅ Succeeded 7s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-08-12 13:20:09 UTC

@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 49.58%. Comparing base (7c7f8fa) to head (2e06bfb).

Files with missing lines Patch % Lines
...ters/feature/src/lib/cluster-card/cluster-card.tsx 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2863      +/-   ##
===========================================
+ Coverage    47.74%   49.58%   +1.84%     
===========================================
  Files         1285      850     -435     
  Lines        27649    21162    -6487     
  Branches      8061     6375    -1686     
===========================================
- Hits         13202    10494    -2708     
+ Misses       12215     8898    -3317     
+ Partials      2232     1770     -462     
Flag Coverage Δ
unittests 49.58% <33.33%> (+1.84%) ⬆️

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.

@killiancolla
killiancolla merged commit 1435ca6 into staging Aug 12, 2026
7 checks passed
@killiancolla
killiancolla deleted the feat/QOV-2137/remove-button branch August 12, 2026 14:05
@RemiBonnet

Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.336.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

2 participants