EVEREST-1306: fix strings to numbers #1523
dev-fe-gatekeeper.yaml
on: pull_request
Annotations
8 errors and 16 warnings
CI_checks (build)
Type 'number | undefined' is not assignable to type 'string | undefined'.
|
CI_checks (build)
@percona/everest#build: command (/home/runner/work/everest/everest/ui/apps/everest) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
CI_checks (build)
Type '{ numberOfNodes: string; numberOfProxies: string; customNrOfNodes: string; customNrOfProxies: string; resourceSizePerNode: ResourceSize; resourceSizePerProxy: ResourceSize; ... 9 more ...; sharding: boolean; }' is not assignable to type 'objectOutputType<{ shardNr: ZodOptional<ZodString>; shardConfigServers: ZodOptional<ZodNumber>; cpu: ZodPipeline<ZodUnion<[ZodString, ZodNumber]>, ZodNumber>; ... 10 more ...; customNrOfProxies: ZodOptional<...>; }, ZodTypeAny, "passthrough">'.
|
CI_checks (build)
Process completed with exit code 2.
|
E2E_tests_workflow / e2e
@percona/everest#build: command (/home/runner/work/everest/everest/ui/apps/everest) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|
E2E_tests_workflow / e2e
Type 'number | undefined' is not assignable to type 'string | undefined'.
|
E2E_tests_workflow / e2e
Type '{ numberOfNodes: string; numberOfProxies: string; customNrOfNodes: string; customNrOfProxies: string; resourceSizePerNode: ResourceSize; resourceSizePerProxy: ResourceSize; ... 9 more ...; sharding: boolean; }' is not assignable to type 'objectOutputType<{ shardNr: ZodOptional<ZodString>; shardConfigServers: ZodOptional<ZodNumber>; cpu: ZodPipeline<ZodUnion<[ZodString, ZodNumber]>, ZodNumber>; ... 10 more ...; customNrOfProxies: ZodOptional<...>; }, ZodTypeAny, "passthrough">'.
|
E2E_tests_workflow / e2e
Process completed with exit code 2.
|
CI_checks (format)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CI_checks (lint)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CI_checks (lint):
ui/packages/design/src/themes/base/BaseTheme.tsx#L106
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
|
CI_checks (lint):
ui/packages/ui-lib/src/table/usePersistentColumnVisibility.ts#L45
React Hook useEffect has a missing dependency: 'key'. Either include it or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/cluster-form/resources/resources.tsx#L192
React Hook useEffect has missing dependencies: 'cpuInputName', 'diskInputName', 'memoryInputName', and 'sizeOptions'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/cluster-form/resources/resources.tsx#L200
React Hook useEffect has a missing dependency: 'diskInputName'. Either include it or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/cluster-form/resources/resources.tsx#L209
React Hook useEffect has missing dependencies: 'resourceSizePerUnit', 'resourceSizePerUnitInputName', and 'sizeOptions'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/cluster-form/resources/resources.tsx#L219
React Hook useEffect has missing dependencies: 'resourceSizePerUnit', 'resourceSizePerUnitInputName', and 'sizeOptions'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/cluster-form/resources/resources.tsx#L228
React Hook useEffect has missing dependencies: 'resourceSizePerUnit', 'resourceSizePerUnitInputName', and 'sizeOptions'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/protected-route/ProtectedRoute.tsx#L19
React Hook useEffect has missing dependencies: 'location.pathname' and 'setRedirectRoute'. Either include them or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/components/schedule-form-dialog/schedule-form-wrapper/schedule-form-wrapper.tsx#L62
React Hook useEffect has a missing dependency: 'trigger'. Either include it or remove the dependency array
|
CI_checks (lint):
ui/apps/everest/src/contexts/auth/auth.provider.tsx#L131
React Hook useCallback has a missing dependency: 'isSsoEnabled'. Either include it or remove the dependency array
|
CI_checks (test)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CI_checks (build)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E_tests_workflow / e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E_tests_workflow / e2e
No files were found with the provided path: ui/apps/everest/.e2e/playwright-report/. No artifacts will be uploaded.
|