- Dec 03, 2023
-
-
Lukas Karsch authored
-
- Nov 30, 2023
-
-
Lukas Karsch authored
-
Lukas Karsch authored
-
Lukas Karsch authored
#29 introduce custom page dto, add @RequestMapping to PlantsController to simplify mappings on controller methods
-
- Nov 29, 2023
-
-
Lukas Karsch authored
-
Lukas Karsch authored
-
Lukas Karsch authored
#27 seeding data now fixed, command line runner moved to config class to clean up the main application class
-
- Nov 28, 2023
-
-
Lukas Karsch authored
-
-
- Nov 27, 2023
-
-
Lukas Karsch authored
-
Lukas Karsch authored
#3 tests for controller done. @AuthenticationPrincipal is not! injected into controller methods as i could not get it to work. but thats not significant when testing just the web layer. might be a problem when doing full integration tests
-
- Nov 24, 2023
-
-
Lukas Karsch authored
-
- Nov 22, 2023
-
-
Lukas Karsch authored
#3 fix UserDetailsService bean for tests (rename method to avoid naming conflict, add 2 users & 1 admin). starting tests for GardenController. Added 1 dependency: spring-security-test to mock users in tests
-
Lukas Karsch authored
-
Lukas Karsch authored
-
- Nov 21, 2023
-
-
Lukas Karsch authored
-
Lukas Karsch authored
-
Lukas Karsch authored
-
- Nov 20, 2023
-
-
Lukas Karsch authored
-
Karsch Lukas authored
-
- Nov 16, 2023
-
-
Karsch Lukas authored
-
Karsch Lukas authored
-
Zink Hannah authored
-
- Nov 13, 2023
-
-
Holzheu Hannah authored
-
Lukas Karsch authored
application properties now differ for test suite vs regular runs. persisting h2 database in a file for regular use.
-
Lukas Karsch authored
Started work on unit tests for Garden. Fix custom queries (implementation still not finished). Exclude createdAt date for equals and hashcode in GardenEntry
-
Lukas Karsch authored
fix table name for User. Request matcher works now able to register users and authenticate, return jwt, access secured endpoints with jwt
-
Zink Hannah authored
-
- Nov 12, 2023
-
-
Karsch Lukas authored
-
Zink Hannah authored
-
- Nov 10, 2023
-
-
Karsch Lukas authored
fix typo, add additional ordering to custom queries in garden repository
-
- Nov 09, 2023
-
-
Lukas Karsch authored
custom queries for next plant date, next harvest date. not tested yet!
-
Lukas Karsch authored
createdAt date in GardenEntry works now. Sort feature implementation started. Started work on custom query to calculate next possible Plant / harvest date (garden service). More plants in CommandLineRunner
-
- Nov 07, 2023
-
-
Lukas Karsch authored
started implementation of garden controller and service. GardenEntry model.
-
Zink Hannah authored
-
Lukas Karsch authored
Created logging configuration file. Logger can be used with Logger log = LoggerFactory.getLogger(YourClass.class)
-
- Nov 06, 2023
-
-
Zink Hannah authored
-
Lukas Karsch authored
-
Lukas Karsch authored
-
Lukas Karsch authored
-