Skip to content

fix(CLI+SDK): improve separation of concerns for file transfers #1267

fix(CLI+SDK): improve separation of concerns for file transfers

fix(CLI+SDK): improve separation of concerns for file transfers #1267

Triggered via pull request June 15, 2026 09:10
Status Success
Total duration 3m 4s
Artifacts

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint: frontend/src/components/help-message.vue#L16
Prop 'text' requires default value to be set
eslint: frontend/src/components/documentation-icon.vue#L14
Prop 'link' requires default value to be set
eslint: frontend/src/components/button-wrapper/dialog-opener-create-mission.vue#L21
Prop 'projectUuid' requires default value to be set
eslint: frontend/src/components/actions/compute-resources-selector.vue#L206
Variable name `number_` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
eslint: backend/tests/soft-delete/soft-delete-behavior.test.ts#L386
Object Literal Property name `image_name` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
eslint: backend/tests/soft-delete/soft-delete-behavior.test.ts#L322
Object Literal Property name `key_type` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
eslint: backend/tests/auth/auth-flow/affiliation-sync.test.ts#L28
Object Literal Property name `access_groups` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
eslint: backend/tests/auth/auth-flow/affiliation-sync.test.ts#L25
Object Literal Property name `access_groups` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
eslint: backend/src/services/file.service.ts#L1107
Object Literal Property name `response-content-disposition` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
eslint: backend/src/routing/filters/global-error-filter.ts#L27
Method 'catch' has a complexity of 25. Maximum allowed is 20