Janis
80a06dcf1c
chore: update version numbers in versions.env
Build & Test (NowChessSystems) TeamCity build failed
2026-04-22 10:08:58 +02:00
TeamCity
32af755ba3
ci: bump version with Build-47
Build & Test (NowChessSystems) TeamCity build was queued
2026-04-22 10:08:02 +02:00
LQ63
48ce1fbdb2
feat(core): core dependecy to rules
...
Added communication between core and rules via REST
2026-04-22 10:07:57 +02:00
LQ63
df76b53714
fix(rules): Serializers
...
Added small changes
2026-04-22 10:06:40 +02:00
LQ63
80d315a67e
fix(rules): Serializers
...
Added Native Reflection Config
2026-04-22 10:06:40 +02:00
LQ63
934568e716
fix(rules): Serializers
...
Added serializers like in IO
2026-04-22 10:06:39 +02:00
LQ63
e82010bd22
fix(rules): Serializers
...
Added serializers like in IO
2026-04-22 10:06:38 +02:00
LQ63
539a9ee147
fix(rules): Code quality
...
Fixed problem with dependency
2026-04-22 10:06:38 +02:00
LQ63
204b0f04f5
fix(rules): Code quality
...
linter corrections
2026-04-22 10:06:37 +02:00
LQ63
c131bdc139
test(rules): Rules as a microservice
...
Added tests to rules
2026-04-22 10:06:36 +02:00
LQ63
9c55d1211d
feat(rule): Rules as a microservice
...
Added rules as a microservice
2026-04-22 10:06:35 +02:00
TeamCity
52b171c7af
ci: bump version with Build-46
Build & Test (NowChessSystems) TeamCity build finished
2026-04-22 06:51:59 +00:00
TeamCity
3ca2afbb4b
ci: bump version with Build-45
2026-04-21 13:49:26 +00:00
TeamCity
74a4fce0ca
ci: bump version with Build-44
2026-04-21 11:13:30 +00:00
Janis
f088c4e9ff
feat: NCS-37 Quarkus integration ( #35 )
...
Reviewed-on: #35
Reviewed-by: Leon Hermann <lq@blackhole.local >
2026-04-21 12:35:20 +02:00
TeamCity
8a1cf909d4
ci: bump version with Build-43
2026-04-19 20:53:56 +00:00
TeamCity
d16cec176b
ci: bump version with Build-42
2026-04-19 14:01:11 +00:00
Janis
8744bee2dd
feat: NCS-41 Bot Platform ( #33 )
...
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
TeamCity
5f4d33f3ca
ci: bump version with Build-41
2026-04-16 16:55:00 +00:00
Janis
767d3051a7
feat: NCS-13 Implement Threefold Repetition ( #31 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #31
2026-04-16 18:49:20 +02:00
TeamCity
b2e62dc60c
ci: bump version with Build-40
2026-04-14 19:23:01 +00:00
Janis
b0399a4e48
feat: NCS-14 implemented insufficient moves rule ( #30 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #30
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-14 21:17:56 +02:00
TeamCity
ec2ab2f365
ci: bump version with Build-39
2026-04-12 19:03:52 +00:00
Janis
fd4e67d4f7
feat: NCS-25 Add linters to keep quality up ( #27 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #27
Reviewed-by: Leon Hermann <lq@blackhole.local >
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-12 20:58:39 +02:00
TeamCity
3cb3160731
ci: bump version with Build-38
2026-04-12 17:41:12 +00:00
TeamCity
3ecb2c9d66
ci: bump version with Build-37
2026-04-12 15:20:01 +00:00
TeamCity
e158b0a7f0
ci: bump version with Build-36
2026-04-12 14:45:56 +00:00
TeamCity
9d11d25b99
ci: bump version with Build-35
2026-04-08 07:37:40 +00:00
TeamCity
b518c704fa
ci: bump version with Build-34
2026-04-07 19:42:37 +00:00
Janis
fe8e3c0539
fix: NCS-32 Queenside Castle doesn't care about pieces in the way ( #23 )
...
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #23
Co-authored-by: Janis <janis.e.20@gmx.de >
Co-committed-by: Janis <janis.e.20@gmx.de >
2026-04-07 20:32:48 +02:00
TeamCity
47032378e2
ci: bump version with Build-31
2026-04-07 06:25:56 +00:00
lq64
217f14f899
refactor: NCS-19 Currying ( #18 )
...
Build & Test (NowChessSystems) TeamCity build finished
Summary
- Curried candidateMoves, legalMoves, and applyMove in the RuleSet trait to separate (context) as the world being
operated on from the computation parameter
- Updated DefaultRules overrides and all internal call sites
- Updated all external call sites: GameEngine, PgnParser, PgnExporter, ChessBoardView, and all affected tests
Test plan
- All existing tests pass (./gradlew build)
- No behaviour changes — pure style refactoring, existing test suite is the regression guard
Co-authored-by: LQ63 <lkhermann@web.de >
Reviewed-on: #18
Reviewed-by: Janis <janis-e@gmx.de >
Co-authored-by: Leon Hermann <lq@blackhole.local >
Co-committed-by: Leon Hermann <lq@blackhole.local >
2026-04-06 21:03:17 +02:00
TeamCity
638139602c
ci: bump version with Build-30
2026-04-06 07:21:42 +00: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