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