Migrations as replicas refactor #179
Annotations
10 errors and 3 warnings
src/components/modules/DashboardModule/DashboardContent/DashboardContent.spec.tsx#L1
Type '{ replicas: never[]; migrations: never[]; endpoints: never[]; projects: never[]; replicasLoading: false; migrationsLoading: boolean; endpointsLoading: false; usersLoading: false; projectsLoading: false; ... 10 more ...; onAddLicenceClick: jest.Mock<...>; }' is not assignable to type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
|
src/components/modules/DashboardModule/DashboardContent/DashboardContent.tsx#L1
No overload matches this call.
|
src/components/modules/DashboardModule/DashboardExecutions/DashboardExecutions.spec.tsx#L1
Type 'MigrationItem' is not assignable to type 'ReplicaItem'.
|
src/components/modules/DashboardModule/DashboardExecutions/DashboardExecutions.spec.tsx#L1
Type 'MigrationItem' is not assignable to type 'ReplicaItem'.
|
src/components/modules/DashboardModule/DashboardExecutions/DashboardExecutions.tsx#L1
'MigrationItem' is declared but its value is never read.
|
src/components/modules/DashboardModule/DashboardExecutions/DashboardExecutions.tsx#L1
'TransferItem' is declared but its value is never read.
|
src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
Property 'migrations' does not exist on type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
|
src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
Type '{ replicas: ReplicaItem[]; migrations: any; endpoints: Endpoint[]; style: {}; loading: false; onNewClick: jest.Mock<any, any>; }' is not assignable to type 'Readonly<Props> & Readonly<{ children?: ReactNode; }>'.
|
src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
No overload matches this call.
|
src/components/modules/DashboardModule/DashboardTopEndpoints/DashboardTopEndpoints.spec.tsx#L1
No overload matches this call.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v1, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading