SuccessChanges

Summary

  1. tsk34 Adds rest resource to create a new story by a logged user (details)
Commit 6dcb3f0169232728f4f9aac50305c51eae03d02d by acdominguez
tsk34 Adds rest resource to create a new story by a logged user
Adds a new REST method to adds a story by a logged user and adds the
corresponding tests and xml databases to checks the functionality. Also,
modifies the web.xml to adds support to POST method in REST. Finally,
modifies service method to creates a story with a null publication date.
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was addedtests/src/main/resources/datasets/stories-created.xml (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java (diff)