Skip to content

#10 fix save file and read code from file issue #56

#10 fix save file and read code from file issue

#10 fix save file and read code from file issue #56

Triggered via push January 6, 2024 12:15
Status Failure
Total duration 2m 1s
Artifacts

node.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
build (ubuntu-latest, 18.x): src/store/connectionStore.ts#L78
Parameter 'index' implicitly has an 'any' type.
build (ubuntu-latest, 18.x): 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 (ubuntu-latest, 18.x): 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 (ubuntu-latest, 18.x): src/store/connectionStore.ts#L91
Object is possibly 'null'.
build (ubuntu-latest, 18.x): src/store/connectionStore.ts#L95
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L63
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 (ubuntu-latest, 18.x): src/views/editor/index.vue#L102
'"/home/runner/work/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L120
'"/home/runner/work/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L125
'"/home/runner/work/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (ubuntu-latest, 18.x): src/views/editor/index.vue#L146
'"/home/runner/work/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (macos-latest, 18.x): src/store/connectionStore.ts#L78
Parameter 'index' implicitly has an 'any' type.
build (macos-latest, 18.x): 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 (macos-latest, 18.x): 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 (macos-latest, 18.x): src/store/connectionStore.ts#L91
Object is possibly 'null'.
build (macos-latest, 18.x): src/store/connectionStore.ts#L95
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build (macos-latest, 18.x): src/views/editor/index.vue#L63
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 (macos-latest, 18.x): src/views/editor/index.vue#L102
'"/Users/runner/work/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (macos-latest, 18.x): src/views/editor/index.vue#L120
'"/Users/runner/work/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (macos-latest, 18.x): src/views/editor/index.vue#L125
'"/Users/runner/work/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (macos-latest, 18.x): src/views/editor/index.vue#L146
'"/Users/runner/work/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (windows-latest, 18.x): src/store/connectionStore.ts#L78
Parameter 'index' implicitly has an 'any' type.
build (windows-latest, 18.x): 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 (windows-latest, 18.x): 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 (windows-latest, 18.x): src/store/connectionStore.ts#L91
Object is possibly 'null'.
build (windows-latest, 18.x): src/store/connectionStore.ts#L95
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build (windows-latest, 18.x): src/views/editor/index.vue#L63
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 (windows-latest, 18.x): src/views/editor/index.vue#L102
'"D:/a/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (windows-latest, 18.x): src/views/editor/index.vue#L120
'"D:/a/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (windows-latest, 18.x): src/views/editor/index.vue#L125
'"D:/a/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (windows-latest, 18.x): src/views/editor/index.vue#L146
'"D:/a/dockit/dockit/node_modules/monaco-editor/esm/vs/editor/editor.api"' has no exported member named 'Editor'. Did you mean 'editor'?
build (ubuntu-latest, 18.x)
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/
build (macos-latest, 18.x)
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/
build (windows-latest, 18.x)
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/