Skip to content
Builds
No builds

Changes

#117 (Jun 11, 2025, 7:48:12 AM)

  1. refactor: implement manual mapping to avoid recursion in AdoptionApplication and Adoption controllers, and validate related entities in AdoptionService (commit: 47257bd) — 111824901+Juandav08 / githubweb
  2. Add Postman collection for Veterinarians API with CRUD operations (commit: 0d4234a) — Juan Carlos Quintero Rubiano / githubweb

#114 (Jun 11, 2025, 6:58:47 AM)

  1. refactor(VaccineCardServiceTest): remove redundant test for null pet in createVaccineCard (commit: 95f2f8e) — pgarzong / githubweb
  2. feat(VaccineController): add validation for associated vaccine card in create method (commit: 7c3197a) — pgarzong / githubweb
  3. refactor(VaccineCardService): add validation for null pet in createVaccineCard method (commit: 09f5db2) — Juan Carlos Quintero Rubiano / githubweb
  4. refactor(VaccineCardServiceTest): remove unnecessary whitespace at the end of the class (commit: 6d31cbc) — Juan Carlos Quintero Rubiano / githubweb

#110 (Jun 11, 2025, 6:50:07 AM)

  1. refactor: update adoption status enum and enhance test cases for adoption service (commit: 1dcab9a) — 111824901+Juandav08 / githubweb
  2. refactor(PetServiceTest): correct entity name in clearData method and update testCreatePetWithEmptyVaccineCard to testCreatePetWithStringBirthDate (commit: 4dab20e) — Juan Carlos Quintero Rubiano / githubweb

