~jan0sch/smederee

Showing 11 changes starting from f9db03f883b92decfa7e0c37ad868f7f744d1cd7.
2022-08-08 (Mon), 2:38 PM - Jens Grassel - f9db03f883b92decfa7e0c37ad868f7f744d1cd7

Packaging: Add Plugins and configuration

- create config to package hub module
  - debian package
  - rpm package
Summary of changes
2 files modified with 54 lines added and 2 lines removed
  • build.sbt with 52 added and 2 removed lines
  • project/plugins.sbt with 2 added and 0 removed lines
2022-08-08 (Mon), 2:36 PM - Jens Grassel - cd6dfbacc8d0d1249ea19bcb45218d017df14659

Versioning: Remove dynver-plugin, set versions in buildfile

Summary of changes
2 files modified with 7 lines added and 1 lines removed
  • build.sbt with 7 added and 0 removed lines
  • project/plugins.sbt with 0 added and 1 removed lines
2022-08-08 (Mon), 10:06 AM - Jens Grassel - 06beec9538913f91d39780edea5d91dd1db4ac6c

VCS: Icons, Layout, CSS, Navigation

Summary of changes
5 files modified with 26 lines added and 6 lines removed
  • modules/hub/src/main/resources/assets/css/main.css with 15 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 3 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositories.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepository.scala.html with 6 added and 3 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryHistory.scala.html with 1 added and 1 removed lines
2022-08-08 (Mon), 9:34 AM - Jens Grassel - 2b5c5b8cbeeb24fe3720f2711c4075b6988e3075

VCS: fix file and dir sorting in repo view

Summary of changes
1 files modified with 2 lines added and 2 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 2 added and 2 removed lines
2022-08-08 (Mon), 9:11 AM - Jens Grassel - a507c316bb2d381ef67e01788bd8374bcb96bf0e

VCS: Fix deeper levels and file rendering

- switch to right associative (`/:`)
- remove now obsolete extra route for file rendering
Summary of changes
2 files modified with 49 lines added and 71 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 42 added and 70 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepository.scala.html with 7 added and 1 removed lines
2022-08-07 (Sun), 6:17 PM - Jens Grassel - d8079eab571341eda1333a4e92d94c9a7566f6f5

VCS: Refactoring, Cleanup

Summary of changes
1 files modified with 48 lines added and 22 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 48 added and 22 removed lines
2022-08-07 (Sun), 4:05 PM - Jens Grassel - 02b75df1c18d18a05c0dc666153d84d5a461e377

VCS: Show history with summary flag enabled

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 1 added and 1 removed lines
2022-08-07 (Sun), 4:00 PM - Jens Grassel - f6721fac1062780206681d96d6924e2f279673d9

VCS: Code Cleanup and links File <-> History

Summary of changes
3 files modified with 28 lines added and 23 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 13 added and 22 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepository.scala.html with 8 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryHistory.scala.html with 7 added and 0 removed lines
2022-08-07 (Sun), 3:34 PM - Jens Grassel - 601c61ce1a305ec4149756e7f51290258f220437

VCS: Remove debug logging

Summary of changes
1 files modified with 0 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 0 added and 1 removed lines
2022-08-07 (Sun), 3:33 PM - Jens Grassel - 68e4554788d54ffb331a97bfd8f81a6bee3bba43

VCS: Show raw files from repository

Summary of changes
1 files modified with 53 lines added and 9 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 53 added and 9 removed lines
2022-08-07 (Sun), 1:58 PM - Jens Grassel - cfdff6345b3aae5b3ee297b3e5fa33ec99f63e36

darcs: add show dependencies command

Summary of changes
1 files modified with 24 lines added and 1 lines removed
  • modules/darcs/src/main/scala/de/smederee/darcs/DarcsCommands.scala with 24 added and 1 removed lines