~wegtam/smederee

Showing 11 changes starting from 316eafe996470120dd997faeb9df67333190dd38.
2024-09-29 (Sun), 2:43 PM - Jens Grassel - 316eafe996470120dd997faeb9df67333190dd38

Update flyway to 10.18.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-09-27 (Fri), 11:40 AM - Jens Grassel - fb97d81781b9449ad6ae5d3c165b3eea5646010d

Set version to next SNAPSHOT version.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-09-27 (Fri), 11:35 AM - Jens Grassel - 1ed435da7a843854c03aa44af3d591d896b6ac87

TAG v0.15.0

Added
-----

- coding style guidelines for naming things
- human readable file sizes in vcs file browser
- statistics page for vcs repositories
- tokei as optional dependency for repository statistics

Changed
-------

- update Scala to 3.3.4
- lots of dependency updates
- migrate to Monocle optics library from Quicklens

Fixed
-----

- possible test error due to local development configuration

Removed
-------

- unused imports
- showing size of directories (bytes) in the vcs file browser
Summary of changes
2024-09-27 (Fri), 11:34 AM - Jens Grassel - c173d4c28b7e094dfa2f0c63ee872703d812e943

Prepare RELEASE v0.15.0

Summary of changes
2 files modified with 30 lines added and 1 lines removed
  • CHANGELOG.md with 29 added and 0 removed lines
  • build.sbt with 1 added and 1 removed lines
2024-09-27 (Fri), 11:22 AM - Jens Grassel - fd76c1257d936b4e1da5b0398d5e8b067dce012e

Update Scala to 3.3.4

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-09-27 (Fri), 11:19 AM - Jens Grassel - 29cf60500e31af7581d37f24d4771d6bb9578993

Ensure to load only default configuration for ServiceConfigTest.

- load only `reference.conf` files and environment variables for the tests
- fixes possible errors due to local development configuration
Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/test/scala/de/smederee/hub/config/ServiceConfigTest.scala with 1 added and 1 removed lines
2024-09-27 (Fri), 10:57 AM - Jens Grassel - b25df7baab1461d441a133422a656c5a60213266

Chore: 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/SessionHelpers.scala with 0 added and 1 removed lines
2024-09-27 (Fri), 10:51 AM - Jens Grassel - 2ae3629344634ad68bd69633991b13c816d71255

VCS: Extend repository statistics page.

- add data type for statistics
- move calculation to `VcsRepositoryStatistics`
- add translations
- remove parentheses around date in `formatDate`
- add more general statistics
- use 2 column layout for statistics page if possible
Summary of changes
1 files added
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryStatistics.scala
5 files modified with 56 lines added and 11 lines removed
  • modules/hub/src/main/resources/messages.properties with 9 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepository.scala with 4 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 4 added and 7 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/format/formatDate.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryStatistics.scala.html with 38 added and 3 removed lines
2024-09-26 (Thu), 4:33 PM - Jens Grassel - d03cdb66d48854eb00fdf664282fd938a7663d70

Chore: migrate from Quicklens to the Monocle optics library.

Summary of changes
2 files modified with 14 lines added and 6 lines removed
  • build.sbt with 5 added and 3 removed lines
  • modules/hub/src/test/scala/de/smederee/tickets/DoobieTicketRepositoryTest.scala with 9 added and 3 removed lines
2024-09-25 (Wed), 10:54 AM - Jens Grassel - 1106c45d19a462e050e5b5dc4cbb19f62fd9d704

README: Add tokei as dependency for statistics

Summary of changes
1 files modified with 1 lines added and 0 lines removed
  • README.md with 1 added and 0 removed lines
2024-09-25 (Wed), 10:48 AM - Jens Grassel - 4717413c19ba9821ac5f3731b443569e8a17f859

Update sbt-scoverage to 2.2.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