#107 (Jun 11, 2025, 6:27:22 AM)

  1. feat(PetMedicalEventController): enhance medical event handling with new assignment and deletion methods (commit: e9374a2) — Juan Carlos Quintero Rubiano / githubweb
  2. feat(VeterinarianAdoptionController): implement CRUD operations for veterinarian adoptions (commit: 34866ac) — 111824901+Juandav08 / githubweb
  3. fix(PetMedicalEventController): change response status to OK for medical event creation (commit: a328014) — Juan Carlos Quintero Rubiano / githubweb
  4. refactor(VeterinarianAdoptionApplicationController): rename application DTOs for consistency and clarity; remove unused AdoptionAplicationDetailDTO (commit: ec56044) — Juan Carlos Quintero Rubiano / githubweb
  5. fix(VeterinarianEntity): initialize lists for adoption follow-ups and adoptions to prevent null pointer exceptions (commit: f9f3bf5) — Juan Carlos Quintero Rubiano / githubweb
  6. chore(VeterinarianDetailDTO): no code changes made (commit: bd712ae) — 111824901+Juandav08 / githubweb
  7. fix(VeterinarianServiceTest): update veterinarian adoption assignment to set all adoptions instead of a single one (commit: 0613a05) — Juan Carlos Quintero Rubiano / githubweb
  8. feat(Controller)add:all controllet for assocition of owner (commit: ced2f40) — kelozanod / githubweb
  9. feat(PetMultimediaController): add multimedia management endpoints for pets (commit: a362d5d) — fyaguilarj / githubweb
  10. feat(AdoptionTestController): refactor endpoints to use DTOs and improve response handling (commit: 9bd5f28) — fyaguilarj / githubweb
  11. fix medical controllers (commit: 6a14d46) — pgarzong / githubweb
  12. chore: remove stale lock file for person DTO (commit: f1f9cef) — Juan Carlos Quintero Rubiano / githubweb
  13. feat: add MultimediaDetailDTO class extending MultimediaDTO (commit: 5544d3b) — Juan Carlos Quintero Rubiano / githubweb
  14. fix: update pet retrieval method in PetMultimediaController (commit: 4947ae3) — Juan Carlos Quintero Rubiano / githubweb
  15. refactor(Controllers):update all controller (commit: 560bc8c) — kelozanod / githubweb
  16. refactor(AdoptionApplicationController): simplify methods and improve response handling (commit: 7a08a2d) — fyaguilarj / githubweb
  17. refactor(VeterinarianController): improve error handling for veterinarian operations (commit: a61b865) — 111824901+Juandav08 / githubweb
  18. fix medical controllers (commit: 8562a66) — pgarzong / githubweb
  19. refactor(AdoptionFollowUpController): streamline methods and improve response handling (commit: aa1fb0b) — fyaguilarj / githubweb
  20. refactor(MultimediaController): improve method responses and streamline code structure (commit: f99ee85) — fyaguilarj / githubweb
  21. feat(VeterinarianShelterArivalsController) add: create a controller for association between Veterinarian and ShekterArrivals) (commit: 1139870) — kelozanod / githubweb
  22. refactor(MedicalEventController, PetMedicalEventController): enhance validation and error handling for medical events (commit: c57bb98) — Juan Carlos Quintero Rubiano / githubweb
  23. feat(ShelterMultimediaController): add multimedia management for shelters (commit: b43adcb) — fyaguilarj / githubweb
  24. fix(MultimediaEntity): add missing import for ShelterEntity (commit: 7962ec0) — fyaguilarj / githubweb
  25. fix(AdoptionController, VeterinarianMedicalEventController): improve error handling for entity retrieval (commit: 7a1edea) — 111824901+Juandav08 / githubweb
  26. fix(ShelterMultimediaController): improve error handling for multimedia operations (commit: bf8e86b) — 111824901+Juandav08 / githubweb
  27. refactor(MedicalEventController, PetService): improve validation and streamline medical event handling (commit: 1a51bc8) — Juan Carlos Quintero Rubiano / githubweb
  28. fix(PetService): remove redundant medical events initialization in createPet method (commit: ac4ae74) — Juan Carlos Quintero Rubiano / githubweb
  29. refactor: update entity and DTO inheritance for VaccineCard and multimedia handling (commit: edfef2d) — Juan Carlos Quintero Rubiano / githubweb
  30. fix controllers (commit: 96f9762) — pgarzong / githubweb
  31. refactor(MedicalEventController, PetMedicalEventController, VaccineCardEntity): streamline medical event creation and enhance entity relationships (commit: 850c6e6) — Juan Carlos Quintero Rubiano / githubweb
  32. fix(PetMedicalEventController): improve error handling for pet retrieval in delete method (commit: 087079d) — Juan Carlos Quintero Rubiano / githubweb
  33. fix (commit: b4092d2) — pgarzong / githubweb
  34. refactor(VeterinarianMedicalEventController): improve error handling in delete method (commit: 5e1c251) — 111824901+Juandav08 / githubweb

#73 (Jun 11, 2025, 3:10:51 AM)

  1. fix(ShelterShelterEventController): add missing exception declaration for illegal operations (commit: 0a19c5c) — Juan Carlos Quintero Rubiano / githubweb

