Commit Graph

  • e6b62726bd Docs: Add JavaDoc to all new interfaces, classes and methods Lars Simon Winzer 2026-03-30 12:56:15 +02:00
  • 2feb0579e2 Add: RequestParameterAccessor as utility class for simplified access of parameters of PrimitiveRequest Lars Simon Winzer 2026-03-30 12:40:59 +02:00
  • 160ec55957 Add: ThrowingParser interface used to implicitly convert Lars Simon Winzer 2026-03-30 12:39:37 +02:00
  • ed91494129 Add: Exception to throw when error during parsing occurs Lars Simon Winzer 2026-03-30 12:38:44 +02:00
  • db9ea45530 Add: Exception to throw when required Parameter is not found Lars Simon Winzer 2026-03-30 12:06:52 +02:00
  • 8d571172d5 Merge branch 'feat/15-session-disconnect-job' into 'main' Lars Simon Winzer 2026-03-28 13:17:42 +01:00
  • 1f4ccb1033 Docs: JavaDoc for Session Lars Simon Winzer 2026-03-28 13:12:43 +01:00
  • fc4a88ee95 Add: SessionDisconnectJob scheduling to ServerApp Lars Simon Winzer 2026-03-28 13:12:30 +01:00
  • 1547eda410 Add: SessionDisconnectJob to publish DisconnectEvent when client timeouts Lars Simon Winzer 2026-03-28 13:11:59 +01:00
  • c1cf6c1f83 Add: getAllSessions method to SessionManager Lars Simon Winzer 2026-03-28 13:01:43 +01:00
  • 8313a3b777 Add: lastActivity field to Session and update from SessionReader Lars Simon Winzer 2026-03-28 13:01:13 +01:00
  • dd721bda3f Merge remote-tracking branch 'origin/main' Mathis Ginkel 2026-03-28 12:45:53 +01:00
  • 4b187fac27 Merge branch 'feat/14-commandrouter-and-commandhandler' into 'main' Lars Simon Winzer 2026-03-26 18:23:18 +01:00
  • 58d06fad39 Style: Line length in SessionManager Lars Simon Winzer 2026-03-26 18:10:32 +01:00
  • 8ed1bab067 Style: Put call to superclass constructor before variable assignment in UnknownRequestException constructor Lars Simon Winzer 2026-03-26 18:09:07 +01:00
  • a9ffb4daeb Style: Apply formatting by Spotless Lars Simon Winzer 2026-03-26 18:01:57 +01:00
  • 9a6ad9f1bb Add: Create CommandRouter at server startup and pass to SessionManager Lars Simon Winzer 2026-03-26 17:59:41 +01:00
  • 628e86a964 Add: Pass CommandRouter to Session and SessionReader Lars Simon Winzer 2026-03-26 17:58:25 +01:00
  • d25f533ee9 Add: Integrate CommandRouter into SessionManager for request routing Lars Simon Winzer 2026-03-26 17:57:00 +01:00
  • a520f69f3e Fix: Ensure matching type at compile-time Lars Simon Winzer 2026-03-26 17:56:22 +01:00
  • 52c347d233 Add: Modify CommandRouter to use generic CommandHandler type Lars Simon Winzer 2026-03-26 17:55:26 +01:00
  • 2004740541 Add: CommandHandler interface to be generic Lars Simon Winzer 2026-03-26 17:53:19 +01:00
  • fd17b49ed9 Add: CommandRouter to route Request to matching CommandHandler Lars Simon Winzer 2026-03-26 17:51:32 +01:00
  • d9f6838e05 Add: UnknownRequestException class to throw when encountering unknown request type Lars Simon Winzer 2026-03-26 17:20:25 +01:00
  • 69a5a94028 Add: CommandHandler interface for executing requests Lars Simon Winzer 2026-03-26 17:09:33 +01:00
  • f2f5a24bd7 Merge branch 'docs/19-create-contributing-file' into 'main' Lars Simon Winzer 2026-03-26 14:18:35 +01:00
  • 68891815ee Docs: Create CONTRIBUTING.md with guidelines and workflows Lars Simon Winzer 2026-03-26 14:15:42 +01:00
  • 5a4cc25f19 Merge branch 'fix/18-resolve-issues-introduced-in-16' into 'main' Lars Simon Winzer 2026-03-26 13:19:25 +01:00
  • 9da31ac4dc Remove: Unnecessary checklist item introduced by copy & pasting from bug report issue template Lars Simon Winzer 2026-03-26 13:12:51 +01:00
  • 6248935355 Add: Whitespaces after environment description of bug report issue template Lars Simon Winzer 2026-03-26 13:11:36 +01:00
  • 97571d6fe0 Merge branch 'feat/16-rework-issue-templates-to-better-match-our-usecase' into 'main' Lars Simon Winzer 2026-03-26 13:00:47 +01:00
  • 72ef67c47d Rework: Task issue template Lars Simon Winzer 2026-03-26 12:56:54 +01:00
  • a772f2ce01 Remove: Protocol change issue template as it is now incorporated into the others Lars Simon Winzer 2026-03-26 12:53:52 +01:00
  • c19e3f3229 Rework: Feature request issue templates Lars Simon Winzer 2026-03-26 12:52:59 +01:00
  • 085f97b37e Rework: Bug report issue templates Lars Simon Winzer 2026-03-26 12:48:16 +01:00
  • d51f080bad Merge branch 'feat/use-parser-dispatcher-in-reader' into 'main' Lars Simon Winzer 2026-03-25 19:39:14 +01:00
  • 4430ddb0f3 Add: Pass CommandParserDispatcher instance to session upon creation Lars Simon Winzer 2026-03-25 13:50:54 +01:00
  • 92e4fcb269 Add: CommandParserDispatcher field to Session and SessionReader Lars Simon Winzer 2026-03-25 13:50:35 +01:00
  • 6f1b6361bc Add: Create CommandParserDispatcher on startup and pass to SessionManager Lars Simon Winzer 2026-03-25 13:48:30 +01:00
  • b0d7dc8b30 Add: CommandParserDispatcher as field to SessionManager Lars Simon Winzer 2026-03-25 13:47:54 +01:00
  • 4234149b58 Merge branch 'feat/request-context-record' into 'main' Lars Simon Winzer 2026-03-24 18:29:28 +01:00
  • d1510ddf8e Docs: Write JavaDoc for RequestContext Lars Simon Winzer 2026-03-24 18:12:02 +01:00
  • edc1b29884 Add: PrimitiveRequest takes now RequestContext instead of requestId Lars Simon Winzer 2026-03-24 18:11:37 +01:00
  • cdd5de620b Add: Create PrimitiveRequest from RawRequest with RequestContext Lars Simon Winzer 2026-03-24 18:10:15 +01:00
  • 34ad803073 Refactor: ProtocolParser to accept payload string and return RawRequest Lars Simon Winzer 2026-03-24 18:07:20 +01:00
  • f4476ae1e8 Add: RawRequest record to contain command and parameters Lars Simon Winzer 2026-03-24 18:03:26 +01:00
  • db22f12ed5 Add: RequestContext field to abstract Request class Lars Simon Winzer 2026-03-24 18:00:09 +01:00
  • 89753a7479 Add: RequestContext record Lars Simon Winzer 2026-03-24 17:58:21 +01:00
  • 03b6c30625 Merge branch 'feat/serverside-response' into 'main' Lars Simon Winzer 2026-03-24 15:02:16 +01:00
  • 9766fe52c5 Add: OkResponse class as default for successful response with no body Lars Simon Winzer 2026-03-24 14:34:59 +01:00
  • 696542003f Add: Detailed JavaDoc documentation for response related components Lars Simon Winzer 2026-03-24 14:33:46 +01:00
  • 676216d291 Add: ResponseDispatcher for handling response dispatching Lars Simon Winzer 2026-03-24 13:49:24 +01:00
  • d0b431b650 Fix: Escape single quote when masking string Lars Simon Winzer 2026-03-24 13:40:34 +01:00
  • a281f74789 Add: ResponseEncoder to encode Response to PrimitiveResponse Lars Simon Winzer 2026-03-24 13:39:06 +01:00
  • 02c82c4e95 Refactor: Responses to use new ResponseBody Lars Simon Winzer 2026-03-24 13:11:25 +01:00
  • 796827cbb4 Add: ResponseBody and ResponseBodyBuilder classes for building response body Lars Simon Winzer 2026-03-24 12:52:35 +01:00
  • e7c9063a5d Remove: Encodable as encode-method is no longer used Lars Simon Winzer 2026-03-24 12:33:36 +01:00
  • bcfbe06532 Add: ResponseNode and implementations to store body of response Lars Simon Winzer 2026-03-24 12:19:25 +01:00
  • 68c7003c5d Merge remote-tracking branch 'origin/main' Mathis Ginkel 2026-03-23 21:06:41 +01:00
  • eb63f6d39b Add: Base classes for all responses Lars Simon Winzer 2026-03-23 15:45:44 +01:00
  • 0f58b4e998 Add: Encodable interface as lowest instance Lars Simon Winzer 2026-03-23 15:44:58 +01:00
  • 6324c4a28c Merge branch 'main' into 'feat/serverside-response' Lars Simon Winzer 2026-03-23 10:41:19 +01:00
  • 900bb4f26e Merge branch 'issue/11-bump-spotless-version' into 'main' Lars Simon Winzer 2026-03-23 10:33:19 +01:00
  • f3703e4dbd Build: Bumb google-java-format version from '1.25.2' to '1.35.0' Lars Simon Winzer 2026-03-23 10:28:28 +01:00
  • b4f34e00f2 Merge remote-tracking branch 'origin/main' Mathis Ginkel 2026-03-21 10:01:34 +01:00
  • 8d72a67b5e Merge branch 'feat/session-reader-and-writer-thread' into 'main' Lars Simon Winzer 2026-03-20 17:39:44 +01:00
  • e2e01addaa Fix: Leak of SessionManager by removing both removeSession method Lars Simon Winzer 2026-03-20 17:32:16 +01:00
  • 94fcd88223 Fix: Avoid Race condition in create method of SessionManager Lars Simon Winzer 2026-03-20 17:31:44 +01:00
  • 0bb5a1e940 Fix: Remove session requested to be disconnected from sessions map Lars Simon Winzer 2026-03-20 17:21:36 +01:00
  • c6833b71e8 Style: Add missing 'static' keyword to static variable Lars Simon Winzer 2026-03-20 17:12:55 +01:00
  • b19e923356 Style: Magic number, linelength and trailing whitespace Lars Simon Winzer 2026-03-20 17:09:59 +01:00
  • f79f7f0ae2 Add: Useful information to log statement to ease debugging Lars Simon Winzer 2026-03-20 16:56:03 +01:00
  • 2ed7ae4e5d Fix: Replace logging level 'trace' with 'error' and 'warn' Lars Simon Winzer 2026-03-20 16:47:01 +01:00
  • 107870ff78 Remove: eventBus argument from NetworkManager creation Lars Simon Winzer 2026-03-20 16:46:26 +01:00
  • 9e8ea37e88 Remove: DisconnectEvent handler from NetworkManager Lars Simon Winzer 2026-03-20 16:37:46 +01:00
  • 699b9053eb Add: Instantiate SessionManager with provided eventManager and correct DisconnectEvent handler Lars Simon Winzer 2026-03-20 16:31:26 +01:00
  • 35da4d2770 Add: Make NetworkManager use SessionManager to create session Lars Simon Winzer 2026-03-20 16:30:38 +01:00
  • 761cf4a760 Add: DisconnectEvent handler function to SessionManager Lars Simon Winzer 2026-03-20 16:30:06 +01:00
  • 11a7f0036c Add: create and disconnect methods to SessionManager Lars Simon Winzer 2026-03-20 16:28:33 +01:00
  • 7713069496 Add: Make SessionManager use SessionHandle Lars Simon Winzer 2026-03-20 16:22:47 +01:00
  • 26a1ba945a Merge remote-tracking branch 'origin/main' Mathis Ginkel 2026-03-20 13:23:01 +01:00
  • 738b97a849 Merge branch 'chore/gradle-properties-to-gitignore' into 'main' Jona Walpert 2026-03-20 10:47:02 +00:00
  • 72da952e5a Add: Gradle properties to gitignore Jona Walpert 2026-03-20 11:44:26 +01:00
  • 4dcade3daf Add: Javadoc for client sided classes and methods Jona Walpert 2026-03-20 11:41:19 +01:00
  • f78e9dfa38 Style: Magic numbers Jona Walpert 2026-03-20 11:07:17 +01:00
  • af37e33f07 Style: Line length Jona Walpert 2026-03-20 10:57:31 +01:00
  • 3d8bad2427 Add: first three poker cards Julian Kropff 2026-03-19 20:10:19 +01:00
  • c88c809a2e Add: Casono logos Julian Kropff 2026-03-19 20:09:36 +01:00
  • ab851113e0 Add: poker chip images Julian Kropff 2026-03-19 20:07:28 +01:00
  • 4dd9c56e02 Add: background images Julian Kropff 2026-03-19 20:05:05 +01:00
  • 0e7507f2c4 Add: loading animation Julian Kropff 2026-03-19 20:02:51 +01:00
  • 247f16e26e Add: SessionHandle to store Session and two worker threads Lars Simon Winzer 2026-03-19 19:01:33 +01:00
  • ec5ebe5d42 Add: SessionWriter to use queue of session and write to transport Lars Simon Winzer 2026-03-19 18:42:34 +01:00
  • 8db7986131 Add: PrimitiveResponse as pendant to PrimitiveRequest Lars Simon Winzer 2026-03-19 18:42:10 +01:00
  • 355b1cdbd4 Add: Queue to Session Lars Simon Winzer 2026-03-19 18:32:57 +01:00
  • c10aaf15b5 Add: Move read logic to SessionReader runnable Lars Simon Winzer 2026-03-19 18:09:31 +01:00
  • 7b4fd4aeae Add: Make TransportLayer accessible through get-method Lars Simon Winzer 2026-03-19 17:41:45 +01:00
  • f612c0b9a1 Merge branch 'chore/7-gitlab-issue-templates' into 'main' Lars Simon Winzer 2026-03-19 15:57:23 +01:00
  • 918002c8cb Remove: Automatic assignment of 'server' label to protocol_change issue Lars Simon Winzer 2026-03-19 15:53:58 +01:00
  • 4df8befd27 Style: Cleanup and addition of checklist Lars Simon Winzer 2026-03-19 15:51:02 +01:00