Skip to content

WA-343: App Form - label update for interactive session #2998

WA-343: App Form - label update for interactive session

WA-343: App Form - label update for interactive session #2998

Triggered via pull request November 14, 2024 22:38
Status Success
Total duration 1m 23s
Artifacts

main.yml

on: pull_request
Server_Side_Unit_Tests
1m 14s
Server_Side_Unit_Tests
Server_Side_Linting
29s
Server_Side_Linting
Client_Side_Unit_Tests
1m 6s
Client_Side_Unit_Tests
React_NX_unit_tests
1m 10s
React_NX_unit_tests
React_NX_linting
34s
React_NX_linting
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Server_Side_Linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
React_NX_linting: client/src/onboarding/layouts/OnboardingAdminLayout.tsx#L271
React Hook useEffect has missing dependencies: 'eventLogModalParams.step' and 'eventLogModalParams.user'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setEventLogModalParams' needs the current value of 'eventLogModalParams.user'
React_NX_linting: client/src/onboarding/layouts/OnboardingWebsocketHandler.tsx#L70
React Hook useEffect has a missing dependency: 'processSetupEvent'. Either include it or remove the dependency array
React_NX_linting: client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L138
React Hook useMemo has missing dependencies: 'appId', 'appVersion', 'configuration.defaults', 'fileInputs.defaults', 'outputs.defaults', and 'parameterSet.defaults'. Either include them or remove the dependency array
React_NX_linting: client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L231
React Hook useMemo has a missing dependency: 'getSteps'. Either include it or remove the dependency array
React_NX_linting: client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L252
React Hook useEffect has missing dependencies: 'getInitialCurrentStep', 'getSteps', and 'reset'. Either include them or remove the dependency array
React_NX_linting: client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L300
React Hook React.useEffect has missing dependencies: 'allocations', 'definition', 'execSystems', and 'getValues'. Either include them or remove the dependency array
React_NX_linting: client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L341
React Hook useEffect has missing dependencies: 'configuration.fields' and 'steps'. Either include them or remove the dependency array
React_NX_linting: client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L351
React Hook useCallback has missing dependencies: 'fieldValues' and 'steps'. Either include them or remove the dependency array
React_NX_linting: client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L355
React Hook useCallback has a missing dependency: 'steps'. Either include it or remove the dependency array
React_NX_linting: client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L385
React Hook useEffect has missing dependencies: 'definition.notes.isInteractive', 'initialValues', 'isSuccess', 'reset', and 'setInteractiveModalDetails'. Either include them or remove the dependency array
Server_Side_Unit_Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/