#70 (Jun 11, 2025, 3:02:21 AM)

  1. fix(VeterinarianService): add validation for license number and speciality in updateVeterinarian method (commit: 945c79b) — Juan Carlos Quintero Rubiano / githubweb
  2. feat(PetService): add overloaded updatePet method to handle admin updates (commit: ccf9d1b) — Juan Carlos Quintero Rubiano / githubweb
  3. fix(VeterinarianServiceTest):arregle un par de test de veterinarian que no servian (commit: 3d02711) — 111824901+Juandav08 / githubweb
  4. feat(ShelterArrival): refactor ShelterArrivalEntity and update related DTOs for improved structure and clarity (commit: 2838ae7) — Juan Carlos Quintero Rubiano / githubweb
  5. refactor(DisponibilityEntity): convert class to enum for simplified availability representation (commit: 3b93147) — Juan Carlos Quintero Rubiano / githubweb
  6. feat(veterinarianDto,VeterinarianDetailDTO,VeterinarianController):cree las clases y sus respectivos metodos (commit: add9384) — 111824901+Juandav08 / githubweb
  7. feat(medicalDTO´s, medicalDetailDTO´s, medicalControllers): Cree las clases y metodos correspondientes de medical (commit: c6d9356) — pgarzong / githubweb
  8. feat(Adoption/Shelter,DTO,DetailDTO,Controller):cree las clases y la logica correspondiente (commit: 9c848bd) — 111824901+Juandav08 / githubweb
  9. refactor(ShelterDetailDTO):Correji esta clase (commit: eaaa27d) — pgarzong / githubweb
  10. feat(ShelterArrival): add ShelterArrivalController and related DTOs for managing shelter arrivals (commit: 091dca3) — Juan Carlos Quintero Rubiano / githubweb
  11. feat(MedicalEventDTO, ShelterArrivalDTO): add VeterinarianDTO import to both DTOs (commit: d79448f) — Juan Carlos Quintero Rubiano / githubweb
  12. feat(ShelterArrival): add create and update methods to ShelterArrivalController and modify update logic in ShelterArrivalService (commit: a49e853) — Juan Carlos Quintero Rubiano / githubweb
  13. feat(MedicalEvent): add MedicalEventController with CRUD operations for medical events (commit: 3fad48e) — Juan Carlos Quintero Rubiano / githubweb
  14. feat(ShelterEvent): add ShelterEventController with CRUD operations for shelter events (commit: 171b7fd) — Juan Carlos Quintero Rubiano / githubweb
  15. feat(ShelterEventDTO, ShelterArrivalDTO): add import for ShelterDTO in both DTOs (commit: ab6d4e4) — Juan Carlos Quintero Rubiano / githubweb
  16. feat(VaccineCardDTO, VaccineDTO): add import for MedicalEventDTO in both DTOs (commit: e0f02a5) — Juan Carlos Quintero Rubiano / githubweb
  17. feat(ShelterArrivalService): update updateShelterArrival method to include shelterArrival ID as a parameter (commit: e52a348) — Juan Carlos Quintero Rubiano / githubweb
  18. feat(Creation of DTO, DtailDTO and Controller for Pet Person and Owner, additional changes for services and for tests) (commit: a338082) — kelozanod / githubweb
  19. feat(ShelterDetailDTO, MedicalEventDTO, ShelterArrivalDTO): add PetDTO import to relevant DTOs (commit: 989619c) — Juan Carlos Quintero Rubiano / githubweb
  20. feat(AdoptionDTO): add imports for OwnerDTO and PetDTO (commit: a751659) — Juan Carlos Quintero Rubiano / githubweb
  21. feat(VaccineCardDTO): add import for PetDTO (commit: 6d4e900) — Juan Carlos Quintero Rubiano / githubweb
  22. feat(Disponibility): replace DisponibilityEntity with DisponibilityEnum and update service references (commit: 33fdcb0) — Juan Carlos Quintero Rubiano / githubweb
  23. feat(PetService): remove unused DisponibilityRepository import and related field (commit: 1e81e91) — Juan Carlos Quintero Rubiano / githubweb
  24. feat(VeterinarianEntity): add ElementCollection and Enumerated annotations for disponibilities (commit: 16442c6) — Juan Carlos Quintero Rubiano / githubweb
  25. refactor(MedicalEventController): reorganize imports for clarity and consistency (commit: f673853) — Juan Carlos Quintero Rubiano / githubweb
  26. feat(ShelterControllers): add ShelterShelterArrivalController for managing shelter arrivals (commit: 3d58d13) — Juan Carlos Quintero Rubiano / githubweb
  27. feat(Multimedia): add MultimediaDTO and MultimediaController (commit: 59c0e43) — fyaguilarj / githubweb
  28. feat(AdoptionFollowUp): add AdoptionFollowUpDTO and AdoptionFollowUpController (commit: 90b7a60) — fyaguilarj / githubweb
  29. feat(AdoptionApplication): add AdoptionApplicationService, AdoptionApplicationDTO  and AdoptionApplicationController (commit: 325866c) — fyaguilarj / githubweb
  30. feat(ShelterArrival): enhance error handling for empty arrivals and non-existent shelter arrivals (commit: f9cd49f) — Juan Carlos Quintero Rubiano / githubweb
  31. feat(ShelterArrival): rename setArrivals method to replaceArrivals and update parameter type (commit: 20cfcab) — Juan Carlos Quintero Rubiano / githubweb
  32. feat(AdoptionTest): add AdoptionTestService, AdoptionTestDTO  and AdoptionTestController (commit: c52d8eb) — fyaguilarj / githubweb
  33. Refactor adoption module: (commit: 4c6b89e) — Juan Carlos Quintero Rubiano / githubweb
  34. fix: correct package name for MultimediaController (commit: 386badf) — Juan Carlos Quintero Rubiano / githubweb
  35. feat(Controller associations) (commit: cbb4639) — pgarzong / githubweb
  36. feat(PetMedicalEvent): add PetMedicalEventController with basic structure (commit: 88b59fa) — Juan Carlos Quintero Rubiano / githubweb
  37. fix(VeterinarianService): add validation for license number and speciality in updateVeterinarian method (commit: 0cc18f6) — 111824901+Juandav08 / githubweb
  38. feat(PetService): add overloaded updatePet method to handle admin updates (commit: 922539f) — 111824901+Juandav08 / githubweb
  39. fix(VeterinarianServiceTest):arregle un par de test de veterinarian que no servian (commit: 88c0d9a) — 111824901+Juandav08 / githubweb
  40. feat(ShelterArrival): refactor ShelterArrivalEntity and update related DTOs for improved structure and clarity (commit: 9107919) — 111824901+Juandav08 / githubweb
  41. refactor(DisponibilityEntity): convert class to enum for simplified availability representation (commit: e141e87) — 111824901+Juandav08 / githubweb
  42. feat(ShelterArrival): add ShelterArrivalController and related DTOs for managing shelter arrivals (commit: 2ca1688) — 111824901+Juandav08 / githubweb
  43. feat(veterinarianDto,VeterinarianDetailDTO,VeterinarianController):cree las clases y sus respectivos metodos (commit: c16d4a3) — 111824901+Juandav08 / githubweb
  44. feat(medicalDTO´s, medicalDetailDTO´s, medicalControllers): Cree las clases y metodos correspondientes de medical (commit: 2209184) — 111824901+Juandav08 / githubweb
  45. feat(Adoption/Shelter,DTO,DetailDTO,Controller):cree las clases y la logica correspondiente (commit: 8484ae4) — 111824901+Juandav08 / githubweb
  46. refactor(ShelterDetailDTO):Correji esta clase (commit: a91318b) — 111824901+Juandav08 / githubweb
  47. feat(MedicalEventDTO, ShelterArrivalDTO): add VeterinarianDTO import to both DTOs (commit: 7fdc437) — 111824901+Juandav08 / githubweb
  48. feat(ShelterArrival): add create and update methods to ShelterArrivalController and modify update logic in ShelterArrivalService (commit: 84b9650) — 111824901+Juandav08 / githubweb
  49. feat(MedicalEvent): add MedicalEventController with CRUD operations for medical events (commit: d2fbdbc) — 111824901+Juandav08 / githubweb
  50. feat(ShelterEvent): add ShelterEventController with CRUD operations for shelter events (commit: eb0233b) — 111824901+Juandav08 / githubweb
  51. feat(ShelterEventDTO, ShelterArrivalDTO): add import for ShelterDTO in both DTOs (commit: d7c22d5) — 111824901+Juandav08 / githubweb
  52. feat(VaccineCardDTO, VaccineDTO): add import for MedicalEventDTO in both DTOs (commit: 372fba5) — 111824901+Juandav08 / githubweb
  53. feat(ShelterArrivalService): update updateShelterArrival method to include shelterArrival ID as a parameter (commit: f0ba333) — 111824901+Juandav08 / githubweb
  54. feat(Creation of DTO, DtailDTO and Controller for Pet Person and Owner, additional changes for services and for tests) (commit: 9678b85) — 111824901+Juandav08 / githubweb
  55. feat(ShelterDetailDTO, MedicalEventDTO, ShelterArrivalDTO): add PetDTO import to relevant DTOs (commit: 189cd19) — 111824901+Juandav08 / githubweb
  56. feat(AdoptionDTO): add imports for OwnerDTO and PetDTO (commit: dcff342) — 111824901+Juandav08 / githubweb
  57. feat(VaccineCardDTO): add import for PetDTO (commit: b35c441) — 111824901+Juandav08 / githubweb
  58. feat(Disponibility): replace DisponibilityEntity with DisponibilityEnum and update service references (commit: a2888f3) — 111824901+Juandav08 / githubweb
  59. feat(PetService): remove unused DisponibilityRepository import and related field (commit: cf9f3ce) — 111824901+Juandav08 / githubweb
  60. feat(VeterinarianEntity): add ElementCollection and Enumerated annotations for disponibilities (commit: b75253f) — 111824901+Juandav08 / githubweb
  61. refactor(MedicalEventController): reorganize imports for clarity and consistency (commit: 6ca8f8b) — 111824901+Juandav08 / githubweb
  62. feat(ShelterControllers): add ShelterShelterArrivalController for managing shelter arrivals (commit: 71ffd3c) — 111824901+Juandav08 / githubweb
  63. feat(ShelterArrival): enhance error handling for empty arrivals and non-existent shelter arrivals (commit: ed7eb17) — 111824901+Juandav08 / githubweb
  64. feat(Multimedia): add MultimediaDTO and MultimediaController (commit: 0b773be) — 111824901+Juandav08 / githubweb
  65. feat(AdoptionFollowUp): add AdoptionFollowUpDTO and AdoptionFollowUpController (commit: ca89d54) — 111824901+Juandav08 / githubweb
  66. feat(AdoptionApplication): add AdoptionApplicationService, AdoptionApplicationDTO  and AdoptionApplicationController (commit: 0f11a72) — 111824901+Juandav08 / githubweb
  67. feat(ShelterArrival): rename setArrivals method to replaceArrivals and update parameter type (commit: d1d8eb8) — 111824901+Juandav08 / githubweb
  68. Refactor adoption module: (commit: 8f9c4d6) — 111824901+Juandav08 / githubweb
  69. fix: correct package name for MultimediaController (commit: 9303f31) — 111824901+Juandav08 / githubweb
  70. feat(PetMedicalEvent): add PetMedicalEventController with basic structure (commit: 0a55325) — 111824901+Juandav08 / githubweb
  71. fear(ControllerAsocciations):Arregle los cambios (commit: 1c65fd3) — pgarzong / githubweb
  72. fix(VeterinarianAdoptionAplicationController): correct service import name for AdoptionApplicationService (commit: d0fee4d) — 111824901+Juandav08 / githubweb
  73. feat(ownercontroller) add (commit: 1804e61) — kelozanod / githubweb
  74. fix(PetMedicalEventController): add missing service and model mapper dependencies (commit: b2d8add) — Juan Carlos Quintero Rubiano / githubweb
  75. feat(ShelterController): implement CRUD operations for shelters (commit: 9f2ad63) — Juan Carlos Quintero Rubiano / githubweb
  76. refactor(VeterinarianAdoptionControllers): rename entities for consistency and clarity; add AdoptionTestDetailDTO (commit: 3369232) — 111824901+Juandav08 / githubweb

