~jan0sch/smederee

Showing 11 changes starting from 189f3d6e5bffe629ad57e3ac32fd2305c1004cf1.
2023-09-22 (Fri), 1:56 PM - Jens Grassel - 189f3d6e5bffe629ad57e3ac32fd2305c1004cf1

Update flyway to 9.22.2

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2023-09-22 (Fri), 1:55 PM - Jens Grassel - 63b7ce651ecefa74b21a1675004498d8eedaa164

Update twirl to 1.6.1

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
2023-09-16 (Sat), 4:20 PM - Jens Grassel - 38e5cf8a4e20890bb322788441868e778ec1ce43

Fix trailing tag character in RSS feed item description.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/main/twirl/de/smederee/hub/views/rss.scala.xml with 1 added and 1 removed lines
2023-09-16 (Sat), 3:54 PM - Jens Grassel - 4250d329f0c8eca74b595d9c409f5528ed5c1137

Add RSS feed feature for repositories.

- add base classes for describing RSS feeds
- add extension method to convert `VcsRepositoryPatchMetadata` into a RSS feed
  item
- add route to repository routes to enable feed for "owner/repo/feed.rss"
Summary of changes
2 files added
  • modules/hub/src/main/scala/de/smederee/hub/Rss.scala
  • modules/hub/src/main/twirl/de/smederee/hub/views/rss.scala.xml
4 files modified with 111 lines added and 2 lines removed
  • modules/hub/src/main/resources/messages.properties with 1 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepository.scala with 26 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 83 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryOverview.scala.html with 1 added and 1 removed lines
2023-09-15 (Fri), 5:35 PM - Jens Grassel - df24adbb3bef770077deff98ca669f722cdd0ed4

Update sbt to 1.9.6

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/build.properties with 1 added and 1 removed lines
2023-09-15 (Fri), 12:12 PM - Jens Grassel - a9b660ee67fe01d284161b96ec0cb401ec706d21

Cleanup: Remove unused import.

Summary of changes
1 files modified with 0 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/ResetPasswordForm.scala with 0 added and 1 removed lines
2023-09-15 (Fri), 12:09 PM - Jens Grassel - 99c8a9e3aba5653b9e60af4728444af680894c12

Update sbt to 1.9.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
2023-09-15 (Fri), 12:05 PM - Jens Grassel - 667e7640137378df4d875ef3c1ce62696b8997a9

Update twirl to 1.6.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
2023-09-12 (Tue), 3:21 PM - Jens Grassel - 43f5137c62426c5ab616c5616669e9795c9c24e1

Tickets: Milestones can be closed and re-opened.

- extend data model for milestones with closed flag
- add needed functionality to be able to close and open milestones
- add some css to visualise the closed/open status
- fix an issue with the edit milestone form using invalid values
- display number of closed tickets from total number on milestone page
Summary of changes
1 files added
  • modules/tickets/src/main/resources/db/migration/tickets/V5__add_closeable_milestones.sql
12 files modified with 303 lines added and 18 lines removed
  • modules/hub/src/main/resources/assets/css/main.css with 9 added and 0 removed lines
  • modules/hub/src/main/resources/messages.properties with 5 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/MilestoneRoutes.scala with 138 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editMilestone.scala.html with 3 added and 3 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editMilestones.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/showMilestone.scala.html with 27 added and 1 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/DoobieMilestoneRepository.scala with 12 added and 4 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/DoobieTicketRepository.scala with 2 added and 1 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/Milestone.scala with 4 added and 1 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/MilestoneRepository.scala with 18 added and 0 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/DoobieMilestoneRepositoryTest.scala with 78 added and 0 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/Generators.scala with 6 added and 5 removed lines
2023-09-12 (Tue), 1:05 PM - Jens Grassel - fd84de3667f06c96a8b66ae00c407dd8538088b0

Update flyway to 9.22.1

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2023-09-12 (Tue), 10:26 AM - Jens Grassel - 6da02b36e130a775a39f88c54775aa8237b6f138

Tickets: Fix HTML/CSS width issue.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/main/twirl/de/smederee/tickets/views/showTickets.scala.html with 1 added and 1 removed lines