Skip to content
Failed

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

Started 2 mo 13 days ago
Took 18 sec

Started by GitHub push by pablo8gargo

This run spent:

  • 8.3 sec waiting;
  • 18 sec build duration;
  • 26 sec total from scheduled to completion.
Revision: 777c6ed0c3324e63aebe6901df31561bc7f76549
Repository: https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E1_AdopcionMascotas_Back/
  • refs/remotes/origin/main
Changes
  1. feat(medical): Add VaccineCardEntity, VaccineEntity and DewormingEntity with corresponding repositories (commit: 61cfcdf) (details / githubweb)
  2. feat(adoption): Update AdoptionEntity to include OwnerEntity and PetEntity imports; clean up AdoptionStatusEnum (commit: f242779) (details / githubweb)
  3. feat(multimedia): add MultimediaEntity with corresponding repository (commit: d07bfc7) (details / githubweb)
  4. update(MultimediaEntity): add @Data and @Entity annotations (commit: 5a55f60) (details / githubweb)
  5. feat(adoption): Add AdoptionAplicationEntity and corresponding repository; update OwnerEntity and PetEntity with relationships (commit: 6933dfd) (details / githubweb)
  6. feat(person): Add DisponibilityEntity and Speciality enum; update VeterinarianEntity with relationships (commit: ac9c2ce) (details / githubweb)
  7. feat(adoption): add AdoptionFollowUp with corresponding repository (commit: 608d3f7) (details / githubweb)
  8. update(AdoptionFollowUpEntity, VeterinarianEntity): Add association between Veterinarian and AdoptcionFollowUp (commit: 3b923b9) (details / githubweb)
  9. feat(medical): Add relationships in DewormingEntity, VaccineCardEntity, VaccineEntity and AdoptionEntity, and create AdoptionTestEntity its relationships and its respective repository (commit: 248f0ac) (details / 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) (details / githubweb)
  11. debug(medical, adoption): I corrected medical and adoption classes (commit: 342b22b) (details / githubweb)
  12. refactor(adoption, medical): Update entity classes to use MappedSuperclass and reorganize fields (commit: 53c27e5) (details / githubweb)
  13. feat(medical): Refactor MedicalEventEntity, DewormingEntity, VaccineCardEntity, and VaccineEntity to establish proper relationships and change inheritance structure (commit: 758b237) (details / githubweb)
  14. refactor(medical): Remove unnecessary whitespace in DewormingEntity (commit: e64878d) (details / githubweb)
  15. feat(adoption): Add DisponibilityRepository interface for DisponibilityEntity management (commit: baf5aae) (details / githubweb)
  16. refactor(adoption): Remove duplicate fields from AdoptionApplicationEntity and AdoptionEntity (commit: 53e3bc7) (details / githubweb)
  17. fix(entities): Correct mappedBy attribute in ShelterEntity and add missing line in ShelterEventEntity (commit: ae61cff) (details / githubweb)
  18. chore(pom): Update Spring Boot version to 3.2.12 and format pom.xml for consistency (commit: 3f21b24) (details / githubweb)
  19. refactor(adoption):I corrected the MappedSuperclass of adoption (commit: 7f9e527) (details / githubweb)