~jan0sch/smederee

Showing 11 changes starting from f58eb55ab0cb2397a0eb91e6074b15ad5605e1c7.
2024-06-20 (Thu), 4:58 AM - Jens Grassel - f58eb55ab0cb2397a0eb91e6074b15ad5605e1c7

Update semanticdb to 4.9.7

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
2024-06-19 (Wed), 8:58 AM - Jens Grassel - 0741920eee0e5f55161761467287dc1dd1ae7ae9

Add FIXME note to test helper as reminder for future changes.

Summary of changes
1 files modified with 2 lines added and 0 lines removed
  • modules/hub/src/test/scala/de/smederee/hub/BaseSpec.scala with 2 added and 0 removed lines
2024-06-19 (Wed), 8:09 AM - Jens Grassel - 39eefd44d59336c6425892de67ce79c045ed0709

Update semanticdb to 4.9.6

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
2024-06-19 (Wed), 8:08 AM - Jens Grassel - 617587714ab1350b8da532ac92056413f8a1846d

Update Apache Mina SSHD to 2.13.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-06-18 (Tue), 12:47 PM - Jens Grassel - 4b41213b0d36857c93998adbd588a4e3540ffa88

CODINGSTYLE: adjust to removal of quotes in SQL files

Summary of changes
1 files modified with 15 lines added and 15 lines removed
  • CODINGSTYLE.md with 15 added and 15 removed lines
2024-06-18 (Tue), 9:45 AM - Jens Grassel - 5363b1ea02eccf156e0fa830598324e9eb6e7185

Update circe to 0.14.8

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-06-18 (Tue), 9:45 AM - Jens Grassel - 05f6e166916e27b31a5851d15c603d865f036243

Update spring security to 6.3.1

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-06-11 (Tue), 12:31 PM - Jens Grassel - 4ef11611ee0eed38a1e028419f30e140ffc01340

Update flyway to 10.15.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-06-10 (Mon), 5:05 PM - Jens Grassel - 1d9dcd34e28da0176abc60c91a12a57cd7e5728b

Hub: Cleanup logErrors function.

If no request id is found in the headers, simply use an empty string to not
clutter up the logs with "null" values.
Summary of changes
1 files modified with 3 lines added and 3 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 3 added and 3 removed lines
2024-06-10 (Mon), 5:01 PM - Jens Grassel - 4f1041ee78722baec63b533c8e1adca903ed0e05

Hub: Enable logging of requests on the trace level.

Include the RequestLogger middleware and log all requests with their id on the
trace level to allow detailed debugging/tracing.
Summary of changes
1 files modified with 17 lines added and 10 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 17 added and 10 removed lines
2024-06-10 (Mon), 11:24 AM - Jens Grassel - 237919b1f367386f3fca6fa97e0e71f01dd2ba38

VCS: Fix crash if repository contains no tags.

If a repository contains no tags the logic to show the last tag would crash.
This patch fixes this by checking the exitStatus of the darcs command before
passing the output onwards for further processing.

Fixes: b76d19787c2d510d587405467da872095e2abb76
Summary of changes
1 files modified with 8 lines added and 2 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 8 added and 2 removed lines