- Nov 28, 2023
-
-
Holzheu Hannah authored
#3 merge fully implemented garden branch into main See merge request !12
-
-
Karsch Lukas authored
# Conflicts: # src/main/java/hdm/mi/growbros/service/PlantsService.java
-
- 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
-
Karsch Lukas authored
Update CHANGELOG See merge request !10
-
- Nov 21, 2023
-
-
Lukas Karsch authored
-
Lukas Karsch authored
-
Lukas Karsch authored
-
Karsch Lukas authored
Random plants See merge request !9
-
- Nov 20, 2023
-
-
Lukas Karsch authored
-
Blersch Lara authored
-
Lukas Karsch authored
# Conflicts: # requests.http
-
Karsch Lukas authored
Fix security config and user signup #21 #20 See merge request !8
-
Karsch Lukas authored
-
- Nov 16, 2023
-
-
Lukas Karsch authored
# Conflicts: # requests.http
-
Karsch Lukas authored
-
Karsch Lukas authored
#6 #8 Authentifizierungsprozess See merge request !5
-
Holzheu Hannah authored
update branch See merge request !6
-
Karsch Lukas authored
-
Zink Hannah authored
-
- Nov 13, 2023
-
-
Holzheu Hannah authored
-
Holzheu Hannah authored
-
Holzheu Hannah authored
-
Holzheu Hannah authored
-
Zink Hannah authored
# Conflicts: # src/main/java/hdm/mi/growbros/models/user/User.java
-
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.
-