SuccessChanges

Summary

  1. Tsk7 Create Resource to recover the most recent stories (details)
Commit ec88e3bbc404e9aa9aec7f04cbf8a83cf73d19ae by danyel_ou
Tsk7 Create Resource to recover the most recent stories
Adds a new class to implement the rest resources Adds a new class to
implements the rest test resources Modifies findRecent Service to order
stories by date and id Modifies datasets, xml and SQL files to add more
variety of stories
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceUnitTestSuite.java (diff)
The file was addedservice/src/test/resources/jboss-web.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create-with-one-theme.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedrest/src/test/resources/test-persistence.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/GenericTypes.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/CORSFilter.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/IllegalArgumentExceptionMapper.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update-story.xml (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/SecurityExceptionMapper.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceIntegrationTestSuite.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was removedjsf/src/main/jsf/StoryController.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java (diff)
The file was modifiedrest/src/test/resources/arquillian.xml (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceUnitTest.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create-with-two-theme.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update-story-theme.xml (diff)