#28 (May 4, 2025, 1:45:06 AM)

  1. feat(entities, services): Implement ShelterArrival functionality with repository and service layers (commit: ffb5add) — Juan Carlos Quintero Rubiano / githubweb
  2. fix(tests): Update follow-up status in AdoptionFollowUpServiceTest and adjust imports in MultimediaServiceTest and VeterinarianServiceTest (commit: 487d357) — Juan Carlos Quintero Rubiano / githubweb
  3. feat(Services):add services and testing of the pet and owner (commit: 0d439bf) — kelozanod / githubweb
  4. refactor(services): add changes in the services owner and sevice pet (commit: af5a81d) — kelozanod / githubweb
  5. fix(medicalTest):Arregle los test de los ServicesTest de el package medical (commit: 53f2c2c) — pgarzong / githubweb
  6. fix(VeterinarianServiceTest,ShelterServiceTest,AdoptionServiceTest):arregle errores de test (commit: ab08431) — 111824901+Juandav08 / githubweb
  7. fix(PetServices, PetServicesTest): correct vaccine card references and improve validation checks (commit: 3b87081) — Juan Carlos Quintero Rubiano / githubweb
  8. feat(PetService, PetServiceTest): implement PetService and corresponding tests; add maven-compiler-plugin configuration (commit: 50b1df0) — Juan Carlos Quintero Rubiano / githubweb
  9. refactor(PersonEntity, PetEntity, OwnerService): remove unused fields and improve validation logic; update tests for OwnerService (commit: 873d1ab) — Juan Carlos Quintero Rubiano / githubweb
  10. fix(ShelterServiceTest): improve exception handling in createShelter tests; ensure exception messages are validated (commit: af492a9) — Juan Carlos Quintero Rubiano / githubweb
  11. refactor(tests): replace jakarta.transaction.Transactional with org.springframework.transaction.annotation.Transactional; improve import organization (commit: f3af1a8) — Juan Carlos Quintero Rubiano / githubweb
  12. refactor(OwnerService, PetService): remove unused imports and improve code organization (commit: fb7230f) — Juan Carlos Quintero Rubiano / githubweb
  13. Fix(MultimediaServiceTest): Initialize lists in tests to avoid null pointer errors (commit: 262c0af) — fyaguilarj / githubweb
  14. Fix(AdoptionFollowUpServiceTest): Initialize lists in tests to avoid null pointer errors (commit: 7d77b47) — fyaguilarj / githubweb

