~wegtam/smederee

Showing 11 changes starting from 4b41213b0d36857c93998adbd588a4e3540ffa88.
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
2024-06-10 (Mon), 11:12 AM - Jens Grassel - 3903a0bbadc4050b2bc938ba69ac32ad71f423e1

VCS: Code cleanup in overview section

Summary of changes
1 files modified with 12 lines added and 11 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 12 added and 11 removed lines
2024-06-10 (Mon), 11:09 AM - Jens Grassel - b76d19787c2d510d587405467da872095e2abb76

VCS: Show last tag and link to details if present on the overview page.

Summary of changes
3 files modified with 13 lines added and 0 lines removed
  • modules/hub/src/main/resources/messages.properties with 2 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 5 added and 0 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryOverview.scala.html with 6 added and 0 removed lines
2024-06-10 (Mon), 10:30 AM - Jens Grassel - 292a0f576e06362f72b8333a5c99540f32b4d398

hub: Adjust error logging to include request id.

Summary of changes
1 files modified with 21 lines added and 9 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 21 added and 9 removed lines
2024-06-10 (Mon), 8:50 AM - Jens Grassel - f0d3ce1c726ccff2886866d5d142923048023783

Update pureconfig to 0.17.7

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines