~jan0sch/smederee

Showing 11 changes starting from df3221f571369b3c69ba71743da9233ed9b93e6f.
2023-03-27 (Mon), 3:11 PM - Jens Grassel - df3221f571369b3c69ba71743da9233ed9b93e6f

Cleanup CONTRIBUTING guide.

- fix some typos
- clarify branches and releases section
- add TODO
Summary of changes
1 files modified with 6 lines added and 5 lines removed
  • CONTRIBUTING.md with 6 added and 5 removed lines
2023-03-27 (Mon), 1:24 PM - Jens Grassel - 10a5b05d1375812cad30752b0921be25e50c0ee8

Add linking for Fixes comments in patch details.

- add a link to the patch detail url for a `Fixes: <HASH>` line
- add function `withFixesHashUrl(baseUri: Uri)` to `VcsPatchComment`
Summary of changes
3 files modified with 28 lines added and 3 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepository.scala with 17 added and 0 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/repositoryPatchMetadata.scala.html with 10 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryPatch.scala.html with 1 added and 1 removed lines
2023-03-26 (Sun), 5:11 PM - Jens Grassel - 021e63e38f599be3a5b88d66fc59b9056546c18c

Set version to next SNAPSHOT version

Summary of changes
1 files modified with 7 lines added and 7 lines removed
  • build.sbt with 7 added and 7 removed lines
2023-03-26 (Sun), 5:01 PM - Jens Grassel - d8989839c3e3114f038beac1f98ec405873cc776

TAG v0.6.0

Added
-----

- localisation support for signed in users
- more information on branches (forks) on repository pages
Summary of changes
2023-03-26 (Sun), 4:59 PM - Jens Grassel - d0bab878063f6969d1e6d68556e1a0c9db08be83

Prepare RELEASE 0.6.0

Summary of changes
2 files modified with 14 lines added and 7 lines removed
  • CHANGELOG.md with 7 added and 0 removed lines
  • build.sbt with 7 added and 7 removed lines
2023-03-26 (Sun), 4:37 PM - Jens Grassel - 191d72b579b56ff4705471efd5db9ef946cbfbdf

Branches/Forks: Add more information and interaction.

- show extra tab "Branches" for the repo if branches exist
- add necessary functionality to `VcsMetadataRepository`
- adjust repository templates to include branch information
- add notes about nomenclature of darcs (forks = branches)
Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryBranches.scala.html
13 files modified with 291 lines added and 84 lines removed
  • build.sbt with 1 added and 1 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/DoobieVcsMetadataRepositoryTest.scala with 45 added and 0 removed lines
  • modules/hub/src/main/resources/messages.properties with 6 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieVcsMetadataRepository.scala with 13 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsMetadataRepository.scala with 9 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 192 added and 70 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/deleteRepository.scala.html with 3 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/editRepository.scala.html with 3 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryFiles.scala.html with 3 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryHistory.scala.html with 3 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryMenu.scala.html with 6 added and 0 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryOverview.scala.html with 4 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryPatch.scala.html with 3 added and 2 removed lines
2023-03-26 (Sun), 8:07 AM - Jens Grassel - 3ed2a9d28af91ed1e0b568f113aa7f5346f0e7b2

Update sbt-native-packager to 1.9.16

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-03-26 (Sun), 8:05 AM - Jens Grassel - 53bd033d781e12a159ca5b4ff8b1c17b66206030

Update sbt-scoverage to 2.0.7

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-03-26 (Sun), 8:03 AM - Jens Grassel - 6c58dde261014694cc7f260507a82095f1cff159

Update sbt-header to 5.9.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-03-26 (Sun), 8:01 AM - Jens Grassel - cfb11b928cf993c0f2d26a65a8686e9f09240dec

Add localisation support (for signed in users).

- add field for language code to account
- add configuration option for language to account settings
- fix issue with default properties (messages_en -> messages)
- load language (or default) in views
- add some german translations
Summary of changes
5 files added
  • modules/hub/src/main/resources/db/migration/hub/V4__add_language.sql
  • modules/hub/src/main/resources/messages.properties
  • modules/hub/src/main/resources/messages_de.properties
  • modules/i18n/src/test/resources/messages.properties
  • modules/i18n/src/test/resources/messages_de.properties
21 files modified with 316 lines added and 122 lines removed
  • build.sbt with 1 added and 0 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/BaseSpec.scala with 9 added and 2 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/DoobieAccountManagementRepositoryTest.scala with 20 added and 0 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/DoobieVcsMetadataRepositoryTest.scala with 6 added and 3 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/Generators.scala with 8 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/Account.scala with 10 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/AccountManagementRepository.scala with 12 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/AccountManagementRoutes.scala with 90 added and 49 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieAccountManagementRepository.scala with 6 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieAuthenticationRepository.scala with 4 added and 2 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 4 added and 2 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/LandingPageRoutes.scala with 26 added and 12 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/SignupRoutes.scala with 2 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 34 added and 17 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/LabelRoutes.scala with 9 added and 5 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/MilestoneRoutes.scala with 11 added and 6 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/account/settings.scala.html with 38 added and 14 removed lines
  • modules/hub/src/test/scala/de/smederee/hub/Generators.scala with 8 added and 1 removed lines
  • modules/i18n/src/main/scala/de/smederee/i18n/LanguageCode.scala with 4 added and 0 removed lines
  • modules/i18n/src/main/scala/de/smederee/i18n/Messages.scala with 4 added and 3 removed lines
  • modules/i18n/src/test/scala/de/smederee/i18n/MessagesTest.scala with 10 added and 2 removed lines
2 files removed
  • modules/hub/src/main/resources/messages_en.properties
  • modules/i18n/src/test/resources/messages_en.properties
2023-03-23 (Thu), 6:47 PM - Jens Grassel - a633416df70f4f5ff0e73c50f55d96482af78142

Code Cleanup

- mark todo items properly to match our highlighter
- remove obsolete comment from hub logback.xml
Summary of changes
12 files modified with 16 lines added and 17 lines removed
  • build.sbt with 1 added and 1 removed lines
  • modules/email/src/main/scala/de/smederee/email/EmailMiddleware.scala with 3 added and 3 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/AccountManagementRoutes.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieVcsMetadataRepository.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/SignupRoutes.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepository.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 3 added and 3 removed lines
  • modules/hub/src/main/scala/de/smederee/ssh/DarcsSshCommand.scala with 2 added and 2 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/LabelRoutes.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/MilestoneRoutes.scala with 1 added and 1 removed lines
  • modules/hub/src/universal/conf/logback.xml with 0 added and 1 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/Project.scala with 1 added and 1 removed lines