Skip to content
Success

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

Started 14 days ago
Took 1 min 22 sec

Started by GitHub push by iYeremy

This run spent:

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