Lars Simon Winzer
|
9a6ad9f1bb
|
Add: Create CommandRouter at server startup and pass to SessionManager
|
2026-03-26 17:59:41 +01:00 |
|
Lars Simon Winzer
|
628e86a964
|
Add: Pass CommandRouter to Session and SessionReader
|
2026-03-26 17:58:25 +01:00 |
|
Lars Simon Winzer
|
d25f533ee9
|
Add: Integrate CommandRouter into SessionManager for request routing
|
2026-03-26 17:57:00 +01:00 |
|
Lars Simon Winzer
|
a520f69f3e
|
Fix: Ensure matching type at compile-time
|
2026-03-26 17:56:22 +01:00 |
|
Lars Simon Winzer
|
52c347d233
|
Add: Modify CommandRouter to use generic CommandHandler type
|
2026-03-26 17:55:26 +01:00 |
|
Lars Simon Winzer
|
2004740541
|
Add: CommandHandler interface to be generic
|
2026-03-26 17:53:19 +01:00 |
|
Lars Simon Winzer
|
fd17b49ed9
|
Add: CommandRouter to route Request to matching CommandHandler
|
2026-03-26 17:51:32 +01:00 |
|
Lars Simon Winzer
|
d9f6838e05
|
Add: UnknownRequestException class to throw when encountering unknown request type
|
2026-03-26 17:20:25 +01:00 |
|
Lars Simon Winzer
|
69a5a94028
|
Add: CommandHandler interface for executing requests
|
2026-03-26 17:09:33 +01:00 |
|
Lars Simon Winzer
|
f2f5a24bd7
|
Merge branch 'docs/19-create-contributing-file' into 'main'
Create CONTRIBUTING.md with guidelines and workflows
Closes #19
See merge request cs108-fs26/Gruppe-13!49
|
2026-03-26 14:18:35 +01:00 |
|
Lars Simon Winzer
|
68891815ee
|
Docs: Create CONTRIBUTING.md with guidelines and workflows
|
2026-03-26 14:15:42 +01:00 |
|
Lars Simon Winzer
|
5a4cc25f19
|
Merge branch 'fix/18-resolve-issues-introduced-in-16' into 'main'
Resolve issues introduced to issue templates in last update
Closes #18
See merge request cs108-fs26/Gruppe-13!48
|
2026-03-26 13:19:25 +01:00 |
|
Lars Simon Winzer
|
9da31ac4dc
|
Remove: Unnecessary checklist item introduced by copy & pasting from bug report issue template
|
2026-03-26 13:12:51 +01:00 |
|
Lars Simon Winzer
|
6248935355
|
Add: Whitespaces after environment description of bug report issue template
|
2026-03-26 13:11:36 +01:00 |
|
Lars Simon Winzer
|
97571d6fe0
|
Merge branch 'feat/16-rework-issue-templates-to-better-match-our-usecase' into 'main'
Rework issue templates to better match our usecase
See merge request cs108-fs26/Gruppe-13!47
|
2026-03-26 13:00:47 +01:00 |
|
Lars Simon Winzer
|
72ef67c47d
|
Rework: Task issue template
|
2026-03-26 12:56:54 +01:00 |
|
Lars Simon Winzer
|
a772f2ce01
|
Remove: Protocol change issue template as it is now incorporated into the others
|
2026-03-26 12:53:52 +01:00 |
|
Lars Simon Winzer
|
c19e3f3229
|
Rework: Feature request issue templates
|
2026-03-26 12:52:59 +01:00 |
|
Lars Simon Winzer
|
085f97b37e
|
Rework: Bug report issue templates
|
2026-03-26 12:48:16 +01:00 |
|
Lars Simon Winzer
|
d51f080bad
|
Merge branch 'feat/use-parser-dispatcher-in-reader' into 'main'
Made SessionReader invoke parsing of request with CommandParserDispatcher uppon recieving request
Closes #13
See merge request cs108-fs26/Gruppe-13!46
|
2026-03-25 19:39:14 +01:00 |
|
Lars Simon Winzer
|
4430ddb0f3
|
Add: Pass CommandParserDispatcher instance to session upon creation
|
2026-03-25 13:50:54 +01:00 |
|
Lars Simon Winzer
|
92e4fcb269
|
Add: CommandParserDispatcher field to Session and SessionReader
|
2026-03-25 13:50:35 +01:00 |
|
Lars Simon Winzer
|
6f1b6361bc
|
Add: Create CommandParserDispatcher on startup and pass to SessionManager
|
2026-03-25 13:48:30 +01:00 |
|
Lars Simon Winzer
|
b0d7dc8b30
|
Add: CommandParserDispatcher as field to SessionManager
|
2026-03-25 13:47:54 +01:00 |
|
Lars Simon Winzer
|
4234149b58
|
Merge branch 'feat/request-context-record' into 'main'
Add RequestContext to simplify creation of Request which requires SessionId and RequestId
Closes #12
See merge request cs108-fs26/Gruppe-13!45
|
2026-03-24 18:29:28 +01:00 |
|
Lars Simon Winzer
|
d1510ddf8e
|
Docs: Write JavaDoc for RequestContext
|
2026-03-24 18:12:02 +01:00 |
|
Lars Simon Winzer
|
edc1b29884
|
Add: PrimitiveRequest takes now RequestContext instead of requestId
|
2026-03-24 18:11:37 +01:00 |
|
Lars Simon Winzer
|
cdd5de620b
|
Add: Create PrimitiveRequest from RawRequest with RequestContext
|
2026-03-24 18:10:15 +01:00 |
|
Lars Simon Winzer
|
34ad803073
|
Refactor: ProtocolParser to accept payload string and return RawRequest
Prior it took the RawPacket as an argument and returned an PrimitiveRequest
|
2026-03-24 18:07:20 +01:00 |
|
Lars Simon Winzer
|
f4476ae1e8
|
Add: RawRequest record to contain command and parameters
|
2026-03-24 18:03:26 +01:00 |
|
Lars Simon Winzer
|
db22f12ed5
|
Add: RequestContext field to abstract Request class
BREAKING CHANGE: Request is now an abstract class instead of an interface
|
2026-03-24 18:00:09 +01:00 |
|
Lars Simon Winzer
|
89753a7479
|
Add: RequestContext record
|
2026-03-24 17:58:21 +01:00 |
|
Lars Simon Winzer
|
03b6c30625
|
Merge branch 'feat/serverside-response' into 'main'
Create components to respond to client request
Closes #8
See merge request cs108-fs26/Gruppe-13!44
|
2026-03-24 15:02:16 +01:00 |
|
Lars Simon Winzer
|
9766fe52c5
|
Add: OkResponse class as default for successful response with no body
|
2026-03-24 14:34:59 +01:00 |
|
Lars Simon Winzer
|
696542003f
|
Add: Detailed JavaDoc documentation for response related components
Disclaimer: The docstrings have been written with Copilot but fact-checked by me.
|
2026-03-24 14:33:46 +01:00 |
|
Lars Simon Winzer
|
676216d291
|
Add: ResponseDispatcher for handling response dispatching
|
2026-03-24 13:49:24 +01:00 |
|
Lars Simon Winzer
|
d0b431b650
|
Fix: Escape single quote when masking string
|
2026-03-24 13:40:34 +01:00 |
|
Lars Simon Winzer
|
a281f74789
|
Add: ResponseEncoder to encode Response to PrimitiveResponse
|
2026-03-24 13:39:06 +01:00 |
|
Lars Simon Winzer
|
02c82c4e95
|
Refactor: Responses to use new ResponseBody
|
2026-03-24 13:11:25 +01:00 |
|
Lars Simon Winzer
|
796827cbb4
|
Add: ResponseBody and ResponseBodyBuilder classes for building response body
|
2026-03-24 12:52:35 +01:00 |
|
Lars Simon Winzer
|
e7c9063a5d
|
Remove: Encodable as encode-method is no longer used
|
2026-03-24 12:33:36 +01:00 |
|
Lars Simon Winzer
|
bcfbe06532
|
Add: ResponseNode and implementations to store body of response
|
2026-03-24 12:19:25 +01:00 |
|
Mathis Ginkel
|
68c7003c5d
|
Merge remote-tracking branch 'origin/main'
|
2026-03-23 21:06:41 +01:00 |
|
Lars Simon Winzer
|
eb63f6d39b
|
Add: Base classes for all responses
|
2026-03-23 15:45:44 +01:00 |
|
Lars Simon Winzer
|
0f58b4e998
|
Add: Encodable interface as lowest instance
|
2026-03-23 15:44:58 +01:00 |
|
Lars Simon Winzer
|
6324c4a28c
|
Merge branch 'main' into 'feat/serverside-response'
|
2026-03-23 10:41:19 +01:00 |
|
Lars Simon Winzer
|
900bb4f26e
|
Merge branch 'issue/11-bump-spotless-version' into 'main'
Bumb google-java-format version from '1.25.2' to '1.35.0'
Closes #11
See merge request cs108-fs26/Gruppe-13!43
|
2026-03-23 10:33:19 +01:00 |
|
Lars Simon Winzer
|
f3703e4dbd
|
Build: Bumb google-java-format version from '1.25.2' to '1.35.0'
|
2026-03-23 10:28:28 +01:00 |
|
Mathis Ginkel
|
b4f34e00f2
|
Merge remote-tracking branch 'origin/main'
|
2026-03-21 10:01:34 +01:00 |
|
Lars Simon Winzer
|
8d72a67b5e
|
Merge branch 'feat/session-reader-and-writer-thread' into 'main'
Add SessionReader and SessionWriter worker threads for session
Closes #9
See merge request cs108-fs26/Gruppe-13!42
|
2026-03-20 17:39:44 +01:00 |
|