Skip to content
Failed

#5 (Oct 13, 2025, 6:09:50 AM)

Started 2 days 17 hr ago
Took 18 sec

Started by GitHub push by VoraciusWarden

This run spent:

  • 9 sec waiting;
  • 18 sec build duration;
  • 27 sec total from scheduled to completion.
Revision: 9a65ca8a2fddc16a2410199cc731d547a08e4de9
Repository: https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E1_SuperFood_Back
  • refs/remotes/origin/main
Changes
  1. Added asociations for ServicioEntity,ComentarioEntity y FotoEntity (commit: afe0316) (details / githubweb)
  2. Remove unused entity classes: AficionadoEntity, ChefEntity, ComensalEntity, ProfesionalEntity, UsuarioEntity; add ChefAficionadoEntity, ChefProfesionalEntity, EstrellasMichelinEntity, UbicacionRestaurante, and UtensilioEntity with updated fields. (commit: 6f09c1c) (details / githubweb)
  3. Refactor entity classes: add relationships in IngredienteEntity, PreparacionEntity, and RecetaEntity; update annotations and exclude fields for Podam. (commit: 1e9ab67) (details / githubweb)
  4. add foto assosiation in PerfilEntity; add UsuarioEntity class with properties and relationships. (commit: 4a3b812) (details / githubweb)
  5. Refactor Comentario -> ComentarioEntity, added UbicacionRestauranteEntity (commit: 1ae5967) (details / githubweb)
  6. modified files: ComentarioEntity and UbicacionRestauranteEntity. (commit: 9f288c6) (details / githubweb)
  7. Refactor entity relationships: update annotations and exclude fields in IngredienteEntity, PreparacionEntity, and RecetaEntity for improved data handling. (commit: b91ac84) (details / githubweb)
  8. fixed FotoEntity and ServicioEntity Asociations, Added CategoriaServicio enum to Servicio entity (commit: 6e3be8c) (details / githubweb)
  9. Refactor entity classes: rename ProfesionalEntity to ChefProfesionalEntity, remove Comentario class, and update relationships and annotations in IngredienteEntity, PreparacionEntity, and RecetaEntity for improved data handling. (commit: 3649830) (details / githubweb)
  10. Update associations between UsuarioEntity, ChefAficionadoEntity,ChefProfesionalEntity,RestauranteEntity,ServicioEntity,PreparacionEntity,UtensiliosEntity and RecetaEntity (commit: 0b61ba9) (details / githubweb)
  11. Update associations between UsuarioEntity, ChefAficionadoEntity,ChefProfesionalEntity,RestauranteEntity,ServicioEntity,PreparacionEntity,UtensiliosEntity and RecetaEntity (commit: d4ec837) (details / githubweb)
  12. Refactor IngredienteEntity: replace CategoriaIngredienteEnum with boolean fields for macronutrient categories; add IngredienteRepository and PreparacionRepository interfaces; implement IngredientePreparacionService for ingredient management in preparations. (commit: ccda3e2) (details / githubweb)
  13. Implement ingredient-preparation relationship: refactor entities and repositories, add service methods for managing associations, and enhance data validation. (commit: 3cce6ce) (details / githubweb)
  14. Business rules, repositories, and services are implemented for ChefAficionado, ChefProfesional, and Utensilios. (commit: a5f4fc7) (details / githubweb)
  15. Implement Servicio, Comentario, and Foto repositories and services with CRUD operations (commit: 0c54305) (details / githubweb)
  16. Business rules, repositories, and services are implemented for Restaurante, UbicacionRestaurante, and EstrellasMichelin. (commit: b2a354a) (details / githubweb)
  17. Correction in the associations of the RestauranteEntity, EstrellasMichelinEntity and UbicacionRestauranteEntity. (commit: 36c6dc5) (details / githubweb)
  18. Refactor entity relationships: update EventoEntity, UsuarioEntity PerfilEntity to correct map associations. (commit: 1afd9c0) (details / githubweb)
  19. Implement services for Evento, Perfil, and Usuario, including repository methods (commit: e825d76) (details / githubweb)
  20. feat: add business rules for Restaurante, EstrellasMichelin and UbicacionRestaurante entities, also added the creation of repositories and services classes to test functionality (commit: aeb67e4) (details / githubweb)
  21. added Test: Foto,Comentario,Servicio. (commit: d2ca8da) (details / githubweb)
  22. fix: correct package declaration in EventoRepository (commit: 1dce582) (details / githubweb)
  23. Tests are added for the services ChefAficionadoService, ChefProfesionalService, and UtensiliosService (commit: ee23e86) (details / githubweb)