feat: add Dash0 as supported datastore #6637
Annotations
4 errors and 10 warnings
Run cd web; npm run lint && npm test
Element implicitly has an 'any' type because expression of type 'SupportedDataStores' can't be used to index type '{ readonly awsxray: ({ width, height }: IIconProps) => Element; readonly azureappinsights: ({ width, height }: IIconProps) => Element; readonly datadog: ({ width, height }: IIconProps) => Element; ... 12 more ...; readonly tempo: ({ width, height }: IIconProps) => Element; }'.
|
Run cd web; npm run lint && npm test
Element implicitly has an 'any' type because expression of type 'SupportedDataStores' can't be used to index type '{ readonly awsxray: ({ color, width, height }: IIconProps) => Element; readonly azureappinsights: ({ color, width, height }: IIconProps) => Element; readonly datadog: ({ color, width, height }: IIconProps) => Element; ... 12 more ...; readonly tempo: ({ color, width, height }: IIconProps) => Element; }'.
|
Run cd web; npm run lint && npm test
Element implicitly has an 'any' type because expression of type '"http" | "grpc" | "traceid" | "kafka" | "cypress" | "playwright" | "artillery" | "k6" | "playwrightengine" | "graphql"' can't be used to index type '{ readonly http: IPlugin; readonly grpc: IPlugin; readonly kafka: IPlugin; readonly traceid: IPlugin; readonly cypress: IPlugin; readonly playwright: IPlugin; readonly artillery: IPlugin; readonly k6: IPlugin; readonly playwrightengine: IPlugin; }'.
|
Run cd web; npm run lint && npm test
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run cd web; npm run lint && npm test:
web/src/components/TestConnectionStatus/hooks/useTestConnnectionStatus.ts#L38
React Hook useMemo has a missing dependency: 'form'. Either include it or remove the dependency array
|
Run cd web; npm run lint && npm test:
web/src/components/TestConnectionStatus/hooks/useTestConnnectionStatus.ts#L67
React Hook useEffect has missing dependencies: 'onReset' and 'onStartPolling'. Either include them or remove the dependency array
|
Run cd web; npm run lint && npm test:
web/src/components/TestOutputForm/TestOutputForm.tsx#L62
React Hook useEffect has a missing dependency: 'onCancel'. Either include it or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run cd web; npm run lint && npm test:
web/src/components/TestSpecForm/TestSpecForm.tsx#L77
React Hook useEffect has missing dependencies: 'assertions', 'name', 'onCancel', 'onValuesChange', and 'selector'. Either include them or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run cd web; npm run lint && npm test:
web/src/components/Visualization/components/Timeline/VerticalResizer/VerticalResizer.tsx#L18
The ref value 'draggerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'draggerRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
Run cd web; npm run lint && npm test:
web/src/models/Trigger.model.ts#L65
'request' is defined but never used
|
Run cd web; npm run lint && npm test:
web/src/models/Trigger.model.ts#L71
'request' is defined but never used
|
Run cd web; npm run lint && npm test:
web/src/models/Trigger.model.ts#L77
'request' is defined but never used
|
Run cd web; npm run lint && npm test:
web/src/pages/CreateTest/Content.tsx#L54
React Hook useEffect has missing dependencies: 'initialValues' and 'onValidateTest'. Either include them or remove the dependency array
|
Loading