Backend: slow query detector, content recommender, XP levels, funnel analysis - #430
Merged
Mkalbani merged 1 commit intoAug 27, 2026
Annotations
20 errors and 12 warnings
|
TypeScript Type Check:
src/blockchain-events/event-handlers.service.spec.ts#L357
Argument of type 'Record<string, any>' is not assignable to parameter of type 'AchievementUnlockedPayload'.
|
|
TypeScript Type Check:
src/blockchain-events/event-handlers.service.spec.ts#L346
Argument of type 'Record<string, any>' is not assignable to parameter of type 'AchievementUnlockedPayload'.
|
|
TypeScript Type Check:
src/blockchain-events/event-handlers.service.spec.ts#L324
Argument of type 'Record<string, any>' is not assignable to parameter of type 'RewardClaimedPayload'.
|
|
TypeScript Type Check:
src/blockchain-events/event-handlers.service.spec.ts#L314
Argument of type 'Record<string, any>' is not assignable to parameter of type 'RewardClaimedPayload'.
|
|
TypeScript Type Check:
src/blockchain-events/blockchain-events.service.spec.ts#L143
Argument of type 'Observable<{ data: { _embedded: { records: { id: string; paging_token: string; ledger: number; created_at: string; transaction_hash: string; type: string; contract_id: string; topic: string[]; value: { xdr: string; }; }[]; }; }; }>' is not assignable to parameter of type 'Observable<AxiosResponse<unknown, unknown, {}>>'.
|
|
TypeScript Type Check:
src/blockchain-events/blockchain-events.service.spec.ts#L121
Argument of type 'Observable<{ data: { _embedded: { records: { id: string; paging_token: string; ledger: number; created_at: string; transaction_hash: string; type: string; contract_id: string; topic: string[]; value: { xdr: string; }; }[]; }; }; }>' is not assignable to parameter of type 'Observable<AxiosResponse<unknown, unknown, {}>>'.
|
|
TypeScript Type Check:
src/auth/auth.service.spec.ts#L172
Argument of type 'true' is not assignable to parameter of type 'never'.
|
|
TypeScript Type Check:
src/auth/auth.service.spec.ts#L130
Argument of type '{ id: string; email: string; isVerified: boolean; role: { id: number; name: UserRole; description: string; }; verificationToken: string; }' is not assignable to parameter of type 'DeepPartial<User> & User'.
|
|
TypeScript Type Check:
src/auth/auth.service.spec.ts#L129
Argument of type '{ id: string; email: string; isVerified: boolean; role: { id: number; name: UserRole; description: string; }; verificationToken: string; }' is not assignable to parameter of type 'User'.
|
|
TypeScript Type Check:
src/auth/auth.service.spec.ts#L128
Argument of type '{ id: number; name: UserRole; description: string; }' is not assignable to parameter of type 'Role'.
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-publisher.ts#L106
Unsafe member access .stack on an `any` value
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-publisher.ts#L75
Unsafe assignment of an `any` value
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-publisher.ts#L53
Unsafe member access .assertExchange on a type that cannot be resolved
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-publisher.ts#L53
Unsafe call of a type that could not be resolved
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L71
Unsafe member access [methodName] on an `any` value
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L71
Unsafe call of an `any` typed value
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L71
Unsafe assignment of an `any` value
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L67
Unsafe member access [methodName] on an `any` value
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L61
Unsafe assignment of an `any` value
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L56
Unsafe object destructuring of a property with an `any` value
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Post Checkout Code
The process '/usr/bin/git' failed with exit code 128
|
|
Lint Check:
src/Search and Indexing Service Setup/src/analytics/analytics.service.ts#L187
Unsafe argument of type `any` assigned to a parameter of type `number`
|
|
Lint Check:
src/Search and Indexing Service Setup/src/analytics/analytics.service.ts#L119
Unsafe argument of type `any` assigned to a parameter of type `number`
|
|
Lint Check:
src/Search and Indexing Service Setup/src/analytics/analytics.service.ts#L118
Unsafe argument of type `any` assigned to a parameter of type `number`
|
|
Lint Check:
src/Scheduler and Cron Service Setup/microservices/scheduler-service/src/main.ts#L8
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
|
|
Lint Check:
libs/shared-communication/src/grpc/grpc-client.service.ts#L100
Unsafe argument of type `any` assigned to a parameter of type `Observable<unknown>`
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-subscriber.ts#L128
Unsafe argument of type error typed assigned to a parameter of type `string`
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-publisher.ts#L99
Unsafe argument of type error typed assigned to a parameter of type `PublishOptions`
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L72
Unsafe argument of type `any` assigned to a parameter of type `EventHandler<unknown>`
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L67
Unsafe argument of type `any` assigned to a parameter of type `Function | Type<any>`
|
|
Lint Check:
libs/shared-communication/src/event-bus/event-bus.module.ts#L62
Unsafe argument of type `any` assigned to a parameter of type `object`
|
background
wait
wait-all
cancel
parallel
Loading