Skip to content
Failed

#8 (Oct 13, 2025, 2:37:34 AM)

Started 2 days 20 hr ago
Took 2 min 5 sec

Started by GitHub push by DrkGodEater9

This run spent:

  • 5.9 sec waiting;
  • 2 min 5 sec build duration;
  • 2 min 11 sec total from scheduled to completion.
Revision: d9958237dec044e69e6ed553c79505c77de5dd3f
Repository: https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E4_DogSpa_Back
  • refs/remotes/origin/main
Changes
  1. New Services created (commit: 5f32689) (details / githubweb)
  2. Added new atribute stock (commit: 60f016b) (details / githubweb)
  3. fix: added onetomany relation with orderDetail (commit: fe5de19) (details / githubweb)
  4. fix: added the onetomany relation to multimedia (commit: e732593) (details / githubweb)
  5. fix: relation from notification to user must be a list not only one user (commit: 9e4f997) (details / githubweb)
  6. fix: user must have the maping to the relation notifications (commit: bd68083) (details / githubweb)
  7. feat: new metods to repositories for services can work (commit: 6363b48) (details / githubweb)
  8. feat: New services with working rules (commit: 9bf9801) (details / githubweb)
  9. feat: Added new tests for services (commit: 4c3ee10) (details / githubweb)
  10. fix: corrected and refactored test implementations (commit: 842d2da) (details / githubweb)
  11. Delete src/main/java/co/edu/udistrital/mdp/back/services/ServiceServices.java (commit: b330526) (details / githubweb)
  12. Delete src/main/java/co/edu/udistrital/mdp/back/services/ProductServices.java (commit: 8acf457) (details / githubweb)
  13. Delete src/main/java/co/edu/udistrital/mdp/back/services/OrderServices.java (commit: f3f7936) (details / githubweb)
  14. Delete src/main/java/co/edu/udistrital/mdp/back/services/OrderDetailServices.java (commit: b50271b) (details / githubweb)
  15. Delete src/main/java/co/edu/udistrital/mdp/back/services/NotificationServices.java (commit: e3a2978) (details / githubweb)
  16. test(services): add unit tests for ReservationService, ReviewService, and BranchService (commit: cf7a823) (details / githubweb)
  17. style(tests): remove redundant comments from ReviewServiceTest (commit: bd37402) (details / githubweb)
  18. refactor: updated entity classes with improved annotations and structure (commit: 85ef49f) (details / githubweb)
  19. style(tests): remove redundant comments from ReviewServiceTest (commit: 1ff2c8f) (details / githubweb)
  20. refactor: enhanced entity and repository layer improvements (commit: a188fd1) (details / githubweb)
  21. fix: ServiceService and ServiceTest delete method fixed (commit: 39f1e80) (details / githubweb)
  22. Fix: Exceptions must extends RuntimeExceptions for test (commit: e90a7f7) (details / githubweb)
  23. fix: rename some methods to solve test failing (commit: f58257b) (details / githubweb)
  24. feat: added new shopping cart and product integration services (commit: 0019dce) (details / githubweb)