FailedChanges

Summary

  1. tsk51 Refactors the UserEntity class and modifies many files that depend (details)
Commit c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42 by 84422910+olivergr77
tsk51 Refactors the UserEntity class and modifies many files that depend
on the UserEntity
The UserEntity has been refactored to use a more specific name, in this
case Author. This change needed the refactoring of many files dependent
on the UserEntity class, influencing all layers of the project.
Additionally, the corresponding datasets in the test layer have been
modified.
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/ViewTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java (diff)
The file was removedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserEJB.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was addedtests/src/main/resources/datasets/authors.xml (diff)
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/UserTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)
The file was removedtests/src/main/resources/datasets/users.xml (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorTest.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorEntity.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/UserEntity.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java (diff)