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/ResourceUnitTestSuite.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/ResourceIntegrationTestSuite.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/resources/test-persistence.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/GenericTypes.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceUnitTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/IsEqualToStory.java (diff)