SuccessChanges

Summary

  1. tsk28 Adds resource to get user stories (details)
Commit ee499ad4afaa5aa0930bb443a832ce63c7db333e by fercamta
tsk28 Adds resource to get user stories
Adds resource to get the user stories. The user must be logged in, and
only could get his stories. If someone try to obtains other user's
stories, or to get anything without being logged, it will receive an
error. Modifies sql and dataset files to adapt them to the new resource,
and adds the 'role' field in the database and in the User entity.
Modifies web configuration files to turn on the http authentication.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/User.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceIntegrationTestSuite.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)