feat: pass index when query #10 #53
Annotations
10 errors and 1 warning
Build Electron app:
src/store/connectionStore.ts#L78
Parameter 'index' implicitly has an 'any' type.
|
Build Electron app:
src/store/connectionStore.ts#L86
Property 'activeIndex' is missing in type '{ indices: any; id?: number | undefined; name: string; host: string; port: string | number; username?: string | undefined; password?: string | undefined; queryParameters?: string | undefined; }' but required in type '{ id?: number | undefined; name: string; host: string; port: string | number; username?: string | undefined; password?: string | undefined; queryParameters?: string | undefined; indices: { ...; }[]; activeIndex: { ...; }; }'.
|
Build Electron app:
src/store/connectionStore.ts#L91
Type '{ health: string; status: string; index: string; uuid: string; docs: { count: number; deleted: number; }; store: { size: string; }; pri: { store: { size: string; }; }; } | undefined' is not assignable to type '{ health: string; status: string; index: string; uuid: string; docs: { count: number; deleted: number; }; store: { size: string; }; pri: { store: { size: string; }; }; }'.
|
Build Electron app:
src/store/connectionStore.ts#L91
Object is possibly 'null'.
|
Build Electron app:
src/store/connectionStore.ts#L95
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
Build Electron app:
src/views/editor/index.vue#L29
Argument of type '{ defaultToken: string; tokenPostfix: string; keywords: string[]; typeKeywords: string[]; symbols: RegExp; escapes: RegExp; digits: RegExp; octaldigits: RegExp; binarydigits: RegExp; hexdigits: RegExp; tokenizer: { ...; }; }' is not assignable to parameter of type 'IMonarchLanguage | Thenable<IMonarchLanguage>'.
|
Build Electron app:
src/views/editor/index.vue#L67
'"D:/a/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
|
Build Electron app:
src/views/editor/index.vue#L85
'"D:/a/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
|
Build Electron app:
src/views/editor/index.vue#L90
'"D:/a/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
|
Build Electron app:
src/views/editor/index.vue#L111
'"D:/a/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
|
The following actions uses node12 which is deprecated and will be forced to run on node16: Yan-Jobs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading