KOGITO-10018: SWF Editor - Integrate SWF diagram editor theme API with VsCode and Combined Editor #4220
Triggered via pull request
March 13, 2024 18:07
Status
Success
Total duration
1h 33m 31s
Artifacts
12
Annotations
2 errors, 33 warnings, and 1 notice
run (windows-latest)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
run (macos-latest)
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
run (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run (windows-latest):
packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
|
run (windows-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
|
run (windows-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
run (windows-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L76
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
run (windows-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L85
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them or remove the dependency array
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L83
React Hook useMemo has a missing dependency: 'validationRegistry'. Either include it or remove the dependency array
|
run (windows-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsRangeEdit/ConstraintsRangeEdit.tsx#L155
React Hook useEffect has missing dependencies: 'index' and 'onSave'. Either include them or remove the dependency array
|
run (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run (ubuntu-latest):
packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
|
run (ubuntu-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
|
run (ubuntu-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
run (ubuntu-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L76
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L85
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them or remove the dependency array
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L83
React Hook useMemo has a missing dependency: 'validationRegistry'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsRangeEdit/ConstraintsRangeEdit.tsx#L155
React Hook useEffect has missing dependencies: 'index' and 'onSave'. Either include them or remove the dependency array
|
run (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
run (macos-latest):
packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
|
run (macos-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
|
run (macos-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
run (macos-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L76
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
run (macos-latest):
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L85
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them or remove the dependency array
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L83
React Hook useMemo has a missing dependency: 'validationRegistry'. Either include it or remove the dependency array
|
run (macos-latest):
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsRangeEdit/ConstraintsRangeEdit.tsx#L155
React Hook useEffect has missing dependencies: 'index' and 'onSave'. Either include them or remove the dependency array
|
🎭 Playwright Run Summary
72 skipped
24 passed (3.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Linux__build-artifacts
Expired
|
959 MB |
|
Linux__end-to-end-tests-artifacts
Expired
|
24 MB |
|
Linux__end-to-end-tests-reports
Expired
|
14.6 KB |
|
Linux__tests-reports
Expired
|
16.5 KB |
|
Windows__build-artifacts
Expired
|
725 MB |
|
Windows__end-to-end-tests-artifacts
Expired
|
22 Bytes |
|
Windows__end-to-end-tests-reports
Expired
|
22 Bytes |
|
Windows__tests-reports
Expired
|
17.6 KB |
|
macOS__build-artifacts
Expired
|
957 MB |
|
macOS__end-to-end-tests-artifacts
Expired
|
22 Bytes |
|
macOS__end-to-end-tests-reports
Expired
|
22 Bytes |
|
macOS__tests-reports
Expired
|
16 KB |
|