dorfteich/apps/api/prisma
Claude Opus 4.8 3583a046a2
All checks were successful
CD / Build and push images (push) Successful in 2m17s
CI / Lint, typecheck, test (push) Successful in 2m1s
CI / Auth e2e pack (push) Successful in 2m23s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 8s
CD / Smoke tests against Test (push) Successful in 1m18s
CD / Promote to Int (push) Successful in 11s
Fix compaction test Bytes typing for strict typecheck (#40)
Prisma's Bytes input is Uint8Array<ArrayBuffer>; a Buffer (ArrayBufferLike)
does not satisfy it under strict types. The vitest run (esbuild, no
type-check) and nest build (excludes test files) both passed locally, so
`tsc --noEmit` in CI was the first to see it. Use a fresh Uint8Array copy in
the test fixtures.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PGdhRiwU1WRL4XxJfZYipY
2026-07-09 08:23:55 +02:00
..
fixtures Add M2 fixtures and content regression pack (#32) 2026-07-08 13:14:48 +02:00
migrations Fix compaction test Bytes typing for strict typecheck (#40) 2026-07-09 08:23:55 +02:00
schema.prisma Fix compaction test Bytes typing for strict typecheck (#40) 2026-07-09 08:23:55 +02:00
seed.ts Add M2 fixtures and content regression pack (#32) 2026-07-08 13:14:48 +02:00