Skip to content
Builds
No builds

Changes

#54 (Mar 24, 2026, 2:16:09 AM)

  1. feat(pet): add new implemetation for updatePet in service (commit: 640ea6b) — yeremyvegap / githubweb
  2. feat: add collection {Shelter,Pet and Veterinarian(implement with Abstract User)} (commit: 25a07c2) — yeremyvegap / githubweb

#53 (Mar 23, 2026, 8:07:54 PM)

  1. echo: remove TODO in Medical (commit: f1fff11) — yeremyvegap / githubweb

#52 (Mar 23, 2026, 8:04:54 PM)

  1. refacture: use repositories for getters (commit: 8518d3a) — yeremyvegap / githubweb

#51 (Mar 23, 2026, 7:50:19 PM)

  1. feat(report): implement Strategy Pattern with service and test (commit: 9bd4a7a) — yeremyvegap / githubweb
  2. test: add coverage for ApplicationConfig and fix context loading issues (commit: e198424) — yeremyvegap / githubweb
  3. feat: implement core Observer pattern interfaces (Subject and Observer) (commit: 8c834f4) — yeremyvegap / githubweb
  4. feat: update User and Shelter entities and add SubscriptionEntity for notifications (commit: 924c52a) — yeremyvegap / githubweb
  5. feat: implement notification logic in UserService and update ShelterService (commit: 8af80d0) — yeremyvegap / githubweb
  6. feat: implement specialized logic and validation for Adopter and Veterinarian services (commit: 3692cf5) — yeremyvegap / githubweb
  7. test: add integration tests for User, Adopter, and Shelter services (commit: 28fbb8f) — yeremyvegap / githubweb

#50 (Mar 23, 2026, 5:49:07 AM)

  1. fix: resolve SonarQube security issues and DateStrategy compilation (commit: 51c382b) — yeremyvegap / githubweb

#49 (Mar 23, 2026, 5:26:37 AM)

  1. test: add AdoptionRequestService test (commit: 48d4cb8) — yeremyvegap / githubweb

#48 (Mar 23, 2026, 5:01:02 AM)

  1. refactor: remmove import (commit: 1e2e1e7) — yeremyvegap / githubweb

#47 (Mar 23, 2026, 4:57:12 AM)

  1. fix: solve Issues in Sonar (commit: 1caa1ca) — yeremyvegap / githubweb
  2. fix: solve more Issues in Sonar (commit: 31f76f5) — yeremyvegap / githubweb

#46 (Mar 23, 2026, 4:46:57 AM)

  1. Servicios y Testeos Report (commit: cd2112b) — sdmoralesm / githubweb
  2. test: FIX TEST FOR SONAR (commit: 1ec6fed) — yeremyvegap / githubweb
  3. fix: everything (commit: 5fd9514) — yeremyvegap / githubweb

#45 (Mar 23, 2026, 4:25:32 AM)

  1. feat: add AdoptionRequest with Strategy Pattern + Service with test (commit: 06ffb66) — yeremyvegap / githubweb

#44 (Mar 23, 2026, 4:05:32 AM)

  1. test: Raul test (commit: df74ad1) — radiazl / githubweb
  2. refacture: implement test for Strategy Pattern (commit: 6c1d92f) — yeremyvegap / githubweb
  3. fix: remove nullpointer exception (commit: 1bf4124) — yeremyvegap / githubweb

#43 (Mar 23, 2026, 3:15:22 AM)

  1. refacture(Mhistory): remove unnecesary imports (commit: 852cef2) — yeremyvegap / githubweb

#42 (Mar 23, 2026, 3:10:47 AM)

  1. Arreglo Sonar (commit: 5d45dda) — sdmoralesm / githubweb
  2. fix: import ErrorMessage correctly (commit: ccac92c) — yeremyvegap / githubweb

