Skip to content

refactor: unify DataTable card container and layout spacing tokens #260

refactor: unify DataTable card container and layout spacing tokens

refactor: unify DataTable card container and layout spacing tokens #260

Triggered via push June 3, 2026 16:24
Status Failure
Total duration 54s
Artifacts

ci.yml

on: push
Detect Changes
6s
Detect Changes
Backend Build
0s
Backend Build
Validate Migrations
0s
Validate Migrations
i18n Check (management)
14s
i18n Check (management)
Matrix: docker-verify
Matrix: frontend-lint
Matrix: frontend-test
Matrix: frontend-type-check
Backend Test
Backend Test
Fit to window
Zoom out
Zoom in

Annotations

19 errors
i18n Check (management)
Process completed with exit code 1.
Lint (management): management/src/views/problems/components/ProblemAuditDrawer.vue#L74
Unexpected any. Specify a different type
Lint (management): management/src/views/problems/components/ProblemAuditDrawer.vue#L74
Unexpected any. Specify a different type
Lint (management): management/src/views/comments/CommentsListView.vue#L33
'CommentActions' is defined but never used
Lint (management): management/src/views/comments/CommentsListView.vue#L26
'PERM' is defined but never used
Lint (management): management/src/views/comments/CommentsListView.vue#L10
'IconFlag' is defined but never used
Lint (management): management/src/views/comments/CommentsListView.vue#L9
'IconEye' is defined but never used
Lint (management): management/src/utils/request.ts#L132
Unexpected any. Specify a different type
Lint (management): management/src/utils/request.ts#L131
Unexpected any. Specify a different type
Lint (management): management/src/utils/__tests__/error.test.ts#L34
Unexpected any. Specify a different type
Test (management)
Process completed with exit code 1.
utils/__tests__/error.test.ts > getErrorContext > action context > should include action in not found message: management/src/utils/__tests__/error.test.ts#L122
AssertionError: expected 'Delete problem errors.errorType.notFo…' to be 'Delete problem not found' // Object.is equality Expected: "Delete problem not found" Received: "Delete problem errors.errorType.notFound.message" ❯ utils/__tests__/error.test.ts:122:30
utils/__tests__/error.test.ts > getErrorContext > when error is not ApiError > should return network error context for generic error: management/src/utils/__tests__/error.test.ts#L98
AssertionError: expected 'errors.errorType.network.title' to be 'Network Error' // Object.is equality Expected: "Network Error" Received: "errors.errorType.network.title" ❯ utils/__tests__/error.test.ts:98:28
utils/__tests__/error.test.ts > getErrorContext > when error is ApiError with status code > should return server error context for 500 status: management/src/utils/__tests__/error.test.ts#L73
AssertionError: expected 'errors.errorType.serverError.title' to be 'Server Error' // Object.is equality Expected: "Server Error" Received: "errors.errorType.serverError.title" ❯ utils/__tests__/error.test.ts:73:28
utils/__tests__/error.test.ts > getErrorContext > when error is ApiError with status code > should return not found context for 404 status: management/src/utils/__tests__/error.test.ts#L64
AssertionError: expected 'errors.errorType.notFound.title' to be 'Not Found' // Object.is equality Expected: "Not Found" Received: "errors.errorType.notFound.title" ❯ utils/__tests__/error.test.ts:64:28
utils/__tests__/error.test.ts > getErrorContext > when error is ApiError with status code > should return forbidden context for 403 status: management/src/utils/__tests__/error.test.ts#L55
AssertionError: expected 'errors.errorType.forbidden.title' to be 'Forbidden' // Object.is equality Expected: "Forbidden" Received: "errors.errorType.forbidden.title" ❯ utils/__tests__/error.test.ts:55:28
utils/__tests__/error.test.ts > getErrorContext > when error is ApiError with status code > should return unauthorized context for 401 status: management/src/utils/__tests__/error.test.ts#L46
AssertionError: expected 'errors.errorType.unauthorized.title' to be 'Unauthorized' // Object.is equality Expected: "Unauthorized" Received: "errors.errorType.unauthorized.title" ❯ utils/__tests__/error.test.ts:46:28
utils/__tests__/error.test.ts > getErrorContext > when error is ApiError with status code > should return validation context for 400 status: management/src/utils/__tests__/error.test.ts#L37
AssertionError: expected 'errors.errorType.validation.title' to be 'Validation Error' // Object.is equality Expected: "Validation Error" Received: "errors.errorType.validation.title" ❯ utils/__tests__/error.test.ts:37:28