Lars Simon Winzer
|
701fa9b6ed
|
Ci: Add javadoc gradle task as job to CI pipeline
|
2026-03-31 13:01:30 +02:00 |
|
Lars Simon Winzer
|
b0b8e3b1d0
|
Merge branch 'chore/31-feature-request-issue-template-checklist' into 'main'
Fix minor formatting errors in the issue templates
Closes #32 and #31
See merge request cs108-fs26/Gruppe-13!61
|
2026-03-31 12:44:17 +02:00 |
|
Lars Simon Winzer
|
3af362a9e5
|
Chore: Fix typo in Bug Report template checklist
|
2026-03-31 12:39:19 +02:00 |
|
Lars Simon Winzer
|
65db63d3a1
|
Chore: Update checklist in Feature Request template
|
2026-03-31 12:39:03 +02:00 |
|
Lars Simon Winzer
|
9a81c6f1af
|
Merge branch 'chore/29-javadoc-server-errors' into 'main'
Reflect criticial changes to JavaDoc docstrings for server
Closes #29
See merge request cs108-fs26/Gruppe-13!60
|
2026-03-31 12:29:21 +02:00 |
|
Lars Simon Winzer
|
972e46f4d0
|
Style: Apply Spotless
|
2026-03-31 12:27:17 +02:00 |
|
Lars Simon Winzer
|
4e9082f106
|
Chore: Update Javadoc for ProtocolParser
|
2026-03-31 12:23:43 +02:00 |
|
Lars Simon Winzer
|
e210bd1d49
|
Chore: Update Javadoc for Session classes
|
2026-03-31 12:23:30 +02:00 |
|
Lars Simon Winzer
|
238cf937f4
|
Merge branch 'fix/28-incomplete-transmission-of-response' into 'main'
Fix incorrect order data was written by TcpTransport
Closes #28
See merge request cs108-fs26/Gruppe-13!59
|
2026-03-31 12:12:57 +02:00 |
|
Lars Simon Winzer
|
e07f107384
|
Fix: Incorrect order data was written out
|
2026-03-31 12:03:45 +02:00 |
|
Lars Simon Winzer
|
600d10286f
|
Merge branch 'feat/27-finalize-serverside-exception-handling' into 'main'
Finalize exception handling in SessionReader
Closes #27
See merge request cs108-fs26/Gruppe-13!58
|
2026-03-31 10:11:10 +02:00 |
|
Jona Walpert
|
2cd4324c68
|
Merge branch 'chore/add-build-cs108-task' into 'main'
Chore: Add build-cs108 Gradle task and javadocJar
See merge request cs108-fs26/Gruppe-13!57
|
2026-03-30 21:36:45 +00:00 |
|
Jona Walpert
|
45a6b87303
|
Chore: Add build-cs108 Gradle task and javadocJar
|
2026-03-30 23:33:48 +02:00 |
|
Lars Simon Winzer
|
c6ac3d4aff
|
Add: Handle thrown Exceptions and respond with ErrorResponse
|
2026-03-30 19:38:39 +02:00 |
|
Lars Simon Winzer
|
73a80deb12
|
Merge branch 'chore/26-restructure-server-files' into 'main'
Restructure server files and folders
Closes #26
See merge request cs108-fs26/Gruppe-13!56
|
2026-03-30 18:59:20 +02:00 |
|
Lars Simon Winzer
|
2203f80490
|
Chore: Reflect path changes for tests
|
2026-03-30 18:42:19 +02:00 |
|
Lars Simon Winzer
|
059b706485
|
Chore: Move 'tokenizer' into protocol/parser section
|
2026-03-30 18:42:05 +02:00 |
|
Lars Simon Winzer
|
b588f38cd5
|
Style: Apply Spotless
|
2026-03-30 18:27:17 +02:00 |
|
Lars Simon Winzer
|
0930fbe990
|
Chore: Reflect changes to folder structure in tests
|
2026-03-30 18:26:45 +02:00 |
|
Lars Simon Winzer
|
86b4a6c191
|
Chore: Remove leftover TODO
|
2026-03-30 18:23:41 +02:00 |
|
Lars Simon Winzer
|
6e446b665a
|
Chore: Move 'tokenizer' into protocol section
|
2026-03-30 18:21:56 +02:00 |
|
Lars Simon Winzer
|
442a846c71
|
Chore: Move 'response' into protocol section
|
2026-03-30 18:18:22 +02:00 |
|
Lars Simon Winzer
|
e0b791589c
|
Chore: Move 'request' folder into protocol section
|
2026-03-30 18:17:11 +02:00 |
|
Lars Simon Winzer
|
cf0cd2666c
|
Move ResponseDispatcher to 'dispatcher' subfolder in response section
|
2026-03-30 18:06:43 +02:00 |
|
Lars Simon Winzer
|
ba6ff36ee2
|
Chore: Move ResponseBodyBuilder to 'builder' subfolder in response section
|
2026-03-30 18:00:34 +02:00 |
|
Lars Simon Winzer
|
ed24ba7214
|
Chore: Move command parsing to 'parsing' subfolder in command section
|
2026-03-30 17:54:19 +02:00 |
|
Lars Simon Winzer
|
52daf4f2e0
|
Chore: Move CommandRouter and CommandHandler to execution subfolder in command section
|
2026-03-30 17:52:10 +02:00 |
|
Lars Simon Winzer
|
050b349638
|
Chore: Move ProtocolParser to 'protocol' folder for protocol-level processing
|
2026-03-30 17:50:30 +02:00 |
|
Lars Simon Winzer
|
d4b5010158
|
Chore: Rename Parameter to RequestParameter
|
2026-03-30 17:45:08 +02:00 |
|
Lars Simon Winzer
|
f9519a6eb5
|
Chore: Move RequestParameterAccessor and related files into subfolder of request
|
2026-03-30 17:43:31 +02:00 |
|
Lars Simon Winzer
|
8b8ac9ccc0
|
Chore: Move request related files into own folder
|
2026-03-30 17:41:55 +02:00 |
|
Lars Simon Winzer
|
b10b736321
|
Merge branch 'chore/23-improve-speed-of-gradle-ci-jobs' into 'main'
Enable gradle configuration cache with flag in ci and fix path issue
See merge request cs108-fs26/Gruppe-13!55
|
2026-03-30 14:59:41 +02:00 |
|
Lars Simon Winzer
|
d027696580
|
Ci: Modify gradle-cache definition to fix path issue
|
2026-03-30 14:50:42 +02:00 |
|
Lars Simon Winzer
|
4a4af3807a
|
Ci: Enable configuration-cache via flag and warn on problems
|
2026-03-30 14:46:53 +02:00 |
|
Lars Simon Winzer
|
978f54a57b
|
Merge branch 'feat/22-disallow-failure-of-checkstyle-mr-job' into 'main'
Disallow failure of checkstyle linter in merge requests
See merge request cs108-fs26/Gruppe-13!54
|
2026-03-30 14:23:48 +02:00 |
|
Lars Simon Winzer
|
9d4afdc3e8
|
Remove: Violator dummy file
|
2026-03-30 14:20:01 +02:00 |
|
Lars Simon Winzer
|
f9b866fc40
|
Add: Violator dummy class to test pipeline behaviour
|
2026-03-30 14:15:11 +02:00 |
|
Lars Simon Winzer
|
f841eecb93
|
Fix: disallow failure for checkstyle job for merge requests
|
2026-03-30 14:13:29 +02:00 |
|
Lars Simon Winzer
|
5ee3f34625
|
Merge branch 'chore/21-fix-style' into 'main'
Fix line length code quality issue from !52
See merge request cs108-fs26/Gruppe-13!53
|
2026-03-30 13:31:35 +02:00 |
|
Lars Simon Winzer
|
f467b2861f
|
Style: Line length
|
2026-03-30 13:27:59 +02:00 |
|
Lars Simon Winzer
|
cb6c9cb339
|
Merge branch 'feat/21-requestparameteraccessor' into 'main'
RequestParameterAccessor to allow simple access to Parameters in PrimitiveRequest
See merge request cs108-fs26/Gruppe-13!52
|
2026-03-30 13:22:38 +02:00 |
|
Lars Simon Winzer
|
9390c3503a
|
Style: Formatting by Spotless
|
2026-03-30 13:02:16 +02:00 |
|
Lars Simon Winzer
|
d990e37a68
|
Add: parameterKey field to ParameterParseException (docstrings included)
|
2026-03-30 13:01:42 +02:00 |
|
Lars Simon Winzer
|
e6b62726bd
|
Docs: Add JavaDoc to all new interfaces, classes and methods
Co-authored-by: Copilot
|
2026-03-30 12:56:15 +02:00 |
|
Lars Simon Winzer
|
2feb0579e2
|
Add: RequestParameterAccessor as utility class for simplified access of parameters of PrimitiveRequest
|
2026-03-30 12:40:59 +02:00 |
|
Lars Simon Winzer
|
160ec55957
|
Add: ThrowingParser interface used to implicitly convert
|
2026-03-30 12:39:37 +02:00 |
|
Lars Simon Winzer
|
ed91494129
|
Add: Exception to throw when error during parsing occurs
|
2026-03-30 12:38:44 +02:00 |
|
Lars Simon Winzer
|
db9ea45530
|
Add: Exception to throw when required Parameter is not found
|
2026-03-30 12:06:52 +02:00 |
|
Lars Simon Winzer
|
8d571172d5
|
Merge branch 'feat/15-session-disconnect-job' into 'main'
Add SessionDisconnectJob to publish DisconnectEvent when Session timeouts
Closes #15
See merge request cs108-fs26/Gruppe-13!51
|
2026-03-28 13:17:42 +01:00 |
|
Lars Simon Winzer
|
1f4ccb1033
|
Docs: JavaDoc for Session
|
2026-03-28 13:12:43 +01:00 |
|