Commit graph

  • 2c6b644330
    chore: temporarily remove unused workflows main Patrick Sy 2025-03-03 16:34:16 +0100
  • 34ef850730
    feat(prometheus): add prometheus connector deps Patrick Sy 2024-12-13 07:04:36 +0100
  • 22caee3d03 feat: add Persian and Turkish localization files for application messages feelgood1987 2024-11-30 17:03:09 +0300
  • 42e2c74b0b Add a Dockerfile for dev environments other than codespaces Dave Syer 2024-11-28 14:45:59 +0000
  • 3b90fac983 Fix occasional stale volume in postgres tests Dave Syer 2024-10-14 15:29:49 +0100
  • 300597fc6c Update tomestamp for reproducible builds Dave Syer 2024-10-14 15:29:20 +0100
  • 40a41375e6 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
  • 214a8fb87f <fix>: rename the DI variable name in constructor. YiXuan Ding 2024-11-12 18:57:52 +0800
  • a0ba075bd8 Futher updates for Spring Boot 3.4 Patrick Baumgartner 2024-11-27 10:47:52 +0100
  • 91f55a4f71 Versionless webjars (again) Dave Syer 2024-11-27 08:32:30 +0000
  • 9f1cda1c08 Update to Boot 3.4 Dave Syer 2024-11-25 11:04:49 +0000
  • 317562a170 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
  • 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
  • a3026bddbb Add Kubernetes support Andrey Litvitski 2024-11-07 17:33:58 +0300
  • 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
  • 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
  • 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
  • a50bfb65bb 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
  • bbb237928f feat: Adds support for the Portuguese language. João Bertholino 2024-10-19 16:18:34 -0300
  • 912de1648e feat: add russian ruabooe 2024-10-20 13:14:47 +0300
  • 62dbfa8e9a Remove the unnecessary includeFilters Antoine Rey 2024-10-09 22:41:48 +0200
  • ae1bb8228c Minor code changes are the following: -Removed unused variables from few files. -Added null assertions in some tests. -Removed unnecessary throw exceptions. Mousa Al Bateh 2024-10-03 20:06:42 +0200
  • fc442120ce fix(jmx): strip spaces before path Guilherme Soares 2024-09-30 20:14:33 +0100
  • f8001e0add Change chmod like other files Patrick Baumgartner 2024-09-28 10:04:43 +0200
  • 608e2b6142 Update maven and gradle wrapper Patrick Baumgartner 2024-09-28 09:38:06 +0200
  • 6fffe61b93 Updated db containers, and dependencies Patrick Baumgartner 2024-09-28 08:58:17 +0200
  • 2daa3993ee Removed unused imports Made some variables as final ghost 2024-09-24 04:44:04 +0200
  • d90e284621 Disable JPA Open Session In View Sébastien Deleuze 2024-09-24 16:21:15 +0200
  • f6f923bd39 Upgrade to Spring Boot 3.3.4 Sébastien Deleuze 2024-09-24 16:15:42 +0200
  • 809e6f1c1c Example of using RAG in Vets retreival, as well as refactoring, bug fixes and enhancements spring-ai Oded Shopen 2024-09-22 12:00:29 +0300
  • cabb74ed53 Update to Boot 3.3.3 Dave Syer 2024-09-13 10:03:26 +0100
  • 290bb439d1 Chatbot for Spring Petclinic. Oded Shopen 2024-09-10 19:43:06 +0300
  • 91328af12d Upgrade to Spring Boot 3.3.2 Moritz Halbritter 2024-08-19 13:59:58 +0200
  • 12eb8b1ff3 Update the DevContainer configuration Julien Dubois 2024-07-30 11:18:32 +0200
  • 383edc1656
    Update readme.md to link to Spring Boot docs Dave Syer 2024-07-29 08:15:51 +0100
  • d8fcd11e67 Upgrade to Maven 3.9.7 Stéphane Nicoll 2024-05-26 20:16:44 +0200
  • 308f7ec783 Including CycloneDX for SBOM generation Patrick Baumgartner 2024-05-26 12:46:57 +0200
  • fa8f6836bd Upgrade Gradle build to Spring Boot 3.3.0 Stéphane Nicoll 2024-05-26 10:24:53 +0200
  • 39cc7e160e Upgrade Dependencies Patrick Baumgartner 2024-05-25 17:36:13 +0200
  • 7034d1746a Upgrade to Spring Boot 3.3.0 Patrick Baumgartner 2024-05-25 17:24:17 +0200
  • 52e528b2ad Upgrade to Maven Wrapper 3.3.1 Patrick Baumgartner 2024-05-25 17:22:43 +0200
  • aa9b9e7f43 Upgrade to Spring Boot 3.2.5 Stéphane Nicoll 2024-05-21 09:01:29 +0200
  • 055ef65dfb Upgrade to Maven 3.9.6 Stéphane Nicoll 2024-05-21 09:02:02 +0200
  • 85ae6fbc80 Upgrade to Gradle 8.7 Stéphane Nicoll 2024-05-21 09:00:32 +0200
  • 6fa3fa8196 Update docker-compose.yml portfoliodeekshith 2024-03-30 13:59:30 +0530
  • 527dad0c17 Update docker-compose.yml to bump postgresql to 16.3 andrzejsydor 2024-05-16 16:00:02 +0000
  • 284d07942e fix: docker-compose.yml: version is obsolete andrzejsydor 2024-05-16 16:14:51 +0000
  • 405cdc635b Add user friendly error message Pedro Chevallier 2024-03-20 18:54:40 -0300
  • c7bc8b1ae6 fix typo in confirmation message minsungoh 2024-05-10 00:17:41 +0900
  • c0bc917426 Formatting Dave Syer 2024-05-16 15:23:56 +0100
  • bf3bc29e56 Fix postgres data akan.tileubergenov 2024-03-07 12:51:52 +0500
  • 395356afc6 remove leading spaces in /owners//pets//visits/new, /owners//pets//visits/new and /webjars/bootstrap/5.3.2/dist/js/bootstrap.bundle.min.js resulting in 404s Alex 2024-05-06 13:12:20 +0200
  • 8f799263e0 test: remove duplicate assertion Anyul Rivas 2024-03-19 09:32:15 +0100
  • 19f5268ac1 test: improve test readability Anyul Rivas 2024-03-17 16:00:58 +0100
  • f3a67551c2 chore: optimize imports Anyul Rivas 2024-03-17 15:50:14 +0100
  • 7055f0c6a6 test: refactor using AssertJ assertions Anyul Rivas 2024-03-17 15:49:06 +0100
  • c5b3b3597e test: modify assertion for increasing readability. Anyul Rivas 2024-03-17 15:44:04 +0100
  • ca5785465f Update src/test/java/org/springframework/samples/petclinic/service/ClinicServiceTests.java Anyul Rivas 2024-03-17 15:41:14 +0100
  • d604a01984 Update src/test/java/org/springframework/samples/petclinic/model/ValidatorTests.java Anyul Rivas 2024-03-17 15:41:00 +0100
  • 57eb7443a6 test: modify assertion for increasing readability. Anyul Rivas 2024-03-14 09:23:01 +0100
  • dea3432a6d test: simplify code Anyul Rivas 2024-03-14 09:21:59 +0100
  • 9ed20bf999 test: rewrite assertions using AssertJ better readability Anyul Rivas 2024-03-14 09:20:45 +0100
  • 4f78b07490 test: rewrite assertion using AssertJ for consistency Anyul Rivas 2024-03-14 09:18:19 +0100
  • 5941227ab3 test: complete assertions Anyul Rivas 2024-03-14 09:05:28 +0100
  • 516722647a Gradle wrapper files should have correct line endings Maksim Sasnouski 2024-02-29 13:15:20 +0300
  • 3efd6e0f03 Use gradle Java plugin configuration block Maksim Sasnouski 2024-02-29 13:09:17 +0300
  • 6508cfb05f Bump gradle from 8.4 to 8.6 Maksim Sasnouski 2024-02-29 13:03:05 +0300
  • 4148fc9eb3 Add Gradle files indentation to .editorconfig Abel Salgado Romero 2024-02-01 10:09:49 +0100
  • a2f1ad5503 Make maven and gradle share checkstyle configuration thomasperkins1123 2024-02-14 01:56:03 +0000
  • da1c93d367 Make suppresions work on windows paths thomasperkins1123 2024-02-08 15:55:56 +0000
  • ee6573cee0 Add checkstyle for gradle thomasperkins1123 2024-01-31 12:45:31 +0000
  • 836d111e99 Fix formatting Dave Syer 2024-01-31 21:52:37 +0000
  • 2fe96130c0 Confirmation messages displayed for 'Add, edit, or update' actions shadab-stack 2023-10-24 10:36:12 +0530
  • 6fe21e5d0b Remove checkstyle and leave behind spring javaformat Dave Syer 2024-01-30 07:57:47 +0000
  • 4ad3b4edb5 Remove checkstyle and javaformat plugins Dave Syer 2024-01-29 15:49:35 +0000
  • a35189a9c5 Add spring.javaformat to gradle thomasperkins1123 2024-01-09 13:28:39 +0000
  • 172112492e Bump actions version to latest one (checkout * setup-java) Tugdual Grall 2024-01-09 09:05:34 +0100
  • 24eac813cf Update to snapshots 3310 Dave Syer 2024-01-22 09:01:02 +0000
  • cdd925d664 Small optimization for empty petId Dave Syer 2024-01-11 13:18:33 +0000
  • 80fd11067c Upgrade to Boot 3.2.1 Dave Syer 2024-01-10 13:01:00 +0000
  • 0aa3adb56f Checkstyle NoHttp suppresses all log files Rob Oxspring 2023-11-15 21:11:30 +0000
  • d69204f2c1 Running ./gradlew test should not require Docker Rob Oxspring 2023-12-05 20:02:25 +0000
  • 8b8304fa25 Improved Readme Patrick Baumgartner 2023-11-24 19:21:08 +0100
  • de0e3663c0 Update dependency Patrick Baumgartner 2023-11-24 18:32:42 +0100
  • 5a9d1fc40f Upgrade to Spring Boot 3.2.0 Sébastien Deleuze 2023-11-23 18:54:36 +0100
  • 923e2b7aa3 Bump Spring Boot to 3.1.3 Dave Syer 2023-09-12 13:16:30 +0100
  • 5accc40c77 Suppress warning Dave Syer 2023-09-12 13:15:59 +0100
  • d11d6e8e40 Remove unnecessary model change Dave Syer 2023-09-12 10:58:54 +0100
  • 18266fec8b feat: Add a Korean message file to support at least one non-European language anthony-park 2023-08-27 14:59:57 +0900
  • 4926e29270 Change validation annotations and whitespace handling evga7 2023-08-10 02:52:46 +0900
  • 0a529015bc handling Null pointer Exception on OwnerID bijomutta 2023-07-14 11:21:07 +0200
  • 3a6127557d Adding pet name validation on edit Pet bijomutta 2023-07-11 21:39:36 +0200
  • 3be289517d Add birthdate validation bijomutta 2023-07-07 18:39:38 +0200
  • b4efc934b2 Docker-based integration tests don't work in native for now Dave Syer 2023-07-07 10:42:01 +0100
  • c231682c2d Tidy up native tests Dave Syer 2023-07-07 10:25:30 +0100
  • f85ad88f33 Add test dependencies to match Maven configuration Dave Syer 2023-07-06 06:44:53 +0100
  • 029de905b3 Skip integration tests if docker unavailable Dave Syer 2023-07-05 12:50:52 +0000