Skip to content

Add non-canvas element management with controller and service integration #1052

Add non-canvas element management with controller and service integration

Add non-canvas element management with controller and service integration #1052

Triggered via pull request July 9, 2026 09:21
Status Success
Total duration 3m 16s
Artifacts

ci.yaml

on: pull_request
Build & Run All Tests
3m 12s
Build & Run All Tests
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build & Run All Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build & Run All Tests: src/main/frontend/app/routes/studio/canvas/nodetypes/frank-node.tsx#L394
React Hook useCallback has missing dependencies: 'setAttributes' and 'setNodeId'. Either include them or remove the dependency array
Build & Run All Tests: src/main/frontend/app/routes/studio/canvas/nodetypes/child-node.tsx#L137
React Hook useCallback has missing dependencies: 'setAttributes' and 'setNodeId'. Either include them or remove the dependency array
Build & Run All Tests: src/main/frontend/app/routes/studio/canvas/flow.tsx#L1304
Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed
Build & Run All Tests: src/main/frontend/app/routes/studio/canvas/flow.tsx#L394
React Hook useCallback has missing dependencies: 'setIdle', 'setSaved', and 'setSaving'. Either include them or remove the dependency array
Build & Run All Tests: src/main/frontend/app/routes/editor/xml-utils.ts#L49
Refactor this function to reduce its Cognitive Complexity from 26 to the 15 allowed
Build & Run All Tests: src/main/frontend/app/routes/editor/editor.tsx#L383
React Hook useCallback has missing dependencies: 'setIdle', 'setSaved', and 'setSaving'. Either include them or remove the dependency array
Build & Run All Tests: src/main/frontend/app/routes/configurations/component-row.tsx#L2
'Button' is defined but never used. Allowed unused vars must match /^_/u
Build & Run All Tests: src/main/frontend/app/components/sidebars-layout/sidebar-header.tsx#L15
Replace `text-xl·ms-4` with `ms-4·text-xl`