Commit graph

966 commits

Author SHA1 Message Date
Auto_EPMD-EDP AIAssistant
172164f377 Add unit test for addVisit method in Owner class 2024-10-25 17:00:33 +03:00
Auto_EPMD-EDP AIAssistant
1484e2f55b Add unit test for showVetList method in VetController with page 2 and empty result 2024-10-25 16:15:28 +03:00
Auto_EPMD-EDP AIAssistant
54aef7ab64 Add unit test for showOwner method in OwnerController 2024-10-25 13:28:41 +03:00
Auto_EPMD-EDP AIAssistant
b97e693834 Add unit test for findOwner method in OwnerController 2024-10-25 13:20:27 +03:00
Auto_EPMD-EDP AIAssistant
22fc7824a6 Add unit test for initFindForm method in OwnerController 2024-10-25 12:52:27 +03:00
Auto_EPMD-EDP AIAssistant
9dcff80f3d Add unit test for processUpdateForm method in PetController 2024-10-25 12:43:05 +03:00
Auto_EPMD-EDP AIAssistant
6ac57b9b15 Add unit test for initUpdateForm method in PetController 2024-10-25 12:41:16 +03:00
Auto_EPMD-EDP AIAssistant
74ce3d2818 Add unit test for processCreationForm method in PetController 2024-10-25 12:39:43 +03:00
Auto_EPMD-EDP AIAssistant
558c1684e0 Add unit test for initCreationForm method in PetController 2024-10-25 11:57:03 +03:00
Auto_EPMD-EDP AIAssistant
02a406bbad Add unit test for findPet method in PetController to handle null petId scenario 2024-10-25 11:47:02 +03:00
Auto_EPMD-EDP AIAssistant
605eedff8e Add unit test for findOwner method in PetController to handle IllegalArgumentException scenario 2024-10-25 11:45:42 +03:00
Auto_EPMD-EDP AIAssistant
69cdebe4e7 Add unit test for populatePetTypes method in PetController 2024-10-25 11:31:17 +03:00
Auto_EPMD-EDP AIAssistant
d128ab9343 Add unit test for showVetList with empty database in VetController 2024-10-25 11:26:56 +03:00
Auto_EPMD-EDP AIAssistant
666370a278 Add unit test for findOwner method in OwnerController 2024-10-24 19:21:23 +03:00
Auto_EPMD-EDP AIAssistant
36398d71db Add unit test for findOwner method in PetController 2024-10-24 19:15:08 +03:00
Auto_EPMD-EDP AIAssistant
f8d1c6e23d Add unit test for loadPetWithVisit in VisitController 2024-10-24 18:58:38 +03:00
Auto_EPMD-EDP AIAssistant
a68a2596cc Add unit test for showVetList with non-empty paginated results in VetController 2024-10-24 18:54:27 +03:00
Auto_EPMD-EDP AIAssistant
45d0528d7e Add unit test for processFindForm with non-empty last name and empty results in OwnerController 2024-10-24 18:53:02 +03:00
Auto_EPMD-EDP AIAssistant
74e791dcaa Add unit test for processFindForm with multiple results in OwnerController 2024-10-24 16:46:07 +03:00
Auto_EPMD-EDP AIAssistant
3717a2b115 Add unit test for showVetList without pagination in VetController 2024-10-24 16:43:36 +03:00
Auto_EPMD-EDP AIAssistant
4ebe0c6def Add unit test for processFindForm with empty result in OwnerController 2024-10-24 14:20:03 +03:00
Auto_EPMD-EDP AIAssistant
764c1faed6 Add unit test for initFindForm in OwnerController 2024-10-24 13:10:21 +03:00
Auto_EPMD-EDP AIAssistant
7ac78dba3a Add unit test for initCreationForm in OwnerController 2024-10-24 12:12:34 +03:00
Auto_EPMD-EDP AIAssistant
9185400240 Add unit test for processUpdateOwnerForm without validation errors in OwnerController 2024-10-24 11:53:31 +03:00
Auto_EPMD-EDP AIAssistant
751081667d Add unit test for OwnerController to cover creation form without validation errors 2024-10-24 11:22:17 +03:00
Auto_EPMD-EDP AIAssistant
08a9c6e24e Add unit test for VetController to cover pagination scenario 2024-10-24 09:28:40 +03:00
Auto_EPMD-EDP AIAssistant
7d966a0d68 Add unit test for processUpdateOwnerForm in OwnerController with validation errors 2024-10-24 09:23:42 +03:00
Auto_EPMD-EDP AIAssistant
4b035d68ff Add unit test for processCreationForm in OwnerController with validation errors 2024-10-24 09:22:19 +03:00
Eduard Kuznetsov
08dc8c020a Deleted all tests 2024-10-21 16:37:33 +03:00
João Bertholino
bbb237928f feat: Adds support for the Portuguese language. 2024-10-20 17:25:23 +01:00
ruabooe
912de1648e feat: add russian 2024-10-20 12:08:50 +01:00
Antoine Rey
62dbfa8e9a Remove the unnecessary includeFilters 2024-10-10 07:53:08 +01:00
Mousa Al Bateh
ae1bb8228c Minor code changes are the following:
-Removed unused variables from few files.
-Added null assertions in some tests.
-Removed unnecessary throw exceptions.
2024-10-10 07:50:06 +01:00
Guilherme Soares
fc442120ce fix(jmx): strip spaces before path 2024-09-30 21:42:09 +01:00
Patrick Baumgartner
f8001e0add Change chmod like other files 2024-09-30 21:41:01 +01:00
Patrick Baumgartner
608e2b6142 Update maven and gradle wrapper 2024-09-30 21:41:01 +01:00
Patrick Baumgartner
6fffe61b93 Updated db containers, and dependencies 2024-09-30 21:41:01 +01:00
ghost
2daa3993ee Removed unused imports
Made some variables as final
2024-09-24 20:37:48 +01:00
Sébastien Deleuze
d90e284621 Disable JPA Open Session In View
With the current codebase, it does not seems to be
needed anymore, so we disable it to provide better
performances.
2024-09-24 16:05:18 +01:00
Sébastien Deleuze
f6f923bd39 Upgrade to Spring Boot 3.3.4 2024-09-24 16:05:18 +01:00
Dave Syer
cabb74ed53 Update to Boot 3.3.3
Fixes #1658
2024-09-13 10:03:26 +01:00
Moritz Halbritter
91328af12d Upgrade to Spring Boot 3.3.2 2024-08-19 16:36:04 +01:00
Julien Dubois
12eb8b1ff3 Update the DevContainer configuration
This uses the configuration I wrote at https://github.com/langchain4j/langchain4j/pull/337
2024-08-14 09:27:13 +01:00
Dave Syer
383edc1656
Update readme.md to link to Spring Boot docs
Fixes #1616
2024-07-29 08:15:51 +01:00
Stéphane Nicoll
d8fcd11e67 Upgrade to Maven 3.9.7 2024-05-26 20:17:34 +02:00
Patrick Baumgartner
308f7ec783 Including CycloneDX for SBOM generation 2024-05-26 13:58:55 +01:00
Stéphane Nicoll
fa8f6836bd Upgrade Gradle build to Spring Boot 3.3.0
Closes gh-1551
2024-05-26 10:25:42 +02:00
Patrick Baumgartner
39cc7e160e Upgrade Dependencies 2024-05-25 17:00:35 +01:00
Patrick Baumgartner
7034d1746a Upgrade to Spring Boot 3.3.0 2024-05-25 17:00:35 +01:00
Patrick Baumgartner
52e528b2ad Upgrade to Maven Wrapper 3.3.1 2024-05-25 17:00:35 +01:00