Skip to content
Success

#3 (Mar 9, 2026, 1:20:28 PM)

Started 25 days ago
Took 38 sec

Started by GitHub push by iYeremy

This run spent:

  • 9.8 sec waiting;
  • 38 sec build duration;
  • 48 sec total from scheduled to completion.
Revision: d9278a237e720d603712dfb6441167eb578c7df8
Repository: https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back
  • refs/remotes/origin/main
Changes
  1. feat(adopter): implement AdopterEntity and AdopterRepository base (commit: 3f124b8) (details / githubweb)
  2. fix(adopter): add AdopterEntity content (commit: 4847845) (details / githubweb)
  3. fix(adopter): AdopterEntity now extends UserEntity instead of BaseEntity and add relationships between Adopter and adoption (commit: 9fcd034) (details / githubweb)
  4. feat(adopter): implement AdopterEntity and AdopterRepository (commit: 5492bc7) (details / githubweb)
  5. feat(adoption): implement AdoptionEntity and AdoptionRepository (commit: dbe5fc6) (details / githubweb)
  6. feat(adoption): implement AdoptionEntity and AdoptionRepository (commit: 7cca260) (details / githubweb)
  7. feat(trialcohabitation): implement TrialCohabitationEntity and TrialCohabitationRepository (commit: 32ea5c7) (details / githubweb)
  8. feat: add ReportEntity (commit: 09d241d) (details / githubweb)
  9. feat: add ReportEntity (commit: a902669) (details / githubweb)
  10. feat: add ReportEntity (commit: 29e2015) (details / githubweb)
  11. feat: add ReportEntity (commit: 22f8a6a) (details / githubweb)
  12. feat: add AdoptionFollowUpEntity (commit: 72f8185) (details / githubweb)
  13. Add files via upload (commit: 98bfda1) (details / githubweb)
  14. Remove @Transient so that the relationship is saved in the database (commit: 5458332) (details / githubweb)
  15. feat(report): add date automation on saving (commit: 77b8d26) (details / githubweb)
  16. feat(Arequest): replace @Transient with a persistent relationship (commit: 246012d) (details / githubweb)
  17. feat(Arequest): implement Strategy Pattern (commit: 3aacb41) (details / githubweb)
  18. feat(Arequest): add relations. fix: implement abstract method (commit: caa0c37) (details / githubweb)
  19. feat: implement AdoptionEntity with composition for follow-ups and bidirectional relations (commit: 4d4b70b) (details / githubweb)
  20. feat: implement AdoptionFollowUpEntity with pet and veterinarian assignments (commit: 6520f38) (details / githubweb)
  21. feat: update AdoptionRequestEntity with adopter relationship and approval aggregation (commit: 24fd592) (details / githubweb)
  22. fix: update AdoptionFollowUpRepository query methods to match BaseEntity property names (commit: 4f0539b) (details / githubweb)
  23. fix: correct property name and date type in ReportRepository query method (commit: 35a74bf) (details / githubweb)
  24. fix: align AdoptionRepository queries with inherited id property names (commit: 8791572) (details / githubweb)