perf(ab-testing): add indexes to experiment entity + migration #1179
ci.yml
on: pull_request
No build artifacts in git
6s
validate
1m 7s
security-scan
34s
Annotations
11 errors and 10 warnings
|
security-scan
Process completed with exit code 1.
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L10
Strings must use singlequote
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L10
Replace ``CREATE·INDEX·"IDX_experiments_updated_at"·ON·"experiments"·("updatedAt")`` with `⏎······`CREATE·INDEX·"IDX_experiments_updated_at"·ON·"experiments"·("updatedAt")`,⏎····`
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L9
Strings must use singlequote
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L9
Replace ``CREATE·INDEX·"IDX_experiments_created_at"·ON·"experiments"·("createdAt")`` with `⏎······`CREATE·INDEX·"IDX_experiments_created_at"·ON·"experiments"·("createdAt")`,⏎····`
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L8
Strings must use singlequote
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L7
Strings must use singlequote
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L7
Replace ``CREATE·INDEX·"IDX_experiments_start_date"·ON·"experiments"·("startDate")`` with `⏎······`CREATE·INDEX·"IDX_experiments_start_date"·ON·"experiments"·("startDate")`,⏎····`
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L6
Strings must use singlequote
|
|
validate:
src/migrations/1735689600-add-experiment-indexes.ts#L5
Strings must use singlequote
|
|
|
|
No build artifacts in git
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
security-scan
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, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
validate
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, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
validate:
src/payments/providers/payment-provider.service.ts#L61
'metadata' is assigned a value but never used. Allowed unused args must match /^_/u
|
|
validate:
src/payments/providers/payment-provider.service.ts#L41
'metadata' is assigned a value but never used. Allowed unused args must match /^_/u
|
|
validate:
src/migrations/1599999999999-BaselineSchema.ts#L2313
'queryRunner' is defined but never used. Allowed unused args must match /^_/u
|
|
validate:
src/email-marketing/automation/automation.service.ts#L25
'validateWebhookUrl' is defined but never used. Allowed unused vars must match /^_/u
|
|
validate:
src/auth/auth.controller.ts#L23
'Tenant' is defined but never used. Allowed unused vars must match /^_/u
|
|
validate:
src/achievements/achievements.seed.ts#L2
'Logger' is defined but never used. Allowed unused vars must match /^_/u
|
|
validate:
src/ab-testing/entities/experiment.entity.ts#L7
'OneToMany' is defined but never used. Allowed unused vars must match /^_/u
|