Commit Graph

8 Commits

Author SHA1 Message Date
LQ63 020941e404 feat(backcore): Quarkus tests
Build & Test (NowChessSystems) TeamCity build failed
Added quarkus test compatability with sonar through jacoco reporter
2026-04-13 16:57:51 +02:00
LQ63 95fcfc824c feat: NCS-37 import FEN/PGN, export endpoints, NDJSON stream snapshot
Build & Test (NowChessSystems) TeamCity build failed
2026-04-13 16:05:19 +02:00
LQ63 37d74335c7 feat: NCS-37 resign, draw actions, and export/stream endpoints 2026-04-13 16:02:10 +02:00
LQ63 a6ff529f95 feat: NCS-37 move-making, legal moves, undo/redo endpoints 2026-04-13 15:58:01 +02:00
LQ63 d40a64a160 fix: use PgnExporter for SAN pgn field, fix status priority in GameMapper 2026-04-13 15:49:36 +02:00
LQ63 24ae9893ef feat: NCS-37 game lifecycle endpoints (createGame, getGame)
Add domain model (GameResult, GameSession, GameId, GameStore, GameMapper),
DTOs, JacksonConfig, and GameResource REST endpoints with QuarkusTest coverage.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 15:44:05 +02:00
LQ63 e3c1e9b76d fix: use version catalog keys for jackson-scala and junit-bom in backcore 2026-04-13 15:37:47 +02:00
LQ63 15904d4545 feat: NCS-37 add backcore Quarkus module skeleton
Introduces the backcore Quarkus REST module with build configuration,
application.yml, and a smoke test confirming Quarkus boots successfully.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 15:36:14 +02:00