Skip to content
Success

#11 (Mar 9, 2026, 3:34:17 AM)

Started 26 days ago
Took 1 min 13 sec

Started by GitHub push by slmorenog-ud

This run spent:

  • 9.9 sec waiting;
  • 1 min 13 sec build duration;
  • 1 min 23 sec total from scheduled to completion.
Revision: b6a5dc49f1b48f232219dc89dc85c75d1a090b6a
Repository: https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E2_Back
  • refs/remotes/origin/main
Changes
  1. Entity Adoption/Review/ReturnCase (commit: 1d363c0) (details / githubweb)
  2. Correction for some mistakes (commit: c7e60c6) (details / githubweb)
  3. First step in develop fase. (commit: f884747) (details / githubweb)
  4. Develop first files (commit: 32ad760) (details / githubweb)
  5. Create workFlows (commit: b7838b6) (details / githubweb)
  6. Delete src/test/java/co/edu/udistrital/mdp/ZZZ/services/workFlows (commit: 5dfa674) (details / githubweb)
  7. Add Java CI workflow for building project (commit: b6e127b) (details / githubweb)
  8. Changes in AdoptionProcess (commit: aeb94cb) (details / githubweb)
  9. Update Java CI workflow for manual build trigger (commit: 6a348a3) (details / githubweb)
  10. Delete worflows/build.yml (commit: 1d1747f) (details / githubweb)
  11. Add GitHub Actions workflow for Java build (commit: f6beb63) (details / githubweb)
  12. fix: resolver JPA entity errors on develop branch (commit: 71e8d70) (details / githubweb)
  13. Delete src/main/java/co/edu/udistrital/mdp/pets/entities/TrialCohabitationEntity.java (commit: 9c0f296) (details / githubweb)
  14. Delete src/main/java/co/edu/udistrital/mdp/pets/entities/AdoptionProcessEntity.java (commit: 8dc5d17) (details / githubweb)
  15. Delete src/main/java/co/edu/udistrital/mdp/pets/entities/AdoptionRequestEntity.java (commit: ea68ca5) (details / githubweb)
  16. fix: extensions .Java and references TrialCohabitationEntity (commit: 8f6b5ac) (details / githubweb)
  17. Refactor AdoptionRequestEntity fields and relationships (commit: 642bdf8) (details / githubweb)
  18. Refactor AdoptionProcessEntity relationships and imports (commit: 700a5e1) (details / githubweb)
  19. Refactor TrialCohabitationEntity by removing fields (commit: c24ba74) (details / githubweb)
  20. Exclude adoptionRequests from Podam generation (commit: 811eca1) (details / githubweb)
  21. Update trial column name in AdoptionEntity (commit: b3be718) (details / githubweb)
  22. feat: implement Repository pattern with JpaRepository interfaces (commit: ce22c62) (details / githubweb)
  23. feat: configure Podam with DateStrategy fix and @PodamExclude on entity relations (commit: 1d747bd) (details / githubweb)
  24. adding @OneToMany relations in MedicalHistoryEntity (commit: de01a37) (details / githubweb)
  25. unifying date types to java.time.LocalDate (commit: 566ca68) (details / githubweb)
  26. initializing all List fields to avoid NullPointerExcpetion (commit: ff1fb30) (details / githubweb)
  27. correcting JaCoCO XML report path for SonarQube (commit: 80f628e) (details / githubweb)
  28. completing some minor details about java.util.ArrayList (commit: ca313b7) (details / githubweb)
  29. Adding tests to configs, PodamExclude to some entities and running some attempts (commit: f71c5e7) (details / githubweb)
  30. adding consistency and security to entities by EqualsAndHashCode, preventing circular references and cleaning not used libraries (commit: fda534f) (details / githubweb)