~jan0sch/smederee

Showing 11 changes starting from 9ae9fef15a0688a101ec9996cb8f71ab16651f0e.
2024-11-04 (Mon), 2:47 PM - Jens Grassel - 9ae9fef15a0688a101ec9996cb8f71ab16651f0e

Update sbt to 1.10.5

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/build.properties with 1 added and 1 removed lines
2024-10-31 (Thu), 3:22 PM - Jens Grassel - 6fdbf544830982907f0e1916d4713f5585e4882e

Update http4s to 1.0.0-M43

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-10-30 (Wed), 10:24 AM - Jens Grassel - f3034f5b642f6ef0518906e7149264314a5e5ea5

Update Bouncy Castle to 1.79

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-10-29 (Tue), 6:58 AM - Jens Grassel - b711e3105ec606d0818643babfcb80f7b7ccacce

Hotfix: prevent crashes and internal server errors

Several deep links on deleted repositories lead to crashes and internal
server errors, namely history, patch details and stats. These are now
prevented and a proper not found code (404) is returned.
Summary of changes
1 files modified with 30 lines added and 12 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 30 added and 12 removed lines
2024-10-28 (Mon), 4:57 PM - Jens Grassel - d808568e17a65ff968b3c8321adca15740babceb

Update sbt to 1.10.4

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/build.properties with 1 added and 1 removed lines
2024-10-28 (Mon), 8:05 AM - Jens Grassel - 1682c26212257d10c757c8b0abce62b8ef4e15ad

Update cats-effect to 3.5.5

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-10-27 (Sun), 8:47 AM - Jens Grassel - 93ea821914cea5052c276556a2ca1a52a97c07b6

Update logback to 1.5.12

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-10-25 (Fri), 8:27 AM - Jens Grassel - 03e4f7060a700d0c134b5c11550bee81b4a96ce9

chore: Some updates to the README

Summary of changes
1 files modified with 11 lines added and 0 lines removed
  • README.md with 11 added and 0 removed lines
2024-10-25 (Fri), 8:19 AM - Jens Grassel - ae29ea4ee20b075cd71c47bb6427e48895df467c

Update flyway to 10.20.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-10-24 (Thu), 9:11 AM - Jens Grassel - 6a4cf7889e345de70b036c7eca63bf03b82dabd0

Add test for FormFieldError

Summary of changes
1 files added
  • modules/hub/src/test/scala/de/smederee/hub/forms/FormFieldErrorTest.scala
2024-10-24 (Thu), 9:10 AM - Jens Grassel - cda9c272513bbcd8ca8e75a2fc5af4b545121ef3

Add test for FormField

Summary of changes
1 files added
  • modules/hub/src/test/scala/de/smederee/hub/forms/FormFieldTest.scala