#41 (Mar 23, 2026, 2:19:02 AM)

  1. Arreglo y ampliamiento de test medical (commit: 390ff43) — sdmoralesm / githubweb
  2. feat(Mhistory): add lastCheck attribute (commit: df8fbe1) — yeremyvegap / githubweb
  3. fix(Vrecord): add tags @PodamExclude & relation @ManytoOne (commit: 803f9e1) — yeremyvegap / githubweb
  4. fix: implement correctly Vaccine (commit: 0a07944) — yeremyvegap / githubweb

#40 (Mar 22, 2026, 9:48:17 PM)

  1. refacture(SEventtest): parameterize test replaced individual tests (commit: 20df9ef) — yeremyvegap / githubweb

#39 (Mar 22, 2026, 9:41:51 PM)

  1. test: add moree tests (commit: 896431c) — yeremyvegap / githubweb
  2. test: add more test for Notification (commit: 70d2549) — yeremyvegap / githubweb
  3. test: add more test for ShelterEvent (commit: ec02b54) — yeremyvegap / githubweb

#38 (Mar 22, 2026, 8:52:21 PM)

  1. refacture(entities): remove unnecesary packages (commit: 876c37b) — yeremyvegap / githubweb
  2. refacture(test): remove public in method setUp (commit: e6c0807) — yeremyvegap / githubweb
  3. refactor(VRecord): rename record variable to not match a restricted identifier (commit: 4cdff55) — yeremyvegap / githubweb

#37 (Mar 22, 2026, 8:36:41 PM)

  1. Services and Test de MedicalEvent, MedicalHistory, Vaccinate y VaccinationRecord (commit: 3699695) — sdmoralesm / githubweb

#36 (Mar 22, 2026, 8:24:21 PM)

  1. refactor: solve sonar issues and standardize date types (commit: ebec97e) — yeremyvegap / githubweb

#35 (Mar 22, 2026, 8:06:46 PM)

  1. feat: Raul services (commit: 2bc8d74) — radiazl / githubweb
  2. fix: implement NOT_FOUND and remove var with notificationRepository (commit: 1c2be0e) — yeremyvegap / githubweb
  3. fix: remove notificationRepository import (commit: 6bf914a) — yeremyvegap / githubweb
  4. refactor(services): fix compilation errors and implement bidirectional logic in MessageService (commit: a3d633b) — yeremyvegap / githubweb
  5. feat(repositories): add existsByAdopterIdAndPetId to AdoptionRepository (commit: 1431904) — yeremyvegap / githubweb
  6. refactor(services): improve state management and integrity in ShelterEventService (commit: 491cd31) — yeremyvegap / githubweb
  7. test(services): add comprehensive unit tests for MessageService coverage (commit: ed83187) — yeremyvegap / githubweb
  8. test(services): implement integration tests for MessageService using TestEntityManager (commit: 4da079a) — yeremyvegap / githubweb
  9. fix(services): prevent NullPointerException in MessageService logs by validating before logging (commit: b62e65c) — yeremyvegap / githubweb
  10. feat(notification): add Strategy class to Notification (commit: 06aa0e7) — yeremyvegap / githubweb
  11. test: add NotificationServiceTest (commit: 77ba8ac) — yeremyvegap / githubweb
  12. refacture(date): replace Date with LocalDate (commit: 1ae2b3d) — yeremyvegap / githubweb
  13. test: add ReviewServiceTest (commit: 79e25b0) — yeremyvegap / githubweb
  14. feat(notification): add one more type of Notifcation (InApp) (commit: 44f5b46) — yeremyvegap / githubweb
  15. test: add ShelterEventServiceTest (commit: fb6d307) — yeremyvegap / githubweb

#34 (Mar 22, 2026, 1:46:19 AM)

  1. test: update delete tests (commit: 4075dee) — yeremyvegap / githubweb

#33 (Mar 22, 2026, 1:38:29 AM)

  1. test: remove repeat method (commit: 8dee665) — yeremyvegap / githubweb

#32 (Mar 22, 2026, 1:30:19 AM)

  1. test: add more surgical tests in TrialService (commit: 6734f85) — yeremyvegap / githubweb

#31 (Mar 22, 2026, 1:19:44 AM)

  1. test: add updateDate in TrialService (commit: 3dcb361) — yeremyvegap / githubweb

