Skip to content
Failed

Changes

Summary

  1. Agrega clase TiendaService (commit: 38be039) (details)
  2. Inicializacion de arraylist en entidad (commit: 3c4d8f4) (details)
  3. test: actualizar pruebas unitarias de UsuarioService (commit: a7a9419) (details)
  4. corregir validaciones de regalos asociados en PrioridadRegaloService (commit: 822537b) (details)
  5. corregir validaciones de regalos asociados en EstadoCompraService (commit: 0048c11) (details)
  6. agregar el postman de EstadoCompra para API (commit: 11a7ddd) (details)
  7. agregar el postman de PrioridadRegalo para API (commit: 43841d6) (details)
  8. agregar el postman de Foto para API (commit: 38fe767) (details)
  9. Creación service tienda y test (commit: 022eb28) (details)
  10. arreglo test (commit: d14ca0e) (details)
  11. Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity (commit: ac9106d) (details)
  12. Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity (commit: e90868a) (details)
  13. Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity (commit: e4b3b17) (details)
The file was addedsrc/main/java/co/edu/udistrital/mdp/back/services/TiendaService.java
Commit 3c4d8f45c21df8cc0f2fe444fe477c22637ec1db by luflopezp
Inicializacion de arraylist en entidad
(commit: 3c4d8f4)
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/back/entities/CelebracionEntity.java (diff)
Commit a7a94197de01c5c8bca3a8bc9d2e672bc4e7cba4 by sscastroq
test: actualizar pruebas unitarias de UsuarioService
(commit: a7a9419)
The file was modifiedsrc/test/java/co/edu/udistrital/mdp/back/services/UsuarioServiceTest.java (diff)
Commit 822537b73aa96bd2b52216056eb34d8d5cd22b87 by jruizwanumen
corregir validaciones de regalos asociados en PrioridadRegaloService
(commit: 822537b)
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/back/services/PrioridadRegaloService.java (diff)
Commit 0048c11d97cf68bef5de7af79a86aa4cd13051de by jruizwanumen
 corregir validaciones de regalos asociados en EstadoCompraService
(commit: 0048c11)
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/back/services/EstadoCompraService.java (diff)
Commit 11a7ddd611b82f96b9462a9d9b7386602b021bdb by jruizwanumen
agregar el postman de EstadoCompra para API
(commit: 11a7ddd)
The file was addedcollections/EstadoCompraServiceAPI.postman_collection.json
Commit 43841d697ec54081d51528bb3e9a99c3a2bdf5b7 by jruizwanumen
agregar el postman de PrioridadRegalo para API
(commit: 43841d6)
The file was addedcollections/PrioridadRegaloServiceAPI.postman_collection.json
Commit 38fe767b67138c978c4241d1141296781b7dd156 by jruizwanumen
agregar el postman de Foto para API
(commit: 38fe767)
The file was addedcollections/FotoServiceAPI.postman_collection.json
Commit 022eb2847e345be66580002839a75d6f1a5be878 by saguadab
Creación service tienda y test
(commit: 022eb28)
The file was addedsrc/test/java/co/edu/udistrital/mdp/back/services/TiendaServiceTest.java
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/back/services/TiendaService.java (diff)
The file was modifiedsrc/test/java/co/edu/udistrital/mdp/back/services/TiendaServiceTest.java (diff)
Commit ac9106dcc4de814eae1a6aea96b298c803926d63 by saguadab
Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity
(commit: ac9106d)
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java (diff)
Commit e90868a2657172191825361269b9da7119ffb6bc by saguadab
Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity
(commit: e90868a)
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java (diff)
Commit e4b3b17014a4208893b8a4a9f86fd257491b7d2c by saguadab
Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity
(commit: e4b3b17)
The file was modifiedsrc/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java (diff)