SuccessChanges

Summary

  1. tsk23 Adds User JPA entity (details)
Commit 2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27 by rplopez
tsk23 Adds User JPA entity
Adds JPA entity for the author role in microstories. Adds domain tests
and the User matcher. Updates Story domain, domain test and matcher to
check the new Entity. Updates sql example scripts.
The file was modifiedservice/src/main/resources/META-INF/persistence.xml
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserTest.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToUser.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/User.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedadditional-material/db/microstories-mysql.drop.sql
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java
The file was modifiedadditional-material/db/microstories-mysql.delete.sql
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was modifiedrest/src/main/resources/META-INF/persistence.xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java
The file was modifiedadditional-material/db/microstories-mysql.creation.sql