SuccessChanges

Summary

  1. tsk 22 Add the user entity, which may be the author of micro-stories (details)
Commit 113e42f39f8055c68af63b5a9f7bbe18307b8da1 by sdmunhoz
tsk 22 Add the user entity, which may be the author of micro-stories
Adds entity user with entity tests, changes other entities, stoyDTO,
storiesDataset, xml files, sql files with author's changes, and creates
matcher for user
The file was modifiedtests/src/main/resources/datasets/stories-with-views.xml (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update.xml (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create.xml (diff)
The file was modifieddomain/src/main/resources/META-INF/data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.delete.sql (diff)
The file was removedadditional-material/db/microstories-mysql.drop.sql (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java (diff)
The file was modifieddomain/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)
The file was modifiedservice/src/test/resources/test-persistence.xml (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryDTO.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-less-than-six.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/User.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoryTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamc/microstories/entities/ViewTest.java (diff)
The file was modifiedrest/src/test/resources/test-persistence.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToUser.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamc/microstories/entities/UserTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamc/microstories/entities/EntitiesTestSuite.java (diff)
The file was addedmicrostories-mysql.drop.sql (diff)
The file was modifiedtests/src/main/resources/datasets/stories-search.xml (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)