Skip to content
Failed

Changes

Summary

  1. Save progress (commit: 5624263) (details)
  2. updating files to cover front (commit: 242aba5) (details)
  3. fix: set java.version to 21 in pom.xml (commit: 1fbaacb) (details)
  4. chore: update maven wrapper to 3.9.9 (commit: e0b84b9) (details)
  5. Update project description in README (commit: 8989bc0) (details)
  6. Remove backend.log from tracking (commit: 1935796) (details)
  7. Configure fixed port 8081 for backend to prevent collision with Jenkins (commit: c1f9af5) (details)
  8. fix: resolver violación de FK al crear solicitud de adopción (commit: 8913888) (details)
The file was addedbackend.log
Commit 242aba560a90573de6db0b0a2441b1c63e96938c by slmorenog
updating files to cover front
(commit: 242aba5)
The file was modifiedpom.xml (diff)
Commit 1fbaacba78b0433eb7c7cb04da7fe1df7d0cc112 by slmorenog
fix: set java.version to 21 in pom.xml
(commit: 1fbaacb)
The file was modifiedpom.xml (diff)
Commit e0b84b970f196b842f118979c5964e62c0e3ea06 by slmorenog
chore: update maven wrapper to 3.9.9
(commit: e0b84b9)
The file was modified.mvn/wrapper/maven-wrapper.properties (diff)
Commit 8989bc01b29adb2b54122e34e75bf47bfb09ebce by noreply
Update project description in README

Removed course reference from project description.
(commit: 8989bc0)
The file was modifiedREADME.md (diff)
Commit 1935796da304d9296d1f1acd2c778f5e3ce6af62 by slmorenog
Remove backend.log from tracking
(commit: 1935796)
The file was removedbackend.log
Commit c1f9af515be6676a2c856187356252c345b6a4c2 by slmorenog
Configure fixed port 8081 for backend to prevent collision with Jenkins
(commit: c1f9af5)
The file was modifiedsrc/main/resources/application.properties (diff)
Commit 891388897810e10ca264abf6586e5b36b643524d by slmorenog
fix: resolver violación de FK al crear solicitud de adopción

- El servicio ahora busca el Adopter y Pet reales en la BD antes de guardar
- Evita JdbcSQLIntegrityConstraintViolationException con ADOPTER_ID
- Retorna 404 claro si el adopter o pet no existen
- Actualiza test para nueva firma del método
(commit: 8913888)
The file was modified.gitignore (diff)
The file was modifiedsrc/test/java/co/edu/udistrital/mdp/pets/services/AdoptionRequestServiceTest.java (diff)
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/pets/services/AdoptionRequestService.java (diff)
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/pets/controllers/AdoptionRequestController.java (diff)