Skip to content

fix(M2-9429): allow offline drawing answers to re-upload by regenerating missing SVG files #941

fix(M2-9429): allow offline drawing answers to re-upload by regenerating missing SVG files

fix(M2-9429): allow offline drawing answers to re-upload by regenerating missing SVG files #941

Triggered via pull request September 25, 2025 21:34
Status Failure
Total duration 5m 20s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

34 errors and 32 warnings
tsc
Process completed with exit code 2.
tsc: src/widgets/survey/ui/Intermediate.tsx#L173
Expected 10 arguments, but got 9.
src/entities/activity/lib/services/AnswersQueueService.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/activity/lib/services/IAnswersQueueService.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/activity/lib/services/UploadItemPreprocessor.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/widgets/survey/model/services/ConstructCompletionsService.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/entities/activity/lib/services/AnswersQueueService.ts#L96
Delete `····` (prettier/prettier)
src/entities/activity/lib/services/AnswersQueueService.ts#L103
Delete `····` (prettier/prettier)
src/entities/activity/lib/services/AnswersQueueService.ts#L108
Delete `·` (prettier/prettier)
src/entities/activity/lib/services/AnswersQueueService.ts#L110
Insert `,` (prettier/prettier)
src/entities/activity/lib/services/AnswersQueueService.ts#L113
Delete `····` (prettier/prettier)
src/entities/activity/lib/services/AnswersQueueService.ts#L114
Replace `item·=>·` with `⏎······item·=>` (prettier/prettier)
src/entities/activity/lib/services/AnswersQueueService.ts#L115
Insert `··` (prettier/prettier)
src/entities/activity/lib/services/AnswersQueueService.ts#L116
Insert `··` (prettier/prettier)
src/entities/activity/lib/services/AnswersQueueService.ts#L117
Replace `item.input.activityId·!==·currentActivityId` with `··item.input.activityId·!==·currentActivityId,` (prettier/prettier)
src/entities/activity/lib/services/IAnswersQueueService.ts#L14
Replace `submitId:·string,·currentActivityId:·string,·flowId:·string` with `⏎····submitId:·string,⏎····currentActivityId:·string,⏎····flowId:·string,⏎··` (prettier/prettier)
src/entities/activity/lib/services/UploadItemPreprocessor.ts#L9
`@entities/activity/lib/services/answersQueueServiceInstance` import should occur before import of `@entities/activity/lib/services/IAnswersQueueService` (import/order)
src/entities/activity/lib/services/UploadItemPreprocessor.ts#L48
Delete `····` (prettier/prettier)
src/entities/activity/lib/services/UploadItemPreprocessor.ts#L52
Replace `submitId,·activityId,·flowId);` with `⏎········submitId,⏎········activityId,⏎········flowId,` (prettier/prettier)
src/entities/activity/lib/services/UploadItemPreprocessor.ts#L53
Insert `);⏎` (prettier/prettier)
src/widgets/survey/model/services/ConstructCompletionsService.ts#L33
`@entities/activity/lib/services/IAnswersQueueService` import should occur before import of `@entities/activity/lib/services/IQueueProcessingService` (import/order)
src/widgets/survey/model/services/ConstructCompletionsService.ts#L548
Delete `·` (prettier/prettier)
src/widgets/survey/model/services/ConstructCompletionsService.ts#L549
Replace `submitId,·activityId,·flowId` with `⏎············submitId,⏎············activityId,⏎············flowId,⏎··········` (prettier/prettier)
src/widgets/survey/ui/Finish.tsx#L9
`@app/entities/activity/lib/services/answersQueueServiceInstance` import should occur before import of `@app/entities/activity/lib/services/queueProcessingServiceInstance` (import/order)
Lint
Linting failures detected. See check runs with annotations for details.
tests
Process completed with exit code 1.
src/app/model/migrations/MigrationProcessor.ts#L68
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/app/model/migrations/MigrationProcessor.ts#L138
Invalid operand for a '+' operation. Operands must each be a number or string. Got `unknown` (@typescript-eslint/restrict-plus-operands)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L60
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L61
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L63
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L64
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L70
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L71
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L73
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationReduxTypes0001.ts#L74
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L107
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L200
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/app/model/migrations/migrations/to0001/MigrationToVersion0001.ts#L216
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/app/ui/AppProvider/ReactQueryProvider.tsx#L25
Expected '!==' and instead saw '!=' (eqeqeq)
src/app/ui/AppProvider/ReactQueryProvider.tsx#L34
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
src/app/ui/AppProvider/ReactQueryProvider.tsx#L43
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
src/app/ui/AppProvider/ReactQueryProvider.tsx#L46
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
src/app/ui/AppProvider/ReduxProvider.tsx#L32
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
src/app/ui/AppProvider/ReduxProvider.tsx#L45
Unsafe argument of type `any` assigned to a parameter of type `{ identity: InitialState; applets: InitialState; streaming: StreamingState; banners: InitialState; defaultBanners: InitialState; } | Partial<...> | undefined` (@typescript-eslint/no-unsafe-argument)
src/entities/abTrail/ui/AbCanvas.tsx#L102
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L131
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L132
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L156
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L156
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbCanvas.tsx#L366
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbShapes.tsx#L38
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbShapes.tsx#L44
Unsafe argument of type `any` assigned to a parameter of type `DataSourceParam` (@typescript-eslint/no-unsafe-argument)
src/entities/abTrail/ui/AbShapes.tsx#L46
Unsafe argument of type `any` assigned to a parameter of type `DataSourceParam` (@typescript-eslint/no-unsafe-argument)
src/entities/abTrail/ui/AbShapes.tsx#L48
Unsafe argument of type `any` assigned to a parameter of type `DataSourceParam` (@typescript-eslint/no-unsafe-argument)
src/entities/abTrail/ui/AbShapes.tsx#L71
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/abTrail/ui/AbShapes.tsx#L83
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
src/entities/activity/lib/hooks/useQueueProcessing.ts#L49
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)