SuccessChanges

Summary

  1. tsk7 Adds resource for retrieving the most recent stories (details)
Commit d63ff445bb6b96f2dc0b54cf948a756df14c399b by mvaugusto
tsk7 Adds resource for retrieving the most recent stories
Adds the API Rest for retrieving the 6 most recent stories with tests
Changes genre declaration position in entity Story for preventing a
"genre must be set" error when parsing a Story from JSON Adds the Story
class declaration in test-persistence.xml on rest
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceIntegrationTestSuite.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceUnitTestSuite.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/GenericTypes.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceUnitTest.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResource.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml
The file was modifiedrest/src/test/resources/web.xml
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java
The file was modifiedtests/src/main/resources/datasets/stories-update.xml
The file was modifiedtests/src/main/resources/datasets/stories.xml
The file was modifiedrest/src/test/resources/test-persistence.xml
The file was modifiedtests/src/main/resources/datasets/stories-create.xml