Summary
- Entity Adoption/Review/ReturnCase (commit: 1d363c0) (details)
- Correction for some mistakes (commit: c7e60c6) (details)
- First step in develop fase. (commit: f884747) (details)
- Develop first files (commit: 32ad760) (details)
- Create workFlows (commit: b7838b6) (details)
- Delete src/test/java/co/edu/udistrital/mdp/ZZZ/services/workFlows (commit: 5dfa674) (details)
- Add Java CI workflow for building project (commit: b6e127b) (details)
- Changes in AdoptionProcess (commit: aeb94cb) (details)
- Update Java CI workflow for manual build trigger (commit: 6a348a3) (details)
- Delete worflows/build.yml (commit: 1d1747f) (details)
- Add GitHub Actions workflow for Java build (commit: f6beb63) (details)
- fix: resolver JPA entity errors on develop branch (commit: 71e8d70) (details)
- Delete src/main/java/co/edu/udistrital/mdp/pets/entities/TrialCohabitationEntity.java (commit: 9c0f296) (details)
- Delete src/main/java/co/edu/udistrital/mdp/pets/entities/AdoptionProcessEntity.java (commit: 8dc5d17) (details)
- Delete src/main/java/co/edu/udistrital/mdp/pets/entities/AdoptionRequestEntity.java (commit: ea68ca5) (details)
- fix: extensions .Java and references TrialCohabitationEntity (commit: 8f6b5ac) (details)
- Refactor AdoptionRequestEntity fields and relationships (commit: 642bdf8) (details)
- Refactor AdoptionProcessEntity relationships and imports (commit: 700a5e1) (details)
- Refactor TrialCohabitationEntity by removing fields (commit: c24ba74) (details)
- Exclude adoptionRequests from Podam generation (commit: 811eca1) (details)
- Update trial column name in AdoptionEntity (commit: b3be718) (details)
- feat: implement Repository pattern with JpaRepository interfaces (commit: ce22c62) (details)
- feat: configure Podam with DateStrategy fix and @PodamExclude on entity relations (commit: 1d747bd) (details)
- adding @OneToMany relations in MedicalHistoryEntity (commit: de01a37) (details)
- unifying date types to java.time.LocalDate (commit: 566ca68) (details)
- initializing all List fields to avoid NullPointerExcpetion (commit: ff1fb30) (details)
- correcting JaCoCO XML report path for SonarQube (commit: 80f628e) (details)
- completing some minor details about java.util.ArrayList (commit: ca313b7) (details)
- Adding tests to configs, PodamExclude to some entities and running some attempts (commit: f71c5e7) (details)
- adding consistency and security to entities by EqualsAndHashCode, preventing circular references and cleaning not used libraries (commit: fda534f) (details)