Skip to content
Success

#3 (Mar 9, 2026, 5:03:57 AM)

Started 26 days ago
Took 43 sec

Started by GitHub push by Zyrucs

This run spent:

  • 6.2 sec waiting;
  • 43 sec build duration;
  • 50 sec total from scheduled to completion.
Revision: 87a9d9c647a125e8f29b8f52db176990db83f04d
Repository: https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E5_Back
  • refs/remotes/origin/main
Changes
  1. Add entities and repositories (commit: dc0e17e) (details / githubweb)
  2. Add entities and repositories (commit: 33f4611) (details / githubweb)
  3. Event and Shelter entities created (commit: a1f4075) (details / githubweb)
  4. Clases usuario , adoptante y veterinario (commit: 5ab122d) (details / githubweb)
  5. Added entities and repositories for adoption classes (commit: 1364bc6) (details / githubweb)
  6. Added classes and repositories for adoption classes (commit: cde2ce1) (details / githubweb)
  7. add Shelter and Event Entities (commit: b5ec9b1) (details / githubweb)
  8. Replace VetEntity with ShelterEntity in EventEntity (commit: 6c0e635) (details / githubweb)
  9. Refactor ShelterEntity relationships with Veterinarian and Pet (commit: ece87cc) (details / githubweb)
  10. The associations were added for Pet, LifeEvent, TypeLE and MedicalRecord (commit: 55b4a82) (details / githubweb)
  11. Add VeterinarianEntity class with relationships (commit: 284ebef) (details / githubweb)
  12. Create AdopterEntity class with relationships (commit: 44ba297) (details / githubweb)
  13. Delete src/model directory (commit: 9166605) (details / githubweb)
  14. Extend AdopterEntity from BaseEntity (commit: f707135) (details / githubweb)
  15. Update relationship annotations in AdopterEntity (commit: c60e5c8) (details / githubweb)
  16. Change adoptionProcess, adoptionRequest, and pet to lists (commit: 0438461) (details / githubweb)
  17. Fixed associations (commit: e358394) (details / githubweb)
  18. Update PetEntity.java association (commit: 35cd983) (details / githubweb)
  19. Association hotfix (commit: 6564dce) (details / githubweb)
  20. Create ShelterRepository.java (commit: 79cb434) (details / githubweb)
  21. Create EventRepository interface for EventEntity (commit: 28ab0f2) (details / githubweb)
  22. Create VeterinarianRepository interface (commit: c7d225c) (details / githubweb)
  23. Create AdopterRepository extending JpaRepository (commit: 7cd0db8) (details / githubweb)
  24. Duplicated attribute and typo hotfix (commit: 214c310) (details / githubweb)
  25. Update AdopterEntity to use entity lists (commit: 0137b72) (details / githubweb)
  26. Update VeterinarianEntity to use entity lists (commit: 973a636) (details / githubweb)
  27. HotFix for OneToMany (commit: aab4dc4) (details / githubweb)
  28. Remove unused import for AdoptionProcessEntity (commit: 2ca28b3) (details / githubweb)
  29. Remove unused import in ShelterRepository (commit: 7c35081) (details / githubweb)
  30. Remove unused import in AdopterRepository (commit: 152b670) (details / githubweb)
  31. Update VeterinarianRepository to use VeterinarianEntity (commit: 71b9d14) (details / githubweb)
  32. Missed lib importations were added (commit: 5d6fcce) (details / githubweb)
  33. Fix import statement and add List for housingType (commit: 1f8e743) (details / githubweb)
  34. Add List imports to VeterinarianEntity (commit: da86359) (details / githubweb)
  35. Hotfix Import Unnused (commit: a9efba2) (details / githubweb)
  36. Add annotations to AdopterEntity class (commit: 9182a24) (details / githubweb)
  37. Change single entity references to lists in ShelterEntity (commit: d429a81) (details / githubweb)
  38. Fix annotation typo in AdopterEntity class (commit: 2d46ae2) (details / githubweb)