SuccessChanges

Summary

  1. tsk22 Add user entity (details)
Commit 7d87639829ad445ab859d3314366b19cb08758ab by daniel
tsk22 Add user entity
Story entities are modified because the user entity represents the
author The story tests are modified to refer to the new entity Added
file that allows the removal of the tables correctly It is necessary to
add IsEqualToStory with its respective modifications
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Poetry.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/microstories/rest/StoryResourceRestTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Nanostory.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/PoetryTest.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/UserTest.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/NarrativeTest.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Narrative.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java
The file was addedrest/src/test/resources-wildfly-embedded-h2/clean.sql
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/microstories/service/StoryServiceIntegrationTest.java
The file was addedservice/src/test/resources-wildfly-embedded-h2/clean.sql
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/User.java
The file was addedrest/src/test/resources-wildfly-embedded-mysql/clean.sql
The file was addedservice/src/test/resources-wildfly-embedded-mysql/clean.sql
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/EntitiesTestSuite.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/NanostoryTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java