SuccessChanges

Summary

  1. tsk23 Adds User JPA entity (details)
Commit 738eca37b1f6a973477bd3096c8075fd02f49dd0 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 addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/User.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was modifiedadditional-material/db/microstories-mysql.creation.sql
The file was modifiedadditional-material/db/microstories-mysql.drop.sql
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java
The file was modifiedrest/src/main/resources/META-INF/persistence.xml
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToUser.java
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserTest.java
The file was modifiedadditional-material/db/microstories-mysql.delete.sql
The file was modifiedadditional-material/db/microstories-mysql.data.sql
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java