Skip to content
Failed

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

Started 2 mo 3 days ago
Took 36 sec

Started by GitHub push by JkVely

This run spent:

  • 7.9 sec waiting;
  • 36 sec build duration;
  • 44 sec total from scheduled to completion.
Revision: 9992c699487dae1f241e26aaf2e0d7bf0f863e3c
Repository: https://github.com/UDFJDC-ModelosProgramacion/MP_202510_G81_E1_AdopcionMascotas_Back/
  • refs/remotes/origin/main
Changes
  1. feat(entities, services): Implement ShelterArrival functionality with repository and service layers (commit: ffb5add) (details / githubweb)
  2. fix(tests): Update follow-up status in AdoptionFollowUpServiceTest and adjust imports in MultimediaServiceTest and VeterinarianServiceTest (commit: 487d357) (details / githubweb)
  3. feat(Services):add services and testing of the pet and owner (commit: 0d439bf) (details / githubweb)
  4. refactor(services): add changes in the services owner and sevice pet (commit: af5a81d) (details / githubweb)
  5. fix(medicalTest):Arregle los test de los ServicesTest de el package medical (commit: 53f2c2c) (details / githubweb)
  6. fix(VeterinarianServiceTest,ShelterServiceTest,AdoptionServiceTest):arregle errores de test (commit: ab08431) (details / githubweb)
  7. fix(PetServices, PetServicesTest): correct vaccine card references and improve validation checks (commit: 3b87081) (details / githubweb)
  8. feat(PetService, PetServiceTest): implement PetService and corresponding tests; add maven-compiler-plugin configuration (commit: 50b1df0) (details / githubweb)
  9. refactor(PersonEntity, PetEntity, OwnerService): remove unused fields and improve validation logic; update tests for OwnerService (commit: 873d1ab) (details / githubweb)
  10. fix(ShelterServiceTest): improve exception handling in createShelter tests; ensure exception messages are validated (commit: af492a9) (details / githubweb)
  11. refactor(tests): replace jakarta.transaction.Transactional with org.springframework.transaction.annotation.Transactional; improve import organization (commit: f3af1a8) (details / githubweb)
  12. refactor(OwnerService, PetService): remove unused imports and improve code organization (commit: fb7230f) (details / githubweb)
  13. Fix(MultimediaServiceTest): Initialize lists in tests to avoid null pointer errors (commit: 262c0af) (details / githubweb)
  14. Fix(AdoptionFollowUpServiceTest): Initialize lists in tests to avoid null pointer errors (commit: 7d77b47) (details / githubweb)