#30 (Mar 22, 2026, 1:11:04 AM)

  1. test: add more test (commit: fc05378) — yeremyvegap / githubweb

#29 (Mar 22, 2026, 12:46:39 AM)

  1. test: implement tests that JaCoCo recognizes as valid upon entering the if statement (commit: 8cbcfa5) — yeremyvegap / githubweb

#28 (Mar 22, 2026, 12:39:24 AM)

  1. test: add case with new, own, and non-existent email address (commit: c287282) — yeremyvegap / githubweb

#27 (Mar 22, 2026, 12:19:29 AM)

  1. test: solve logic in test for User (commit: 5d9519e) — yeremyvegap / githubweb

#26 (Mar 22, 2026, 12:02:44 AM)

  1. fix: add good implemetation for Strategy Notification (commit: 886af8f) — yeremyvegap / githubweb
  2. refacture: improve the formatting of conditional statements (commit: 340265b) — yeremyvegap / githubweb

#25 (Mar 21, 2026, 11:51:29 PM)

  1. fix: Move the if of email to a new line (commit: 9fe5086) — yeremyvegap / githubweb

#24 (Mar 21, 2026, 11:45:49 PM)

  1. test: use isBlank(user.getName()) in UserService and implement more tests (commit: 580f5ca) — yeremyvegap / githubweb
  2. test: add missing tests to TrialCohabitation (commit: d426de9) — yeremyvegap / githubweb

#23 (Mar 21, 2026, 11:29:39 PM)

  1. fix: solve the duplication problem by entering USER_CANNOT_BE_NULL (commit: c1b0829) — yeremyvegap / githubweb

#22 (Mar 21, 2026, 11:21:49 PM)

  1. test: add missing tests to TrialCohabition (commit: 244ea10) — yeremyvegap / githubweb
  2. test: add missing tests to User (commit: ec6a77c) — yeremyvegap / githubweb

#21 (Mar 21, 2026, 10:20:14 PM)

  1. test: add ParameterizedTest in multiple test (commit: 0e54562) — yeremyvegap / githubweb

#20 (Mar 21, 2026, 10:11:24 PM)

  1. fix: remove unnecesary packages (commit: e51b9ba) — yeremyvegap / githubweb

#19 (Mar 21, 2026, 10:02:49 PM)

  1. refactor: organize the four individual tests in VeterinarianServiceTest.java into a single parameterized test (commit: 1f466fc) — yeremyvegap / githubweb

#18 (Mar 21, 2026, 9:52:34 PM)

  1. test: add UpdateUnchangedEmail ShelterTest (commit: 2dc299a) — yeremyvegap / githubweb
  2. test: add missing tests to Adopter (commit: 266a51d) — yeremyvegap / githubweb
  3. test: add missing tests to Adoption (commit: bc04785) — yeremyvegap / githubweb
  4. test: add missing tests to Veterinarian (commit: 1a687d6) — yeremyvegap / githubweb

#17 (Mar 21, 2026, 9:34:09 PM)

  1. test: add more ShelterTest (commit: ceb1f70) — yeremyvegap / githubweb

#16 (Mar 21, 2026, 9:19:29 PM)

  1. feat: add testUpdatePetStatusToInTrialWhenOnlyCompletedTrialsExistSuccess() (commit: 9a3d845) — yeremyvegap / githubweb

#15 (Mar 21, 2026, 9:12:54 PM)

  1. feat: add test cases to cover the identified gaps in validatePetData, validateStatusChange, processReturn, and (commit: 999a711) — yeremyvegap / githubweb
  2. fix: resolve conditionals Partially covered (commit: 110395b) — 162923584+iYeremy / githubweb

#14 (Mar 21, 2026, 9:10:04 PM)

  1. fix: resolve conditionals Partially covered (commit: c906efe) — 162923584+iYeremy / githubweb

#13 (Mar 21, 2026, 8:55:29 PM)

  1. feat: add test cases to cover the identified gaps in validatePetData, validateStatusChange, processReturn, and (commit: b268d78) — 162923584+iYeremy / githubweb

