~jan0sch/smederee

Showing 11 changes starting from 8cdb3095c089e1ffeb638f99a8e26419f9e4029f.
2023-04-19 (Wed), 11:59 AM - Jens Grassel - 8cdb3095c089e1ffeb638f99a8e26419f9e4029f

Update spring security to 6.0.3

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2023-04-13 (Thu), 5:29 AM - Jens Grassel - 7e3a1b158547496fd335f2251ed87c751a13ab79

Refactoring: Move maximum file size for rendering to configuration.

- add `render-maximum-file-size` to `reference.conf` with 128 KB default
- add `renderMaximumFileSize` to `ServiceConfig`
- remove hard coded value from `VcsRepositoryRoutes`
- make some more values in `VcsRepositoryRoutes` private
Summary of changes
3 files modified with 11 lines added and 6 lines removed
  • modules/hub/src/main/resources/reference.conf with 2 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 4 added and 5 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/config/SmedereeHubConfig.scala with 5 added and 1 removed lines
2023-04-12 (Wed), 3:12 PM - Jens Grassel - ae2e44c8bdc5da0bd03f3788020fbc5efea1824c

Update simple java mail to 8.0.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-04-12 (Wed), 3:09 PM - Jens Grassel - 69cf972fa3ee64c3010a1cba87d2908b6bae7a9e

Update flyway to 9.16.3

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2023-04-12 (Wed), 2:54 PM - Jens Grassel - 554982adad6cb83ad1a982f00cea04c893d6e92b

Update ip4s-core to 3.3.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2023-04-12 (Wed), 2:52 PM - Jens Grassel - deb2cd359431790b39b7e8ba11d834253588057c

Update Bouncy Castle to 1.73

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2023-04-05 (Wed), 9:06 AM - Jens Grassel - 0f1cb4523e284dd4742de02277b1c21bc04faf22

Code Cleanup: Fix unused import.

Summary of changes
1 files modified with 0 lines added and 2 lines removed
  • modules/hub/src/test/scala/de/smederee/hub/VcsRepositoryPatchMetadataTest.scala with 0 added and 2 removed lines
2023-04-04 (Tue), 6:39 PM - Jens Grassel - f2925545a468ee68878007aebeb472bb107eff4b

Tickets: Re-integrate moved labels and milestones functionality.

- re-wire server code to re-enable labels and milestones
- url configuration for the ticket service has to match hub one for now
   - otherwise links won't be created correctly
- several adjustments and a bit of cleanup
Summary of changes
5 files added
  • modules/hub/src/main/scala/de/smederee/hub/RelatedTypesConverter.scala
  • modules/tickets/src/it/scala/de/smederee/tickets/DoobieTicketServiceApiTest.scala
  • modules/tickets/src/main/resources/db/migration/tickets/V3__add_language.sql
  • modules/tickets/src/main/scala/de/smederee/tickets/DoobieTicketServiceApi.scala
  • modules/tickets/src/main/scala/de/smederee/tickets/TicketServiceApi.scala
20 files modified with 436 lines added and 106 lines removed
  • build.sbt with 1 added and 1 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/Generators.scala with 4 added and 3 removed lines
  • modules/hub/src/main/resources/messages.properties with 56 added and 24 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/Account.scala with 1 added and 9 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/AccountManagementRoutes.scala with 9 added and 4 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieVcsMetadataRepository.scala with 5 added and 2 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 26 added and 8 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepository.scala with 4 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 10 added and 3 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/LabelRoutes.scala with 13 added and 5 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/MilestoneRoutes.scala with 12 added and 4 removed lines
  • modules/hub/src/test/scala/de/smederee/hub/Generators.scala with 4 added and 3 removed lines
  • modules/tickets/src/it/scala/de/smederee/tickets/BaseSpec.scala with 35 added and 3 removed lines
  • modules/tickets/src/it/scala/de/smederee/tickets/DoobieProjectRepositoryTest.scala with 64 added and 0 removed lines
  • modules/tickets/src/it/scala/de/smederee/tickets/Generators.scala with 22 added and 0 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/DoobieProjectRepository.scala with 24 added and 0 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/Project.scala with 1 added and 1 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/ProjectRepository.scala with 28 added and 0 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/TicketsUser.scala with 5 added and 2 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/Generators.scala with 112 added and 33 removed lines
2023-04-01 (Sat), 3:23 PM - Jens Grassel - 58f0789aba8bca78a522477d364f54cd59f154a2

Increase MaxMetaspaceSize because of OOM on long running test sessions.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • .jvmopts with 1 added and 1 removed lines
2023-03-31 (Fri), 6:45 PM - Jens Grassel - f15299aad27aeaa47f23fc0371b191779a40fa6a

Tickets: Add implementation for `ProjectRepository`.

- add `DoobieProjectRepository`
- add integration tests
Summary of changes
2 files added
  • modules/tickets/src/it/scala/de/smederee/tickets/DoobieProjectRepositoryTest.scala
  • modules/tickets/src/main/scala/de/smederee/tickets/DoobieProjectRepository.scala
2023-03-31 (Fri), 6:44 PM - Jens Grassel - b576196941660d727d95f0dd9ec99a4a27c2fd6f

Modify JVM options for compiler.

- remove obsolete TieredCompilation flag
- increase maximum allowed memory size to 5 GB
Summary of changes
1 files modified with 1 lines added and 2 lines removed
  • .jvmopts with 1 added and 2 removed lines