SuccessChanges

Summary

  1. Tsk55 Modifies implementation to find a story by an specified id (details)
Commit 2537e0e4aafeb168579abc24a688a9cba420bbac by git
Tsk55 Modifies implementation to find a story by an specified id
Modifies find story by id service and rest implementations and all their
test classes to deny retrieve non published stories because only the
author of an story can find his own non published stories.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceUnitTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java