DesignSafe: Adjust credential creation to use TMS #3113
main.yml
on: pull_request
Server_Side_Unit_Tests
1m 11s
Server_Side_Linting
27s
Client_Side_Unit_Tests
1m 4s
React_NX_unit_tests
59s
React_NX_linting
27s
Annotations
3 errors and 10 warnings
React_NX_unit_tests
Property 'noAllocationRequired' does not exist on type '{ label?: string | undefined; keyservice?: boolean | undefined; isMyData?: boolean | undefined; hasWork?: boolean | undefined; portalNames: string[]; }'.
|
React_NX_unit_tests
Property 'noAllocationRequired' does not exist on type '{ label?: string | undefined; keyservice?: boolean | undefined; isMyData?: boolean | undefined; hasWork?: boolean | undefined; portalNames: string[]; }'.
|
React_NX_unit_tests
Process completed with exit code 1.
|
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#L145
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#L242
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#L263
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#L311
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#L352
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#L362
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#L366
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#L404
React Hook useEffect has missing dependencies: 'definition.notes.isInteractive', 'initialValues', 'isSuccess', 'pushKeysSystem?.defaultAuthnMethod', 'reset', and 'setInteractiveModalDetails'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setPushKeysSystem' needs the current value of 'pushKeysSystem.defaultAuthnMethod'
|