FailedChanges

Summary

  1. tsk21-40 Adds Story and User DTO (details)
  2. tsk21-40 Modifies the Story and User entities (details)
  3. tsk21-40 Modifies the REST methods of the Story class (details)
  4. tsk21-40 Modifies REST tests of the Story class (details)
  5. fix: Modifies the format of a file (details)
Commit 00d3aa0cb0f09d9ab7c9e6b5d92f41f55ca82b7a by yruben98
tsk21-40 Adds Story and User DTO
Adds the DTOs of the Story and User entities.
Made by Alejandro and Rubén.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/UserDto.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java (diff)
Commit bfb12885c4874fe802c35cfba4d759745223646a by yruben98
tsk21-40 Modifies the Story and User entities
Modifies both entities to remove the XmlTransient annotation that is no
longer needed due to the use of DTOs.
Made by Alejandro and Rubén.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/User.java (diff)
Commit 383e2466f8aab75d44f0fe34e0962219dfa6b635 by yruben98
tsk21-40 Modifies the REST methods of the Story class
Modifies the REST methods of the Story class to use the created DTOs.
Also adds Transactional annotation to the necessary methods, to maintain
an open transaction in this layer.
Made by Alejandro and Rubén.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java (diff)
Commit 4f4a2413473423f0652fe8fdf414caa18c2f1e11 by yruben98
tsk21-40 Modifies REST tests of the Story class
Modifies the REST layer tests to adapt them to the use of DTOs.
Made by Alejandro and Rubén.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/GenericTypes.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java (diff)
Commit d5cca319367350689c72106ce0e29bd19035117b by yruben98
fix: Modifies the format of a file
Modifies the incorrect format of a file.
Made by Alejandro and Rubén.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)