#20 (Apr 30, 2025, 1:35:27 AM)

  1. feat(service): implement MedicalEventService with CRUD operations and validation (commit: 0ee52f1) — Juan Carlos Quintero Rubiano / githubweb
  2. fix(entities): correct spelling of LastVacineDate and LastDewormingDate to camelCase in VaccineCardEntity (commit: e2eb854) — Juan Carlos Quintero Rubiano / githubweb
  3. feat(service, serviceTest): Agregamos la implementacion de la logica de la clases correspondientes a Juan y Pablo (commit: c524afd) — pgarzong / githubweb
  4. fix(services,serviceTest):corregimos errores en las clases correspondientes a juan y pablo (commit: 135909c) — 111824901+Juandav08 / githubweb
  5. feat(service, shelterEvent): implement ShelterEventService with CRUD operations and corresponding tests (commit: 4598530) — Juan Carlos Quintero Rubiano / githubweb
  6. feat(services): Add adoption follow-up service and corresponding test (commit: d81cfef) — fyaguilarj / githubweb
  7. refactor(test): move AdoptionFollowUpServiceTest from services folder to test (commit: c79d908) — fyaguilarj / githubweb
  8. feat(services, test): Add multimedia service and corresponding test (commit: d19cd11) — fyaguilarj / githubweb

