Skip to content

feat: implement async data fetching in getMany method of dataProvider #62

feat: implement async data fetching in getMany method of dataProvider

feat: implement async data fetching in getMany method of dataProvider #62

Triggered via pull request December 20, 2024 20:43
Status Success
Total duration 25s
Artifacts

unittest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 1 notice
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint/suspicious/noArrayIndexKey: src/components/molecules/ChatDialog.tsx#L74
Avoid using the index of an array as key property in an element.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L14
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L14
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L15
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L21
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/Exporter.tsx#L21
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/export.ts#L148
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/export.ts#L149
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/floatJson.ts#L37
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/organisms/OTIOExporter/floatJson.ts#L48
Unexpected any. Specify a different type.
lint/complexity/noForEach: src/resources/streams/List.tsx#L106
Prefer for...of instead of forEach.