Lars Simon Winzer
4f1624a30b
Merge branch 'feat/136-write-unit-tests-for-commandparserdispatcher' into 'main'
...
Unit tests for CommandParserDispatcher
Closes #136
See merge request cs108-fs26/Gruppe-13!163
milestone-5
2026-04-27 01:09:29 +02:00
Lars Simon Winzer
363a0ed895
Test: Add unit tests for CommandParserDispatcher
2026-04-27 01:04:45 +02:00
Lars Simon Winzer
ecf692fbcd
Merge branch 'feat/135-write-unit-tests-for-eventbus' into 'main'
...
Unit tests for EventBus
Closes #135
See merge request cs108-fs26/Gruppe-13!162
2026-04-27 00:55:43 +02:00
Mathis Ginkel
4fd036173f
Merge branch 'feat/chat-tests' into 'main'
...
Feat/chat tests
See merge request cs108-fs26/Gruppe-13!161
2026-04-26 22:52:30 +00:00
Lars Simon Winzer
d36a78eee4
Style: Change order and visibility of nested class to private
2026-04-27 00:50:44 +02:00
Mathis Ginkel
8484f731a8
Style: Apply Spotless
2026-04-27 00:46:31 +02:00
Lars Simon Winzer
b158be26e3
Style: Add 'test' prefix to methods
2026-04-27 00:45:53 +02:00
Mathis Ginkel
59af75a75c
Merge branch 'main' into feat/chat-tests
2026-04-27 00:42:44 +02:00
Lars Simon Winzer
823b406fe6
Test: Add unit tests for EventBus
2026-04-27 00:41:17 +02:00
Lars Simon Winzer
71f2d3c2ce
Merge branch 'feat/134-write-unit-tests-for-sessiondisconnectjob' into 'main'
...
Unit tests for SessionDisconnectJob
Closes #134
See merge request cs108-fs26/Gruppe-13!160
2026-04-27 00:38:34 +02:00
Lars Simon Winzer
eb2b209e91
Test: Add unit tests for SessionDisconnectJob
2026-04-27 00:20:54 +02:00
Mathis Ginkel
5663807e29
Style: Fixing some linter warnings in ChatModel and Message classes
2026-04-27 00:17:34 +02:00
Mathis Ginkel
fe83057049
Merge branch 'main' into feat/chat-tests
...
# Conflicts:
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/chatui/ChatBoxController.java
# src/main/java/ch/unibas/dmi/dbis/cs108/casono/client/ui/chatui/ChatViewController.java
2026-04-27 00:07:26 +02:00
Mathis Ginkel
e9b40e9d04
Style: Apply Spotless
2026-04-26 23:54:15 +02:00
Mathis Ginkel
b7f5a268e3
Feat: Remove chatui directory in gameuicomponents
2026-04-26 23:51:45 +02:00
Mathis Ginkel
619f6eef84
Merge branch 'feat/chat-visual-improvement' into 'main'
...
Feat/chat visual improvement
Closes #107
See merge request cs108-fs26/Gruppe-13!159
2026-04-26 21:50:55 +00:00
Mathis Ginkel
d8d6dbb34f
Style: fixing some linter warnings in chat ui classes
2026-04-26 21:45:25 +00:00
Mathis Ginkel
efd91fbe5f
Style: Apply Spotless
2026-04-26 21:45:25 +00:00
Mathis Ginkel
ad2accfced
Fix: Reopen whisper chat when previously closed
2026-04-26 21:45:25 +00:00
Mathis Ginkel
4c35596f19
Feat: Change look of chat box
2026-04-26 21:45:25 +00:00
Mathis Ginkel
659e606fb4
Merge branch 'main' into feat/chat-tests
2026-04-26 23:37:36 +02:00
Mathis Ginkel
5358309e1a
Test: Add test for ChatController
2026-04-26 23:36:50 +02:00
Julian Kropff
dc2b3e05d9
Merge branch 'feat/game-ui-tests' into 'main'
...
Add: Game UI Taskbar tests
See merge request cs108-fs26/Gruppe-13!158
2026-04-26 21:36:17 +00:00
Julian Kropff
d6ad60d6a7
Fix: radical overhaul of Game UI tests to fix CI pipeline failures
2026-04-26 23:27:53 +02:00
Julian Kropff
ddb3e221ac
Fix: radical overhaul of Game UI tests to fix CI pipeline failures
2026-04-26 23:04:45 +02:00
Julian Kropff
5d0a9b9c25
Merge branch 'feat/manual' into 'main'
...
Feat/manual
Closes #130
See merge request cs108-fs26/Gruppe-13!157
2026-04-26 20:45:05 +00:00
Julian Kropff
52ad32a100
Fix: radical overhaul of Game UI tests to fix CI pipeline failures
2026-04-26 22:35:45 +02:00
Julian Kropff
822d9a0e1e
Fix: Checkstyle
2026-04-26 21:57:14 +02:00
Mathis Ginkel
216c15e825
Merge branch 'refs/heads/main' into feat/chat-visual-improvement
2026-04-26 21:46:52 +02:00
Julian Kropff
30927d471e
Add: Game UI test: Ensures FXML loads and controller initializes without errors.
2026-04-26 21:42:47 +02:00
Julian Kropff
86ab82ebfd
Add: Game UI Taskbar tests:
...
- input validation behavior
- UI state updates based on game state
- correct enabling/disabling of action buttons
2026-04-26 21:34:24 +02:00
Julian Kropff
6a06369d94
Fix: Checkstyle
2026-04-26 21:26:45 +02:00
Lars Simon Winzer
48bfef5fcb
Merge branch 'chore/133-write-diary' into 'main'
...
Diary entry covering current state of unit tests and planned structural changes approaching MS6
Closes #132 and #133
See merge request cs108-fs26/Gruppe-13!155
2026-04-26 21:22:16 +02:00
Lars Simon Winzer
a6e98b2453
Docs: Extend diary readme by newly added diary entry
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-26 21:16:59 +02:00
Lars Simon Winzer
54a3f1e29d
Docs: Diary entry covering current state of unit tests and prospective changes
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-26 21:14:37 +02:00
Mathis Ginkel
1b18affd57
Fix: Reopen whisper chat when previously closed
2026-04-26 20:25:31 +02:00
Julian Kropff
5fc3f315fc
Docs: update Casono Manual
2026-04-26 20:08:43 +02:00
Julian Kropff
ac9396cfb2
Fix: improve code block rendering in Casono Markdown Render Engine
2026-04-26 20:07:07 +02:00
Julian Kropff
c6772d6f89
Docs: add images for manual
2026-04-26 20:04:01 +02:00
Lars Simon Winzer
d86b9b5838
Merge branch 'feat/131-write-unit-tests-for-responseencoder' into 'main'
...
Unit tests for ResponseEncoder
Closes #131
See merge request cs108-fs26/Gruppe-13!154
2026-04-26 19:16:26 +02:00
Lars Simon Winzer
d91ee5b04f
Test: Add unit tests for ResponseEncoder
2026-04-26 19:10:11 +02:00
Lars Simon Winzer
6b5d521ab9
Merge branch 'feat/129-write-unit-tests-for-responsebody-and-responsebodybuilder' into 'main'
...
Unit tests for ResponseBodyBuilder
Closes #129
See merge request cs108-fs26/Gruppe-13!153
2026-04-26 18:35:48 +02:00
Lars Simon Winzer
4ad9ae08c5
Test: Add unit tests for ResponseBodyBuilder
2026-04-26 18:15:53 +02:00
Julian Kropff
1107542c54
Fix: Bug fix so that the 3000 cap does not apply to every Phase
2026-04-26 18:09:03 +02:00
Julian Kropff
2ad99d8732
Merge branch 'feat/game-ui-optimation' into 'main'
...
Feat: New Game UI Features and bug fixed
See merge request cs108-fs26/Gruppe-13!152
2026-04-26 15:52:40 +00:00
Julian Kropff
d791e9b2d1
Merge branch 'main' into feat/game-ui-optimation
2026-04-26 17:43:37 +02:00
Lars Simon Winzer
3cd1e6925e
Merge branch 'feat/128-unit-tests-for-requestparameteraccessor' into 'main'
...
Unit tests for RequestParameterAccessor
Closes #128
See merge request cs108-fs26/Gruppe-13!151
2026-04-26 17:19:30 +02:00
Lars Simon Winzer
a7e4411cd0
Test: Add unit tests for RequestParameterAccessor
2026-04-26 17:13:11 +02:00
Julian Kropff
bf979ab391
Fix: rename button names
2026-04-26 17:05:05 +02:00
Mathis Ginkel
588bb1f312
Merge branch 'main' into feat/chat-visual-improvement
2026-04-26 16:58:45 +02:00