Skip to content

Fix/custom mimetype errors #2784

Fix/custom mimetype errors

Fix/custom mimetype errors #2784

Triggered via pull request October 21, 2024 16:23
Status Cancelled
Total duration 10m 13s
Artifacts 3
dependencies  /  update-branch
0s
dependencies / update-branch
dependencies  /  skip-update-branch
0s
dependencies / skip-update-branch
Submitter  /  Docker build
35s
Submitter / Docker build
Matrix: Workspace
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 46 warnings
Workspace (runner) / lint and test runner
Process completed with exit code 1.
Workspace (model) / lint and test model
FailFast: cancelling since parallel instance has failed
Workspace (designer) / lint and test designer
FailFast: cancelling since parallel instance has failed
Workspace (designer) / lint and test designer
The operation was canceled.
smoke-test / build app
Process completed with exit code 7.
Submitter / Docker build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected], actions/cache@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Submitter / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Submitter / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Submitter / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Runner / Docker build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected], actions/cache@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Runner / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Runner / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Runner / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Workspace (submitter) / lint and test submitter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Workspace (submitter) / lint and test submitter
No files were found with the provided path: submitter/test-coverage. No artifacts will be uploaded.
Workspace (submitter) / lint and test submitter
No files were found with the provided path: submitter/test-results. No artifacts will be uploaded.
Workspace (submitter) / lint and test submitter
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Workspace (runner) / lint and test runner
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Workspace (runner) / lint and test runner
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Workspace (model) / lint and test model: model/src/migration/migration.1-2.ts#L5
tsdoc-undefined-tag: The TSDoc tag "@Private" is not defined in this configuration
Workspace (model) / lint and test model: model/src/migration/migration.1-2.ts#L17
tsdoc-undefined-tag: The TSDoc tag "@Private" is not defined in this configuration
Workspace (model) / lint and test model: model/src/migration/whichMigrations.ts#L7
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
Workspace (model) / lint and test model
No files were found with the provided path: model/test-results. No artifacts will be uploaded.
Workspace (model) / lint and test model
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Workspace (designer) / lint and test designer
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Workspace (designer) / lint and test designer: designer/client/ComponentEdit.js#L38
React Hook useLayoutEffect has missing dependencies: 'handleSubmit' and 'hasErrors'. Either include them or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentCreate/ComponentCreate.tsx#L57
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentCreate/ComponentCreate.tsx#L67
React Hook useLayoutEffect has a missing dependency: 'handleSubmit'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentCreate/useComponentCreate.tsx#L38
React Hook useLayoutEffect has a missing dependency: 'handleSubmit'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentListSelect/ComponentListSelect.tsx#L49
React Hook useEffect has missing dependencies: 'data', 'listDispatch', and 'selectedList?.isNew'. Either include them or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentListSelect/ComponentListSelect.tsx#L63
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/Flyout/Flyout.tsx#L33
tsdoc-undefined-tag: The TSDoc tag "@code" is not defined in this configuration
Workspace (designer) / lint and test designer: designer/client/components/Flyout/Flyout.tsx#L40
React Hook useLayoutEffect has a missing dependency: 'flyoutContext'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/Flyout/Flyout.tsx#L44
React Hook useLayoutEffect has a missing dependency: 'flyoutContext.count'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/PageLinkage/PageLinkage.tsx#L27
React Hook useCallback has a missing dependency: 'page'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/ComponentEdit.js#L38
React Hook useLayoutEffect has missing dependencies: 'handleSubmit' and 'hasErrors'. Either include them or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentCreate/ComponentCreate.tsx#L57
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentCreate/ComponentCreate.tsx#L67
React Hook useLayoutEffect has a missing dependency: 'handleSubmit'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentCreate/useComponentCreate.tsx#L38
React Hook useLayoutEffect has a missing dependency: 'handleSubmit'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentListSelect/ComponentListSelect.tsx#L49
React Hook useEffect has missing dependencies: 'data', 'listDispatch', and 'selectedList?.isNew'. Either include them or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/ComponentListSelect/ComponentListSelect.tsx#L63
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/Flyout/Flyout.tsx#L33
tsdoc-undefined-tag: The TSDoc tag "@code" is not defined in this configuration
Workspace (designer) / lint and test designer: designer/client/components/Flyout/Flyout.tsx#L40
React Hook useLayoutEffect has a missing dependency: 'flyoutContext'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/Flyout/Flyout.tsx#L44
React Hook useLayoutEffect has a missing dependency: 'flyoutContext.count'. Either include it or remove the dependency array
Workspace (designer) / lint and test designer: designer/client/components/PageLinkage/PageLinkage.tsx#L27
React Hook useCallback has a missing dependency: 'page'. Either include it or remove the dependency array
Designer / Docker build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected], actions/cache@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Designer / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Designer / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Designer / Docker build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
smoke-test / build app
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
smoke-test / build app
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
test-coverage-model Expired
127 KB
test-coverage-runner Expired
1.06 MB
test-results-runner Expired
5.48 KB