~jan0sch/smederee

Showing 11 changes starting from 3903a0bbadc4050b2bc938ba69ac32ad71f423e1.
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
2024-06-10 (Mon), 8:50 AM - Jens Grassel - 961962b0ac1b1df0b42822643c59c84199a83ffa

Update ip4s to 3.6.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), 8:50 AM - Jens Grassel - 1354db3a2f9d03fb8481036668a57ca156973b79

Update flyway to 10.14.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), 8:48 AM - Jens Grassel - a8eaefd0e707c7d5c6370dc97d00802b5ed7b395

Update simple java mail to 8.11.2

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), 8:41 AM - Jens Grassel - fdc26c2dbd988fb4e1d7acc1cc870ab7313c8a79

Update os-lib to 0.10.2

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-06 (Thu), 11:47 AM - Jens Grassel - 053760453d3d83c50d87b900b23c84c7a9da80af

hub: Add RequestId middleware to generate request id headers.

Summary of changes
1 files modified with 13 lines added and 10 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 13 added and 10 removed lines
2024-06-01 (Sat), 7:17 PM - Jens Grassel - 03d86f012b41925f9ba9a96ac78bcf215a8c61ff

Fix indentation in markdown files.

Summary of changes
2 files modified with 15 lines added and 15 lines removed
  • CODINGSTYLE.md with 12 added and 12 removed lines
  • README.md with 3 added and 3 removed lines
2024-06-01 (Sat), 6:58 PM - Jens Grassel - ef026d73e765585726fc31da8b4e61b59e013787

html-utils: Switch to Laika for content rendering.

- add laika to dependencies
- add new general `ContentRenderer` for markdown and reStructuredText
- refactor views to simplify possible rendering of HTML from md or rst files
- remove common mark dependencies
- remove `MarkdownRenderer`
- fix local links from the repository overview page
- fix todo rendering
- enable rendering of rst readme files on the repository overview page
Summary of changes
2 files added
  • modules/html-utils/src/main/scala/de/smederee/html/ContentRenderer.scala
  • modules/html-utils/src/test/scala/de/smederee/html/RenderableContentTest.scala
6 files modified with 113 lines added and 113 lines removed
  • build.sbt with 39 added and 49 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 29 added and 29 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/MilestoneRoutes.scala with 5 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/TicketRoutes.scala with 5 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryFiles.scala.html with 32 added and 30 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryOverview.scala.html with 3 added and 3 removed lines
1 files removed
  • modules/html-utils/src/main/scala/de/smederee/html/MarkdownRenderer.scala