#12 (Mar 21, 2026, 8:45:29 PM)

  1. fix: implement missing tests at PetService (commit: cfab7fc) — yeremyvegap / githubweb

#11 (Mar 21, 2026, 2:27:53 PM)

  1. fix: remove existing variable (commit: e4ce119) — yeremyvegap / githubweb
  2. fix: remove this useless assignment to local variable user (commit: 3a35cfa) — yeremyvegap / githubweb
  3. fix: remove public declaration in test class (commit: 4869549) — yeremyvegap / githubweb

#10 (Mar 21, 2026, 2:24:28 PM)

  1. fix: use repository getters (commit: 322f732) — yeremyvegap / githubweb

#9 (Mar 21, 2026, 1:52:18 PM)

  1. feat: Implement services and testing for Adopter, Adoption, and Trial Cohabitation (commit: b2bbb3b) — jprinconr / githubweb
  2. fix: Fix AdopterService to use UserService inheritance (commit: c5d993f) — jprinconr / githubweb
  3. feat: add centralized exceptions NOT_FOUND (commit: b382326) — 162923584+iYeremy / githubweb
  4. feat: implemment methods findByEmail & ExistByName (commit: 818f2c7) — 162923584+iYeremy / githubweb
  5. feat: add status attribute for ShelterEvent (commit: 93cb2f0) — 162923584+iYeremy / githubweb
  6. feat: implement ShelterService (commit: 86c5e16) — 162923584+iYeremy / githubweb
  7. refacture: rename ZZZ directory to pets_test (commit: 4848575) — 162923584+iYeremy / githubweb
  8. chore: tabulate correctly (commit: ebb85ab) — 162923584+iYeremy / githubweb
  9. test: add ShelterTest (commit: 305a5c9) — 162923584+iYeremy / githubweb
  10. refacture: remove unnecessary imports (commit: ec94940) — 162923584+iYeremy / githubweb
  11. feat(user): implement method existsByEmail (commit: 093ce6e) — 162923584+iYeremy / githubweb
  12. feat(exception): add USER_NOT_FOUNDin ErrorMessage (commit: 2feedfe) — 162923584+iYeremy / githubweb
  13. chore: add enum for status attribute (commit: 5b0815d) — 162923584+iYeremy / githubweb
  14. feat(adoption): implement status (enum) attribute (commit: ec8d672) — 162923584+iYeremy / githubweb
  15. feat(S.event): implement status (enum) attribute (commit: b167485) — 162923584+iYeremy / githubweb
  16. feat: implement UserService (commit: dede0e5) — 162923584+iYeremy / githubweb
  17. fix: import ProcessStatus (commit: f0adc0e) — 162923584+iYeremy / githubweb
  18. feat(shelter): implement enum logic in service (commit: 99205ff) — 162923584+iYeremy / githubweb
  19. test: add enum logic (commit: 24e6506) — 162923584+iYeremy / githubweb
  20. test: add UserServerTest (commit: fe6cee5) — 162923584+iYeremy / githubweb
  21. test: add MockUser class (commit: 1aefb50) — 162923584+iYeremy / githubweb
  22. fix: rename Server -> Service (commit: 26d479d) — 162923584+iYeremy / githubweb
  23. refacture: remove unnecesary imports (commit: 516775a) — 162923584+iYeremy / githubweb
  24. feat(veterinarian): add relations with MedicalEvent & VaccinationRecord (commit: a66e014) — 162923584+iYeremy / githubweb
  25. fix: add relation with AdoptionFollowUp (commit: 6285588) — 162923584+iYeremy / githubweb
  26. fix: abstract method (commit: 7161221) — 162923584+iYeremy / githubweb
  27. feat: add VeterinarianService (commit: c34ccb5) — 162923584+iYeremy / githubweb
  28. test: remove unnecesary clearData (commit: b73bb9c) — 162923584+iYeremy / githubweb
  29. test: add VeterinarianTest (commit: 12e6301) — 162923584+iYeremy / githubweb
  30. echo: add info for test (commit: 6c8c1cb) — 162923584+iYeremy / githubweb
  31. echo: remove spaces (commit: 778a922) — 162923584+iYeremy / githubweb
  32. feat(pet): add enum PetStatus (commit: 162c8f4) — 162923584+iYeremy / githubweb
  33. fix: import PetStatus (enum) (commit: 345b904) — 162923584+iYeremy / githubweb
  34. feat(trial): implement status (enum) attribute (commit: ecad5ac) — 162923584+iYeremy / githubweb
  35. feat: implement PetService (commit: 1b4e11d) — 162923584+iYeremy / githubweb
  36. test: add PetService test (commit: 0ab2ddd) — 162923584+iYeremy / githubweb
  37. feat: implement pet return process to handle adoptions and trials rollbacks (commit: 70fb1cd) — 162923584+iYeremy / githubweb
  38. docs: explain why @MappedSuperclass breaks the business rule (commit: 339937f) — yeremyvegap / githubweb
  39. refacture: initialize lists of relations (commit: 896c012) — yeremyvegap / githubweb
  40. test: remove conditionals from empty lists (commit: 33bcaf4) — yeremyvegap / githubweb

