added fix for jobs and cache Support for workbench ,MDS support #1101
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 14 warnings
Lint:
public/components/datasources/components/manage/accelerations/create_accelerations_flyout/selectors/selector_helpers/load_databases.tsx#L45
Replace `dataSourceName:dataSourceName` with `·dataSourceName:·dataSourceName·`
|
|
Lint:
public/components/datasources/components/manage/accelerations/create_accelerations_flyout/selectors/selector_helpers/load_objects.tsx#L68
Replace `dataSourceName:dataSourceName,·databaseName:databaseName` with `·dataSourceName:·dataSourceName,·databaseName:·databaseName·`
|
|
|
Lint:
public/components/datasources/components/manage/accelerations/create_accelerations_flyout/selectors/selector_helpers/load_objects.tsx#L69
Replace `dataSourceName:dataSourceName` with `·dataSourceName:·dataSourceName·`
|
|
Lint:
public/components/datasources/components/manage/associated_objects/associated_objects_tab.tsx#L103
Replace `databaseName:datasource.name` with `·databaseName:·datasource.name·`
|
Lint:
server/routes/index.ts#L28
Replace `·router,·client,·dataSourceEnabled·}:·{·router:·IRouter;·client:·ILegacyClusterClient,·dataSourceEnabled:·boolean·` with `⏎··router,⏎··client,⏎··dataSourceEnabled,⏎}:·{⏎··router:·IRouter;⏎··client:·ILegacyClusterClient;⏎··dataSourceEnabled:·boolean;⏎`
|
Lint
Process completed with exit code 1.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, lots0logs/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
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/
|
Lint
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/
|
Lint:
common/types/data_connections.ts#L75
Unexpected any. Specify a different type
|
Lint:
public/components/datasources/components/manage/accelerations/acceleration_details_flyout.tsx#L65
Unexpected any. Specify a different type
|
Lint:
public/components/datasources/components/manage/accelerations/acceleration_details_flyout.tsx#L145
React Hook useEffect has a missing dependency: 'getAccDetail'. Either include it or remove the dependency array
|
Lint:
public/components/datasources/components/manage/accelerations/acceleration_table.tsx#L47
Unexpected any. Specify a different type
|
Lint:
public/components/datasources/components/manage/accelerations/acceleration_table.tsx#L78
React Hook useEffect has a missing dependency: 'handleRefresh'. Either include it or remove the dependency array
|
Lint:
public/components/datasources/components/manage/accelerations/acceleration_table.tsx#L118
React Hook useEffect has missing dependencies: 'accelerationsLoadStatus', 'dataSourceName', and 'startLoadingAccelerations'. Either include them or remove the dependency array
|
Lint:
public/components/datasources/components/manage/accelerations/acceleration_table.tsx#L132
React Hook useEffect has a missing dependency: 'dataSourceName'. Either include it or remove the dependency array
|
Lint:
public/components/datasources/components/manage/accelerations/acceleration_table.tsx#L139
React Hook useCallback has missing dependencies: 'dataSourceName' and 'startLoadingAccelerations'. Either include them or remove the dependency array
|
Lint:
public/components/datasources/components/manage/accelerations/acceleration_table.tsx#L320
Unexpected any. Specify a different type
|
Lint:
public/components/datasources/components/manage/accelerations/create_accelerations_flyout/create/create_acceleration.tsx#L178
React Hook useEffect has missing dependencies: 'accelerationFormData.dataSource', 'accelerationFormData.dataTable', 'accelerationFormData.database', and 'initiateColumnLoad'. Either include them or remove the dependency array
|