Commit graph

  • 8fc4b7e2de
    Update maven-build.yml Aiman Zafar 2024-11-26 15:59:02 +0500
  • 6e297619ba
    Update maven-build.yml Aiman Zafar 2024-11-26 15:33:40 +0500
  • 0531f28280
    Update maven-build.yml Aiman Zafar 2024-11-26 14:48:06 +0500
  • 20b863a2d3
    Update maven-build.yml Aiman Zafar 2024-11-26 14:42:18 +0500
  • f60e4335c3 Removing unused import from the owner repository. Abdurraffay 2024-11-25 19:53:22 +0500
  • bdfb8a73ab
    Delete .github/workflows/ci-pipeline.yml Aiman Zafar 2024-11-25 16:52:28 +0500
  • 9f1cda1c08 Update to Boot 3.4 Dave Syer 2024-11-25 11:04:49 +0000
  • 7a9a91c29f
    Update ci-pipeline.yml Aiman Zafar 2024-11-25 16:04:20 +0500
  • 22639fac86 Add GitHub Actions workflow for CI Aiman 2024-11-25 15:18:36 +0500
  • 492d2c7968
    Create Dockerfile Aisalkyn85 2024-11-24 21:00:55 -0600
  • 15d9a664fe Docker task idvylyuk 2024-11-22 16:35:48 +0200
  • 4f2202e60e new commit4 Botoi Adrian 2024-11-22 12:43:43 +0200
  • 821eaf4580 add jenkinsfile, dockerfile Botoi Adrian 2024-11-22 12:37:14 +0200
  • 3e961912de Add CodeAnywhere button ivan-burazin 2024-11-17 11:51:50 +0000
  • ebd570af25 Enable add Vet Amir Firouz 2024-11-17 01:36:18 -0800
  • 67513fde53 task: nexus conf idvylyuk 2024-11-14 10:42:05 +0200
  • 6b64894474 some changes idvylyuk 2024-11-12 17:45:37 +0200
  • 3e6c96b51d Merge branch 'main' of https://github.com/idvylyuk/spring-petclinic idvylyuk 2024-11-12 17:38:41 +0200
  • ff620da1e3 release: changes to second release idvylyuk 2024-11-12 17:22:35 +0200
  • 48b684c2ba release: changes to second release idvylyuk 2024-11-12 17:22:35 +0200
  • 351f3a4ea8 release: added build changes idvylyuk 2024-11-12 17:19:06 +0200
  • cc89e4fd5b <fix>: rename the DI variable name in constructor. YiXuan Ding 2024-11-12 18:57:52 +0800
  • 26bac39279 Add new test file -<modify>: remove @Transactional. -<add>: create unit-test file related to PetValidator. -<refactor>: move pet objects initialization to @BeforeEach setup. YiXuan Ding 2024-11-12 17:33:46 +0800
  • 317562a170 Implement K8S deployment testing using Kind in GitHub Actions Andrey Litvitski 2024-11-11 23:30:06 +0300
  • 8763dcc99c Implement K8S deployment testing using Kind in GitHub Actions Andrey Litvitski 2024-11-11 23:30:06 +0300
  • 1cad4124b7 Refactor code logic <refactor>: remove useless logic cod. <refactor>: detele useless annotation which is provided by Jpa. <refactor>: refactor implement of findByLastName, use Jpa to simplify query. YiXuan Ding 2024-11-10 20:51:23 +0800
  • adef8e8437
    Update .editorconfig sharvari-devops 2024-11-11 22:47:25 +0530
  • 63a4fc7d18 [maven-release-plugin] prepare for next development iteration idvylyuk 2024-11-11 16:54:20 +0200
  • 24ea5cbd99 [maven-release-plugin] prepare release spring-petclinic-4.0.0 idvylyuk 2024-11-11 16:54:17 +0200
  • daa9858b5b release: added local maven repo idvylyuk 2024-11-11 16:52:59 +0200
  • 34fe9eca79 release: changed to 4.0.0-SNAPSHOT idvylyuk 2024-11-11 16:32:50 +0200
  • 4b3c64172d release: pom.xml release plugin idvylyuk 2024-11-11 15:55:22 +0200
  • b597839c98 Refactor code logic <refactor>: remove useless logic cod. <refactor>: detele useless annotation which is provided by Jpa. <refactor>: refactor implement of findByLastName, use Jpa to simplify query. YiXuan Ding 2024-11-10 20:51:23 +0800
  • 668629d5bd refactor OwnerRepository: -<replace>: use JpaRepository to replace Repository in OwnerRepository class. -<remove1>: remove save() method. JpaRepository provides it by default. -<remove2>: remove @Query because in Owner class, the @OneToMany annotiation achieved fetch in query. -<refactor1>: use Optional<Owner> to recieve the result from findById(), and if is null, throw IllegalArugmentExpection. -<refactor2>: achieve the assert to judge return value in tests. -<add>: add name to @author tag. YiXuan Ding 2024-11-08 22:05:22 +0800
  • 5d1defe215 refactor OwnerRepository: -<replace>: use JpaRepository to replace Repository in OwnerRepository class. -<remove1>: remove save() method. JpaRepository provides it by default. -<remove2>: remove @Query because in Owner class, the @OneToMany annotiation achieved fetch in query. -<refactor1>: use Optional<Owner> to recieve the result from findById(), and if is null, throw IllegalArugmentExpection. -<refactor2>: achieve the assert to judge return value in tests. -<add>: add name to @author tag. YiXuan Ding 2024-11-08 22:05:22 +0800
  • a3026bddbb Add Kubernetes support Andrey Litvitski 2024-11-07 17:33:58 +0300
  • 2d01f6cbb2 added the changes chandu 2024-11-08 14:10:58 +0530
  • 50866def72 Refactor the logic and add unit test -<add>: add @NotBlank validation to pet's name. -<refactor>: delete useless code and add unit test to check duplicate Pet name validation logic. -<modify>: add Id to pet in unit test. -<refactor>: classify unit test. YiXuan Ding 2024-11-07 17:37:12 +0800
  • 71b15850bd Add Kubernetes support Andrey Litvitski 2024-11-07 17:33:58 +0300
  • 14af47d4e5 Refactor: - <optimize>: delete logic add owner to model because of the comment @ModelAttribute("owner"). - <fix>: add logical judgment in ordet to avoid owner from form and ownerId from url mismatch. YiXuan Ding 2024-11-06 20:09:08 +0800
  • 40421585b9 Refactor: - <optimize>: delete logic add owner to model because of the comment @ModelAttribute("owner"). - <fix>: add logical judgment in ordet to avoid owner from form and ownerId from url mismatch. YiXuan Ding 2024-11-06 20:09:08 +0800
  • fdc40a7048 Fix harmless bugs. - <fix>: use equals to replace == to compare Integer variable. - <delete>: remove redundant 'toLowerCase()' method and simplify pet lookup logic. - <update>: rewrite method getName() comments. YiXuan Ding 2024-11-05 15:27:56 +0800
  • 02d933240d Fix harmless bugs. - <fix>: use equals to replace == to compare Integer variable. - <delete>: remove redundant 'toLowerCase()' method and simplify pet lookup logic. - <update>: rewrite method getName() comments. YiXuan Ding 2024-11-05 15:27:56 +0800
  • a50bfb65bb Update Spring Boot release, adding Gradle build and cleanup Patrick Baumgartner 2024-11-05 09:45:11 +0100
  • 4160805f76
    Merge beaee8e390 into dff45cf70c TodorovskiMarko 2024-11-05 12:40:37 +0330
  • b720f57091 Update Spring Boot release, adding Gradle build and cleanup Patrick Baumgartner 2024-11-05 09:45:11 +0100
  • dff45cf70c fix: Temporarily removing accentuation from messages. João Bertholino 2024-10-20 15:20:52 -0300
  • 90bbb98ea6 Update readme to refer to test main classes Dave Syer 2024-11-05 08:24:50 +0000
  • eef2ca6f30
    Update readme.md Rakshith Vikramaj 2024-11-04 20:28:57 +0530
  • 16d17a0194
    Update readme.md Rakshith Vikramaj 2024-11-04 20:27:35 +0530
  • b6c9c2173a Add Config for H2 Console MuecahidYeniguen 2024-11-03 11:11:27 +0100
  • c0e305dd60 Added custom port number mamathaRamaprasad 2024-10-29 18:53:18 +0530
  • 323e3294fa Deleted empty test classes Auto_EPMD-EDP AIAssistant 2024-10-28 10:20:35 +0200
  • f32c8de16e fix variable naming talithafrsc 2024-10-27 14:16:46 +0700
  • 9ac676192e change tf secret strategy talithafrsc 2024-10-27 14:15:43 +0700
  • f282b80b55 trigger change in terraform talithafrsc 2024-10-27 14:02:23 +0700
  • e368073f98 fix terraform ci talithafrsc 2024-10-27 14:00:21 +0700
  • 28f340097f fix terraform ci talithafrsc 2024-10-27 14:00:04 +0700
  • 4155e95725 add repository to terraform talithafrsc 2024-10-27 13:57:50 +0700
  • e5c2cd5077 Build container Sabith KS 2024-10-25 12:27:13 -0700
  • 69c996cedb Add unit test for VetController.showResourcesVetList Auto_EPMD-EDP AIAssistant 2024-10-25 20:13:28 +0300
  • 625eb7ef14 Add unit test for VetController.showResourcesVetList Auto_EPMD-EDP AIAssistant 2024-10-25 20:07:19 +0300
  • 0a7e1ae9dd Add unit test for PetController.findOwner with valid ownerId Auto_EPMD-EDP AIAssistant 2024-10-25 19:33:49 +0300
  • 9359be811a Add unit tests for PetTypeFormatter parse method Auto_EPMD-EDP AIAssistant 2024-10-25 18:43:33 +0300
  • bed602903c Add unit test for print method in PetTypeFormatter class Auto_EPMD-EDP AIAssistant 2024-10-25 18:42:11 +0300
  • 0202d131ab Add unit test for validate method in PetValidator class Auto_EPMD-EDP AIAssistant 2024-10-25 17:01:53 +0300
  • 172164f377 Add unit test for addVisit method in Owner class Auto_EPMD-EDP AIAssistant 2024-10-25 17:00:33 +0300
  • 1484e2f55b Add unit test for showVetList method in VetController with page 2 and empty result Auto_EPMD-EDP AIAssistant 2024-10-25 16:15:28 +0300
  • 54aef7ab64 Add unit test for showOwner method in OwnerController Auto_EPMD-EDP AIAssistant 2024-10-25 13:28:41 +0300
  • b97e693834 Add unit test for findOwner method in OwnerController Auto_EPMD-EDP AIAssistant 2024-10-25 13:20:27 +0300
  • 22fc7824a6 Add unit test for initFindForm method in OwnerController Auto_EPMD-EDP AIAssistant 2024-10-25 12:52:27 +0300
  • 9dcff80f3d Add unit test for processUpdateForm method in PetController Auto_EPMD-EDP AIAssistant 2024-10-25 12:43:05 +0300
  • 6ac57b9b15 Add unit test for initUpdateForm method in PetController Auto_EPMD-EDP AIAssistant 2024-10-25 12:41:16 +0300
  • 74ce3d2818 Add unit test for processCreationForm method in PetController Auto_EPMD-EDP AIAssistant 2024-10-25 12:39:43 +0300
  • 558c1684e0 Add unit test for initCreationForm method in PetController Auto_EPMD-EDP AIAssistant 2024-10-25 11:57:03 +0300
  • 02a406bbad Add unit test for findPet method in PetController to handle null petId scenario Auto_EPMD-EDP AIAssistant 2024-10-25 11:47:02 +0300
  • 605eedff8e Add unit test for findOwner method in PetController to handle IllegalArgumentException scenario Auto_EPMD-EDP AIAssistant 2024-10-25 11:45:42 +0300
  • 69cdebe4e7 Add unit test for populatePetTypes method in PetController Auto_EPMD-EDP AIAssistant 2024-10-25 11:31:17 +0300
  • d128ab9343 Add unit test for showVetList with empty database in VetController Auto_EPMD-EDP AIAssistant 2024-10-24 20:20:43 +0300
  • 666370a278 Add unit test for findOwner method in OwnerController Auto_EPMD-EDP AIAssistant 2024-10-24 19:21:23 +0300
  • 36398d71db Add unit test for findOwner method in PetController Auto_EPMD-EDP AIAssistant 2024-10-24 19:15:08 +0300
  • f8d1c6e23d Add unit test for loadPetWithVisit in VisitController Auto_EPMD-EDP AIAssistant 2024-10-24 18:58:38 +0300
  • a68a2596cc Add unit test for showVetList with non-empty paginated results in VetController Auto_EPMD-EDP AIAssistant 2024-10-24 18:54:27 +0300
  • 45d0528d7e Add unit test for processFindForm with non-empty last name and empty results in OwnerController Auto_EPMD-EDP AIAssistant 2024-10-24 18:53:02 +0300
  • 74e791dcaa Add unit test for processFindForm with multiple results in OwnerController Auto_EPMD-EDP AIAssistant 2024-10-24 16:46:07 +0300
  • 3717a2b115 Add unit test for showVetList without pagination in VetController Auto_EPMD-EDP AIAssistant 2024-10-24 16:43:36 +0300
  • 24cdd393d8 fix working directory talithafrsc 2024-10-24 19:21:38 +0700
  • 58d587f902 change ci style talithafrsc 2024-10-24 19:10:25 +0700
  • 4ebe0c6def Add unit test for processFindForm with empty result in OwnerController Auto_EPMD-EDP AIAssistant 2024-10-24 14:20:03 +0300
  • 633dfb981c fix cred path talithafrsc 2024-10-24 18:11:43 +0700
  • d872959952 fix gcp auth talithafrsc 2024-10-24 18:07:55 +0700
  • ec4ff19bfa fix default credential talithafrsc 2024-10-24 18:07:03 +0700
  • 0f1ca00db9 fix terraform path talithafrsc 2024-10-24 18:05:09 +0700
  • 87d8d8008d inspect ci talithafrsc 2024-10-24 18:01:25 +0700
  • 29976cd9af fix ci talithafrsc 2024-10-24 17:59:06 +0700
  • 0a9e224828 use checkout on ci talithafrsc 2024-10-24 17:58:07 +0700
  • 03815630ea debug ci talithafrsc 2024-10-24 17:52:44 +0700
  • 7414d97f0d fix workspace location talithafrsc 2024-10-24 17:49:47 +0700
  • adcc1b98c3 fix decode flag talithafrsc 2024-10-24 17:47:52 +0700
  • b388905ef0 fix secret variables talithafrsc 2024-10-24 17:46:09 +0700