#12 (Apr 24, 2025, 4:04:16 AM)

  1. feat(adoption): extend AdoptionFollowUpEntity from BaseEntity; update imports in DisponibilityEntity and PetEntity (commit: cff71e4) — Juan Carlos Quintero Rubiano / githubweb
  2. refactor(entities): update access modifiers and relationships in various entity classes (commit: c5c7433) — Juan Carlos Quintero Rubiano / githubweb
  3. feat(entities): enhance entity relationships and introduce new PetConditionEnum; add ShelterArrivalEntity (commit: 063c7ae) — Juan Carlos Quintero Rubiano / githubweb
  4. fix(pet): correct spelling of adoptionApplications and change to final (commit: 95ed87f) — Juan Carlos Quintero Rubiano / githubweb
  5. refactor(entities): update ShelterEventEntity to use private access modifier for name; rename adoption list in OwnerEntity; add AvailabilityEntity class (commit: 71c266d) — Juan Carlos Quintero Rubiano / githubweb
  6. feat(entities): add DisponibilityEntity class to manage availability scheduling for veterinarians (commit: a8f22cb) — Juan Carlos Quintero Rubiano / githubweb

#8 (Apr 23, 2025, 1:16:18 PM)

  1. feat(medical): Add VaccineCardEntity, VaccineEntity and DewormingEntity with corresponding repositories (commit: 61cfcdf) — pgarzong / githubweb
  2. feat(adoption): Update AdoptionEntity to include OwnerEntity and PetEntity imports; clean up AdoptionStatusEnum (commit: f242779) — kelozanod / githubweb
  3. feat(multimedia): add MultimediaEntity with corresponding repository (commit: d07bfc7) — fyaguilarj / githubweb
  4. update(MultimediaEntity): add @Data and @Entity annotations (commit: 5a55f60) — fyaguilarj / githubweb
  5. feat(adoption): Add AdoptionAplicationEntity and corresponding repository; update OwnerEntity and PetEntity with relationships (commit: 6933dfd) — kelozanod / githubweb
  6. feat(person): Add DisponibilityEntity and Speciality enum; update VeterinarianEntity with relationships (commit: ac9c2ce) — Juan Carlos Quintero Rubiano / githubweb
  7. feat(adoption): add AdoptionFollowUp with corresponding repository (commit: 608d3f7) — fyaguilarj / githubweb
  8. update(AdoptionFollowUpEntity, VeterinarianEntity): Add association between Veterinarian and AdoptcionFollowUp (commit: 3b923b9) — fyaguilarj / githubweb
  9. feat(medical): Add relationships in DewormingEntity, VaccineCardEntity, VaccineEntity and AdoptionEntity, and create AdoptionTestEntity its relationships and its respective repository (commit: 248f0ac) — pgarzong / githubweb
  10. feat(adoption):I corrected the relationships in AdoptionEntity and AdoptionTestEntity, and I also finished the relationship between AdoptionApplicationEntity and its enums (commit: fc61ddd) — pgarzong / githubweb
  11. debug(medical, adoption): I corrected medical and adoption classes (commit: 342b22b) — pgarzong / githubweb
  12. refactor(adoption, medical): Update entity classes to use MappedSuperclass and reorganize fields (commit: 53c27e5) — Juan Carlos Quintero Rubiano / githubweb
  13. feat(medical): Refactor MedicalEventEntity, DewormingEntity, VaccineCardEntity, and VaccineEntity to establish proper relationships and change inheritance structure (commit: 758b237) — Juan Carlos Quintero Rubiano / githubweb
  14. refactor(medical): Remove unnecessary whitespace in DewormingEntity (commit: e64878d) — Juan Carlos Quintero Rubiano / githubweb
  15. feat(adoption): Add DisponibilityRepository interface for DisponibilityEntity management (commit: baf5aae) — Juan Carlos Quintero Rubiano / githubweb
  16. refactor(adoption): Remove duplicate fields from AdoptionApplicationEntity and AdoptionEntity (commit: 53e3bc7) — Juan Carlos Quintero Rubiano / githubweb
  17. fix(entities): Correct mappedBy attribute in ShelterEntity and add missing line in ShelterEventEntity (commit: ae61cff) — Juan Carlos Quintero Rubiano / githubweb
  18. chore(pom): Update Spring Boot version to 3.2.12 and format pom.xml for consistency (commit: 3f21b24) — Juan Carlos Quintero Rubiano / githubweb
  19. refactor(adoption):I corrected the MappedSuperclass of adoption (commit: 7f9e527) — pgarzong / githubweb

#2 (Mar 27, 2025, 9:45:35 PM)

  1. Update README.md (commit: fd3335a) — noreply / githubweb
  2. Update README.md (commit: 9845302) — noreply / githubweb
  3. Update README.md (commit: d963885) — noreply / githubweb
  4. Update README.md (commit: 19b170d) — noreply / githubweb
  5. Update README.md (commit: 767054f) — noreply / githubweb
  6. Update README.md (commit: 5d45402) — noreply / githubweb