Skip to content

Skip missing history item ids in job exports #13998

Skip missing history item ids in job exports

Skip missing history item ids in job exports #13998

Triggered via pull request April 25, 2026 10:59
Status Failure
Total duration 3m 1s
Artifacts

js_lint.yaml

on: pull_request
client-unit-test
2m 41s
client-unit-test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
client-unit-test
Process completed with exit code 2.
client-unit-test
Property 'ignore_errors' is missing in type '{ target_uri: string; model_store_format: "rocrate.zip"; include_files: true; include_hidden: false; include_deleted: false; }' but required in type '{ ignore_errors: boolean | null; include_deleted: boolean; include_files: boolean; include_hidden: boolean; model_store_format: "tgz" | "tar" | "tar.gz" | "bag.zip" | "bag.tar" | "bag.tgz" | "rocrate.zip" | "bco.json"; target_uri: string; }'.
client-unit-test
Argument of type '{ target_uri: string; model_store_format: "tgz" | "tar" | "tar.gz" | "bag.zip" | "bag.tar" | "bag.tgz" | "rocrate.zip" | "bco.json"; include_files: boolean; include_hidden: boolean; include_deleted: boolean; }' is not assignable to parameter of type '{ ignore_errors: boolean | null; include_deleted: boolean; include_files: boolean; include_hidden: boolean; model_store_format: "tgz" | "tar" | "tar.gz" | "bag.zip" | "bag.tar" | "bag.tgz" | "rocrate.zip" | "bco.json"; target_uri: string; }'.
client-unit-test
Type '{ target_uri: string; model_store_format: "tgz" | "tar" | "tar.gz" | "bag.zip" | "bag.tar" | "bag.tgz" | "rocrate.zip" | "bco.json"; include_deleted: boolean; include_hidden: boolean; include_files: boolean; bco_merge_history_metadata: false; }' is not assignable to type '{ bco_merge_history_metadata: boolean; bco_override_algorithmic_error?: ({ [x: string]: string; } & {}) | null | undefined; bco_override_empirical_error?: ({ [x: string]: string; } & {}) | null | undefined; ... 7 more ...; target_uri: string; } & {}'.
client-unit-test
Type '{ model_store_format: "tar.gz"; include_files: true; include_deleted: false; include_hidden: false; target_uri: string; }' is not assignable to type '{ ignore_errors: boolean | null; include_deleted: boolean; include_files: boolean; include_hidden: boolean; model_store_format: "tgz" | "tar" | "tar.gz" | "bag.zip" | "bag.tar" | "bag.tgz" | "rocrate.zip" | "bco.json"; target_uri: string; } | { ...; }'.
client-unit-test
Type '{ target_uri: string; model_store_format: "tgz" | "tar" | "tar.gz" | "bag.zip" | "bag.tar" | "bag.tgz" | "rocrate.zip" | "bco.json"; include_files: boolean; include_deleted: boolean; include_hidden: boolean; }' is not assignable to type '{ ignore_errors: boolean | null; include_deleted: boolean; include_files: boolean; include_hidden: boolean; model_store_format: "tgz" | "tar" | "tar.gz" | "bag.zip" | "bag.tar" | "bag.tgz" | "rocrate.zip" | "bco.json"; target_uri: string; } & {}'.
client-unit-test: client/src/components/ChatGXY/ChatMessageCell.test.ts#L231
Unexpected any. Specify a different type
client-unit-test: client/src/components/ChatGXY/ChatMessageCell.test.ts#L210
Unexpected any. Specify a different type
client-unit-test: client/src/components/ChatGXY/ChatMessageCell.test.ts#L37
Unexpected any. Specify a different type
client-unit-test: client/src/components/ChatGXY/ChatInput.test.ts#L7
Unexpected any. Specify a different type
client-unit-test: client/src/components/BaseComponents/GTabs.vue#L198
Variable 'tab' is already declared in the upper scope
client-unit-test: client/src/components/BaseComponents/GTabs.vue#L170
Variable 'tab' is already declared in the upper scope
client-unit-test: client/src/components/Annotation.vue#L1
Component name "Annotation" should always be multi-word
client-unit-test: client/src/components/Alert.vue#L37
Prop 'show' requires default value to be set
client-unit-test: client/src/components/Alert.vue#L35
Prop 'dismissLabel' requires default value to be set
client-unit-test: client/src/components/Alert.vue#L1
Component name "Alert" should always be multi-word