Janis
284869455b
refactor: change scala3-compiler dependency from implementation to compileOnly
Build & Test (NowChessSystems) TeamCity build finished
2026-04-21 11:06:14 +02:00
Janis
74cafff6b3
refactor: centralize coverage exclusions for scoverage across modules
Build & Test (NowChessSystems) TeamCity build finished
2026-04-21 08:55:52 +02:00
Janis
df7cfa1e3f
test: add DTO instantiation tests and configure coverage exclusions
...
- Add EventDtoTest to cover DTO synthetic methods (apply, $default params)
- Configure scoverage exclusions in build.gradle.kts for:
- api: DTO files (synthetic case class methods)
- core: GameResource (Quarkus DI untestable)
- bot: MoveOrdering, AlphaBetaSearch (complex algorithm coverage)
Note: Scoverage exclusions via excludedFiles don't appear to filter reports.
Sonar exclusions are properly configured. Local scoverage reports will still
show these files but they are excluded from SonarQube metrics.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-04-21 08:55:49 +02:00
Janis
aea9f1a1ca
feat: Enhance GameResource with game state validation and add comprehensive tests
2026-04-21 08:55:47 +02:00
Janis
3849885c66
feat: NCS-37 Add initial API structure and DTOs for NowChess application
2026-04-21 08:55:43 +02:00
Janis
b50a9eca40
feat: Add Dockerfiles and configuration for Quarkus application
2026-04-21 08:55:39 +02:00
Janis
0091d50467
feat: NCS-40 Rework Draw System ( #34 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #34
Reviewed-by: Shahd Lala <shosho996@blackhole.local >
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-19 22:44:48 +02:00
Janis
dceab0875e
feat: NCS-41 Bot Platform ( #33 )
...
Build & Test (NowChessSystems) TeamCity build finished
Co-authored-by: Janis <janis@nowchess.de >
Reviewed-on: #33
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-19 15:52:08 +02:00
Janis
8f56a82104
refactor: NCS-22 NCS-23 reworked modules and tests ( #17 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #17
2026-04-06 09:07:39 +02:00
Janis
80518719d5
feat: NCS-21 Write Scripts to automate certain tasks ( #15 )
...
Build & Test (NowChessSystems) TeamCity build finished
Co-authored-by: shahdlala66 <shahd.lala66@gmail.com >
Reviewed-on: #15
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-02 21:11:21 +02:00
Janis
b4116e9a82
test: add unit tests for API response, board, color, game state, move, piece, and square ( #3 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #3
2026-03-25 08:19:43 +01:00
Janis
7b1f8b1176
fix: update main class path in build configuration and adjust VCS directory mapping
Build & Test (NowChessSystems) TeamCity build finished
2026-03-24 09:59:13 +01:00
Janis
551e08cef3
build: migrate to ScalaTest and Scoverage, replacing JaCoCo across modules
2026-03-22 15:28:02 +01:00
Janis
5a21e57ca9
chore: Update build configuration for Scoverage and ScalaTest integration
2026-03-22 14:19:44 +01:00
Janis
51b210e9eb
chore: Update documentation and improve test writing guidelines
2026-03-22 11:47:20 +01:00
Janis
a8abd69e0e
chore: Add initial implementation of move validation logic and game controller
2026-03-21 21:26:37 +01:00
Janis
1f1d3b670f
chore: Refactor chess logic to MVC pattern and enhance board representation
2026-03-21 20:37:33 +01:00
Janis
9c2456e928
chore: Set up shared-models library and initial project structure for NowChessSystems
2026-03-21 17:07:28 +01:00
Janis
a8d457a612
chore: Configure Scala build with dependencies and project structure
2026-03-21 15:52:51 +01:00