Commit Graph

2 Commits

Author SHA1 Message Date
Janis Eccarius 671ebf5fea feat(ci): add analysis module to native-image build pipeline (NCI-10)
Build & Test (NowChessSystems) TeamCity build finished
- Add modules/analysis/src/main/docker/Dockerfile.native (UBI9, port 8087)
- Add analysis to matrix.module in .github/workflows/native-image.yml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 16:08:15 +02:00
Janis Eccarius 7fe1e2e4ee feat(analysis): scaffold chess analysis microservice (NCS-71)
Build & Test (NowChessSystems) TeamCity build finished
Add new `modules/analysis` Quarkus microservice that proxies chess-api.com
to provide position analysis endpoints for the frontend.

- NCS-95: Scaffold analysis module with build.gradle.kts, application.yml,
  Jackson config, and native reflection registration
- NCS-96: Implement POST /api/analysis/position endpoint wrapping chess-api.com
  (ChessApiClient, AnalysisService, AnalysisResource, error handling)
- NCS-97: 13 unit/integration tests covering service logic and REST layer
  (AnalysisServiceTest, AnalysisResourceTest)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 15:41:50 +02:00