Skip to content

refac(api): overhaul upload pipeline and fix race conditions #1272

refac(api): overhaul upload pipeline and fix race conditions

refac(api): overhaul upload pipeline and fix race conditions #1272

Triggered via pull request June 18, 2026 13:06
Status Success
Total duration 3m 0s
Artifacts

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint: frontend/src/components/upload-mission-folder.vue#L21
Prop 'projectUuid' requires default value to be set
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/routing/filters/global-error-filter.ts#L27
Method 'catch' has a complexity of 25. Maximum allowed is 20