Skip to content
Success

#187 (Oct 6, 2025, 4:40:18 AM)

Started 10 days ago
Took 38 sec

Started by GitHub push by Wanu23

This run spent:

  • 7.5 sec waiting;
  • 38 sec build duration;
  • 45 sec total from scheduled to completion.
Revision: 052c60d1474aace2eec6ca7a4c4899f89232addb
Repository: https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E3_MyWish_Back/
  • refs/remotes/origin/main
Changes
  1. creación de la interface UsuarioRepository (commit: 10d6314) (details / githubweb)
  2. creación clase InvitadoEntity (commit: 45da57e) (details / githubweb)
  3. Agregar entidad Comentario con asociaciones (commit: 1c42a4c) (details / githubweb)
  4. Agregar entidad Moneda para precios de regalos (commit: 6992ebe) (details / githubweb)
  5. Agregar entidad Ocasion para clasificación de regalos (commit: 57b50bb) (details / githubweb)
  6. Creacion clases Entity y Repository (commit: 92d8738) (details / githubweb)
  7. Agregacion de comentarios para recordar despues (commit: 8b9e9e3) (details / githubweb)
  8. Creación de repository y asociaciones de Invitado (commit: 72baa0e) (details / githubweb)
  9. update (commit: 3bc7d03) (details / githubweb)
  10. Creacion de MensajeInvitacion (repository y entity) (commit: c12b688) (details / githubweb)
  11. feat(entities): crear OcasionEntity con Lombok (commit: 7f6e4c1) (details / githubweb)
  12. feat(entities): crear MonedaEntity con Lombok (commit: 68abc10) (details / githubweb)
  13. feat(entities): crear ComentarioEntity con Lombok y relaciones (commit: eecde74) (details / githubweb)
  14. Update InvitadoEntity.java modificación (commit: fe2a83d) (details / githubweb)
  15. Update UsuarioEntity.java modificacion (commit: 47b65eb) (details / githubweb)
  16. Update InvitadoRepository.java (commit: 061ae77) (details / githubweb)
  17. Update InvitadoEntity.java (commit: 74192fd) (details / githubweb)
  18. feat(entities): relacionar MonedaEntity con RegaloEntity (commit: 4f50b19) (details / githubweb)
  19. Update UsuarioEntity.java (commit: 2189bce) (details / githubweb)
  20. feat(entities): relacionar  OcasionEntity con RegaloEntity (commit: b25cef4) (details / githubweb)
  21. Update UsuarioEntity.java (commit: 59d8a85) (details / githubweb)
  22. Update InvitadoEntity.java (commit: f908abe) (details / githubweb)
  23. Merge branch 'develop' into feature/UsuarioEntity: integración de cambios y nuevas entidades (commit: 9d24747) (details / githubweb)
  24. Modificacion de asociaciones debido a cambio en UML (commit: e0a61c8) (details / githubweb)
  25. Modificacion de asociaciones debido a cambio en UML (commit: abbdd9d) (details / githubweb)
  26. modificacion depropietario de asociaciones (commit: 4c71112) (details / githubweb)
  27. cambio de propietario en asociaciones (commit: 1e1a975) (details / githubweb)
  28. agregacion de metodo en repository (commit: a254996) (details / githubweb)
  29. Modificación UsuarioEntity y UsuarioRepository (commit: 167b75d) (details / githubweb)
  30. modificación clase UsuarioEntity según el nuevo uml (commit: 72bbf1b) (details / githubweb)
  31. Agregar clase FiltroRegaloEntity (commit: c5ac1d6) (details / githubweb)
  32. Update FiltroRegaloEntity.java modificación entidad (commit: 93b4796) (details / githubweb)
  33. Crear entidad y repositorio para CatalogoTiendas (commit: b1a4b18) (details / githubweb)
  34. implementación de la asociación y la herencia FiltroRegaloEntity.java (commit: dc2b363) (details / githubweb)
  35. modificación herencia CatalogoTiendasEntity.java (commit: 1dc6f33) (details / githubweb)
  36. arreglo de nombre de atributos en clase ListaRegalosEntity (commit: a188e3a) (details / githubweb)
  37. feat(entities): agregar asociación de OcasionEntity con ListaRegalosEntity (commit: 1f27d54) (details / githubweb)
  38. feat(entities): agregar asociación de MonedaEntity con ListaRegalosEntity (commit: 29ae9b3) (details / githubweb)
  39. Delete clase InvitadoEntity (commit: 3f3f512) (details / githubweb)
  40. Add Regalo entity and repository (commit: cd174b0) (details / githubweb)
  41. Fix: completar atributos y anotaciones en RegaloEntity (commit: 99b1894) (details / githubweb)
  42. fix: corregir RegaloRepository sin comentarios extra (commit: 12cc205) (details / githubweb)
  43. Add Ubicacion entity and repository (commit: 3d8ce6d) (details / githubweb)
  44. Add Tienda entity and repository (commit: e815102) (details / githubweb)
  45. Add Tienda entity and repository (commit: a040b16) (details / githubweb)
  46. Fix: corregida entidad Tienda con relaciones y anotaciones (commit: b387e81) (details / githubweb)
  47. fix: corregir TiendaRepository con consultas personalizadas (commit: a85dab7) (details / githubweb)
  48. fix: corregir UbicacionEntity y UbicacionRepository con anotaciones y consultas (commit: c2bb250) (details / githubweb)
  49. Fix: ajustar UbicacionEntity y UbicacionRepository según UML (commit: ccadb69) (details / githubweb)
  50. Delete src/main/java/co/edu/udistrital/mdp/back/entities/TiendaEntity.java (commit: 46aeb39) (details / githubweb)
  51. Delete src/main/java/co/edu/udistrital/mdp/back/repositories/TiendaRepository.java (commit: 6e50159) (details / githubweb)
  52. Fix: ajustar RegaloEntity con relaciones según UML (commit: 2f20dcf) (details / githubweb)
  53. Feat: agregar RegaloRepository con consultas personalizadas (commit: b63bf28) (details / githubweb)
  54. fix: agregar asociación Regalo <-> ListaRegalos (ManyToOne / OneToMany) (commit: edfc611) (details / githubweb)
  55. feat: agregar entidad EstadoCompraEntity con relaciones (commit: 3623dcb) (details / githubweb)
  56. feat: agregar entidad CategoriaRegaloEntity con relaciones (commit: d9d282f) (details / githubweb)
  57. feat: agregar entidad FotoEntity con relaciones (commit: fd62c6f) (details / githubweb)
  58. Fix: ajustar asociaciones en TiendaEntity (commit: e529257) (details / githubweb)
  59. Fix: ajustar asociaciones en TiendaEntity (commit: 47aa70c) (details / githubweb)
  60. feat(repositories): crear MonedaRepository (commit: 2066f39) (details / githubweb)
  61. feat(repositories): crear OcasionRepository (commit: f686bfd) (details / githubweb)
  62. feat(repositories): crear ComentarioRepository (commit: 6df7d80) (details / githubweb)
  63. feat: agregar entidad EstadoCompraEntity con relaciones (commit: 5d0e535) (details / githubweb)
  64. feat: agregar entidad CategoriaRegaloEntity con relaciones (commit: f36d177) (details / githubweb)
  65. feat: agregar entidad FotoEntity con relaciones (commit: 3c2f737) (details / githubweb)
  66. feat: agregar repository EstadoCompraRepository (commit: 28ff4cd) (details / githubweb)
  67. feat: agregar repository FotoRepository (commit: c5368ab) (details / githubweb)
  68. Se crea la entidad PrioridadRegaloEntity (commit: 0318fe0) (details / githubweb)
  69. Se crea el repository de la entidad PrioridadRegalo (commit: 51bd45d) (details / githubweb)
  70. -Se elimina Id y GeneratedValue (commit: 8dd66a2) (details / githubweb)
  71. -Se elimina @Id y @GeneratedValue (commit: bdb6790) (details / githubweb)
  72. -Se elimina @Id y @GeneratedValue (commit: 343a3a3) (details / githubweb)
  73. Fix: agregar anotación faltante en TiendaEntity (commit: 4199248) (details / githubweb)
  74. Fix: agregar anotación faltante en TiendaEntity (commit: eb218c1) (details / githubweb)
  75. Update ComentarioEntity.java (commit: e771a6e) (details / githubweb)
  76. Update OcasionEntity.java (commit: 2b27440) (details / githubweb)
  77. Update MonedaEntity.java (commit: 3b0ef09) (details / githubweb)
  78. fix: corregir repository FotoRepository con consultas específicas (commit: 5f6a946) (details / githubweb)
  79. Delete src/main/java/co/edu/udistrital/mdp/back/entities/CategoriaRegaloEntity.java (commit: afbbae8) (details / githubweb)
  80. adicion de busqueda por id de celebracion (commit: f1120fc) (details / githubweb)
  81. adicion de remitente y destinatario en el mensajeInvitacion (commit: 4bcacd0) (details / githubweb)
  82. cambio de date a localdate (commit: 2443362) (details / githubweb)
  83. adicion de busqueda por id de celebracion (commit: 73634f8) (details / githubweb)
  84. adicion de asociacion entre mensaje y listaregalos (commit: 2634384) (details / githubweb)
  85. adicion de asociacion entre mensaje y listaregalos (commit: abbb53b) (details / githubweb)
  86. agregación asociaciones realiconadas mensajeinvitacion (commit: af2f3c5) (details / githubweb)
  87. Cambio de nombre de atributo catalogo por catalogoTiendas en Tienda (commit: a4cd6a0) (details / githubweb)
  88. arreglo de error (commit: 004039d) (details / githubweb)