Skip to content

chore+feat: add whitelist and blacklist filtering to GET /files endpoint #1340

chore+feat: add whitelist and blacklist filtering to GET /files endpoint

chore+feat: add whitelist and blacklist filtering to GET /files endpoint #1340

Triggered via pull request July 15, 2026 12:33
Status Success
Total duration 3m 3s
Artifacts

eslint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/mission.service.ts#L241
Type Property name `mission_uuid` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
eslint: backend/src/services/mission.service.ts#L158
Async method 'findMany' has a complexity of 22. Maximum allowed is 20
eslint: backend/src/services/file-storage.service.ts#L78
Object Literal Property name `response-content-disposition` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
eslint: backend/src/services/file-query.service.ts#L126
Do not nest ternary expressions
eslint: backend/src/services/file-query.service.ts#L83
Async method 'findMany' has a complexity of 53. Maximum allowed is 20
eslint: backend/src/routing/filters/global-error-filter.ts#L27
Method 'catch' has a complexity of 25. Maximum allowed is 20