#6 (Mar 9, 2026, 6:30:43 PM)

  1. fix: remove methods with logic in entities (commit: 39c2681) — yeremyvegap / githubweb
  2. refacture: remove unnecessary packages and implement @PodmanExclude (commit: 9b7846e) — yeremyvegap / githubweb

#5 (Mar 9, 2026, 2:17:38 PM)

  1. refacture: remove package LocalDateTime (commit: 75fc7ef) — yeremyvegap / githubweb

#4 (Mar 9, 2026, 2:12:08 PM)

  1. refacture: remove unnecessary imports from Entities (commit: 1a5f64c) — yeremyvegap / githubweb

#3 (Mar 9, 2026, 1:20:28 PM)

  1. feat(adopter): implement AdopterEntity and AdopterRepository base (commit: 3f124b8) — jprinconr / githubweb
  2. fix(adopter): add AdopterEntity content (commit: 4847845) — jprinconr / githubweb
  3. fix(adopter): AdopterEntity now extends UserEntity instead of BaseEntity and add relationships between Adopter and adoption (commit: 9fcd034) — jprinconr / githubweb
  4. feat(adopter): implement AdopterEntity and AdopterRepository (commit: 5492bc7) — jprinconr / githubweb
  5. feat(adoption): implement AdoptionEntity and AdoptionRepository (commit: dbe5fc6) — jprinconr / githubweb
  6. feat(adoption): implement AdoptionEntity and AdoptionRepository (commit: 7cca260) — jprinconr / githubweb
  7. feat(trialcohabitation): implement TrialCohabitationEntity and TrialCohabitationRepository (commit: 32ea5c7) — jprinconr / githubweb
  8. feat: add ReportEntity (commit: 09d241d) — eaangelp / githubweb
  9. feat: add ReportEntity (commit: a902669) — eaangelp / githubweb
  10. feat: add ReportEntity (commit: 29e2015) — eaangelp / githubweb
  11. feat: add ReportEntity (commit: 22f8a6a) — eaangelp / githubweb
  12. feat: add AdoptionFollowUpEntity (commit: 72f8185) — eaangelp / githubweb
  13. Add files via upload (commit: 98bfda1) — noreply / githubweb
  14. Remove @Transient so that the relationship is saved in the database (commit: 5458332) — yeremyvegap / githubweb
  15. feat(report): add date automation on saving (commit: 77b8d26) — yeremyvegap / githubweb
  16. feat(Arequest): replace @Transient with a persistent relationship (commit: 246012d) — yeremyvegap / githubweb
  17. feat(Arequest): implement Strategy Pattern (commit: 3aacb41) — yeremyvegap / githubweb
  18. feat(Arequest): add relations. fix: implement abstract method (commit: caa0c37) — yeremyvegap / githubweb
  19. feat: implement AdoptionEntity with composition for follow-ups and bidirectional relations (commit: 4d4b70b) — yeremyvegap / githubweb
  20. feat: implement AdoptionFollowUpEntity with pet and veterinarian assignments (commit: 6520f38) — yeremyvegap / githubweb
  21. feat: update AdoptionRequestEntity with adopter relationship and approval aggregation (commit: 24fd592) — yeremyvegap / githubweb
  22. fix: update AdoptionFollowUpRepository query methods to match BaseEntity property names (commit: 4f0539b) — yeremyvegap / githubweb
  23. fix: correct property name and date type in ReportRepository query method (commit: 35a74bf) — yeremyvegap / githubweb
  24. fix: align AdoptionRepository queries with inherited id property names (commit: 8791572) — yeremyvegap / githubweb

