~wegtam/smederee

Showing 11 changes starting from 224eb5b36f2104130bef70d38cc8e62eab3780d0.
2024-07-14 (Sun), 2:39 PM - Jens Grassel - 224eb5b36f2104130bef70d38cc8e62eab3780d0

security: refactor permission model

- rename `Execute` to `Manage`
- adjust documentation for rights/permissions of each case
Summary of changes
1 files modified with 7 lines added and 7 lines removed
  • modules/security/src/main/scala/de/smederee/security/Permission.scala with 7 added and 7 removed lines
2024-07-12 (Fri), 7:26 AM - Jens Grassel - 10cb8ca5f461ed485ce85064667f585678140cb8

Update sbt-twirl 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
2024-07-12 (Fri), 7:23 AM - Jens Grassel - e2bf55bae7f0355320c1a937a962b288d363dfb4

Update scoverage to 2.1.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
2024-07-12 (Fri), 7:23 AM - Jens Grassel - 886adf48f72e092c8ef22e2ddb85d3cdd579a0b8

Update sbt to 1.10.1

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-07-09 (Tue), 2:53 PM - Jens Grassel - 8711412a7e2faac5a20afcbfefb6162c6f34c52d

Hub: small wording change in doc

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 1 added and 1 removed lines
2024-07-09 (Tue), 11:58 AM - Jens Grassel - 431fe77d201d8bbff8b3ac6e046cae501f5dfb3b

Tickets: Prepare adding of comments to tickets

- add database table for ticket comments
- add `TicketComment`
- add functions to add and load comments to `TicketRepository`
- implement functions in `DoobieTicketRepository`
- add generators for testing
- add Quicklens library for easy optics
Summary of changes
1 files added
  • modules/hub/src/main/resources/db/migration/tickets/V6__ticket_comments.sql
6 files modified with 256 lines added and 38 lines removed
  • build.sbt with 41 added and 38 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/DoobieTicketRepository.scala with 33 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/Ticket.scala with 49 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/TicketRepository.scala with 24 added and 0 removed lines
  • modules/hub/src/test/scala/de/smederee/tickets/DoobieTicketRepositoryTest.scala with 96 added and 0 removed lines
  • modules/hub/src/test/scala/de/smederee/tickets/Generators.scala with 13 added and 0 removed lines
2024-07-09 (Tue), 9:28 AM - Jens Grassel - c35ef4e594802b116cf718ae136f4aa0c07fe204

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-07-09 (Tue), 9:26 AM - Jens Grassel - aa0054971d96d979c03e59dec25c22c66158285f

TAG v0.14.1

Fixed
-----

- forgotten occurences of the AGPL
Summary of changes
2024-07-09 (Tue), 9:25 AM - Jens Grassel - 381e08624d981625071568643be5dbe2d0b11d8d

Prepare RELEASE v0.14.1

Summary of changes
2 files modified with 9 lines added and 1 lines removed
  • CHANGELOG.md with 8 added and 0 removed lines
  • build.sbt with 1 added and 1 removed lines
2024-07-09 (Tue), 9:21 AM - Jens Grassel - 7155c9ce52c761861a7eccfeb70c71e43c3708f2

Fix forgotten mentions of the AGPL: switch to EUPL

Summary of changes
2 files modified with 2 lines added and 2 lines removed
  • CONTRIBUTING.md with 1 added and 1 removed lines
  • build.sbt with 1 added and 1 removed lines
2024-07-09 (Tue), 8:44 AM - Jens Grassel - 60d3821a4a18ff7d272ebe2f628d4041cb396e37

Licensing: change forgotten license note README file

Summary of changes
1 files modified with 1 lines added and 2 lines removed
  • README.md with 1 added and 2 removed lines