phase-8: complete

This commit is contained in:
Dennis (via Claude+Gemma) 2026-05-23 06:01:18 +02:00
parent 4deb4d35e9
commit 7c6ab0c4d7
2 changed files with 17 additions and 1 deletions

View File

@ -7,6 +7,7 @@
"time-entry-bulk-actions", "time-entry-bulk-actions",
"customer-csv-import", "customer-csv-import",
"account-deletion", "account-deletion",
"project-stats-page" "project-stats-page",
"api-client-phase8"
] ]
} }

View File

@ -1002,3 +1002,18 @@ src/index.ts(27,25): error TS2769: No overload matches this call.
Overload 2 of 3, '(plugin: FastifyPluginAsync<{ limits: { fileSize: number; }; }, RawServerDefault, FastifyTypeProvider, FastifyBaseLogger>, opts?: FastifyRegisterOptions<...> | undefined): FastifyInstance<...> & PromiseLike<...>', gave the following error. Overload 2 of 3, '(plugin: FastifyPluginAsync<{ limits: { fileSize: number; }; }, RawServerDefault, FastifyTypeProvider, FastifyBaseLogger>, opts?: FastifyRegisterOptions<...> | undefined): FastifyInstance<...> & PromiseLike<...>', gave the following error.
Argument of type 'Promise<FastifyMultipartPlugin>' is not assignable to parameter of type 'FastifyPluginAsync<{ limits: { fileSize: number; }; }, RawServerDefault, FastifyTypeProvider, FastifyBaseLogger>'. Argument of type 'Promise<FastifyMultipartPlugin>' is not assignable to parameter of type 'FastifyPluginAsync<{ limits: { fileSize: number; }; }, RawServerDefault, FastifyTypeProvider, FastifyBaseLogger>'.
Type 'Promise<FastifyMultipartPlugin>' provides no match for the signature '(instance: FastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTy Type 'Promise<FastifyMultipartPlugin>' provides no match for the signature '(instance: FastifyInstance<RawServerDefault, IncomingMessage, ServerResponse<IncomingMessage>, FastifyBaseLogger, FastifyTy
- `05:59:48` **INFO** Committed feature api-client-phase8
- `05:59:49` **INFO** Pushed: rc=0
## Phase-8 Run beendet (2026-05-23 05:59:49)
- `05:59:49` **INFO** OK: 0, Attempted: 6, Total: 6
- `05:59:49` **INFO** Running db:migrate (no schema changes expected, but just in case)…
- `05:59:49` **INFO** db:migrate rc=0: one/api@0.0.1 db:migrate /home/dark/Developer/EmberClone/apps/api
> tsx src/db/migrate.ts
Running migrations...
Migrations completed successfully
Checking for admin user...
Admin user already exists