#2 (Mar 9, 2026, 1:18:58 PM)

  1. Update README.md (commit: 2b45838) — noreply / githubweb
  2. feat(pet): Implement PetEntity and PetRepository base (commit: 44b52bc) — yeremyvegap / githubweb
  3. feat(shelter): implement ShelterEntity and ShelterRepository base (commit: 6491ea9) — yeremyvegap / githubweb
  4. feat(shelter):Add methods to search by partial name and to verify email (commit: 26f51d7) — yeremyvegap / githubweb
  5. refactor(shelter): Convert method comments from /** */ to // (commit: 4a1e7d8) — yeremyvegap / githubweb
  6. feat(user): Implement User hierarchy with Observer pattern (commit: 3555224) — yeremyvegap / githubweb
  7. feat(user): Implement a password attribute for user login (commit: 5b47d52) — yeremyvegap / githubweb
  8. feat(shelter): implement VeterinarianEntity and VeterinarianRepository base (commit: e25ba69) — yeremyvegap / githubweb
  9. feat: add relation (aggregation) for Shelter - Veterinarians (commit: 94803b5) — yeremyvegap / githubweb
  10. fix: correct goodWith* variables in PetEntity (commit: dd99227) — yeremyvegap / githubweb
  11. feat: Implement S-V aggregation fix: import packages correctly (commit: 7d4ce33) — yeremyvegap / githubweb
  12. fix: delete it directory (commit: 08cb739) — yeremyvegap / githubweb
  13. Implement MedicalEvent entity and repository (commit: 3ef64c2) — sdmoralesm / githubweb
  14. Implement MedicalHistory with associations (commit: 74e7241) — sdmoralesm / githubweb
  15. feat: implement RepositoryBase (commit: 0e7481f) — yeremyvegap / githubweb
  16. feat(reports): add Strategy Pattern (commit: 858a7c2) — yeremyvegap / githubweb
  17. feat: implement relation to ShelterEvent (commit: 51e6c92) — yeremyvegap / githubweb
  18. Integración Modulo Medico al develop (commit: af25b63) — sdmoralesm / githubweb
  19. feat: implement Message (commit: db4407b) — yeremyvegap / githubweb
  20. fix: remove personal directory (commit: 41e479e) — yeremyvegap / githubweb
  21. fix: add missing shelter reference in PetEntity (commit: 89fd986) — yeremyvegap / githubweb
  22. fix: add missing vaccinationrecord reference in VaccineEntity (commit: 020b7fe) — yeremyvegap / githubweb
  23. fix: import data structure packages (commit: 7a3b6b1) — yeremyvegap / githubweb
  24. fix(pets): add relation 1:1 with MedicalHistory (commit: fc015f5) — yeremyvegap / githubweb
  25. feat: implement ReviewBase (commit: 35ac844) — yeremyvegap / githubweb
  26. feat: implement NotificationBase (commit: 06df10c) — yeremyvegap / githubweb
  27. feat(notification): add Strategy Pattern (commit: 9abb2cd) — yeremyvegap / githubweb
  28. docs: add git flow (commit: 37d1541) — yeremyvegap / githubweb
  29. Update README (commit: 1676c1e) — yeremyvegap / githubweb