Conversation
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --target=test --parallel=3 --config... |
❌ Failed | 4m 31s | View ↗ |
nx affected --target=lint --parallel=3 |
✅ Succeeded | 2m 39s | View ↗ |
nx-cloud record -- yarn nx format:check |
✅ Succeeded | 7s | View ↗ |
💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.
☁️ Nx Cloud last updated this comment at 2026-09-25 09:24:36 UTC
- Remove unused cluster actions - Disable the log infrastructure toggle and update its test
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## staging #2997 +/- ##
===========================================
- Coverage 51.87% 50.74% -1.13%
===========================================
Files 896 1364 +468
Lines 22406 29827 +7421
Branches 6901 8855 +1954
===========================================
+ Hits 11622 15135 +3513
- Misses 8834 12193 +3359
- Partials 1950 2499 +549
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:
|
- Resolve cluster bindings and component configuration previews - Render API-defined fields and validation states in cluster profiles
- Add searchable, selectable layer and component navigation with status indicators - Reuse the shared search input and expose its accessible label
- Add row layouts with truncated descriptions and tooltips - Align profile controls and errors consistently
- Add a positive variant to the shared EmptyState component - Use it when a cluster profile component needs no configuration
- Show configuration skeletons only until displayed components resolve - Keep the last resolved fields visible when background refreshes fail
- Reuse the sidebar component icon in profile tabs - Assert matching icons for Loki and Alloy
- Add bottom spacing to the profile configuration panel
- Add and edit array items through validated modals - Show nested field violations and enforce array limits
- Persist profile search in the URL and filter matching layers, components, and fields - Highlight search matches in configuration labels and descriptions

Summary
Issue:
Screenshots / Recordings
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-releaseSummary by cubic
Adds a Profile page to cluster navigation so Engine v2 clusters can configure their platform components (layers), including nested array fields and saving or deploying changes.
engine-v2-platform-configurationfeature flag; when disabled, the tab is hidden and the route redirects to the cluster overview.Written for commit cc2b245. Summary will update on new commits.