SuccessChanges

Summary

  1. tsk9 Adds rest method to get story (details)
  2. tsk9 Adds errors control (details)
  3. tsk9 Adds Unit and Resource Test (details)
Commit 2784fb4790ff0bba3f16cf9c51b74c52b2667fbc by yruben98
tsk9 Adds rest method to get story
Adds a rest method to get story by id. Without tests.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java (diff)
Commit 94849c1a0fc01b31572ab3bbf80c5fc06861c6a8 by yruben98
tsk9 Adds errors control
Adds NotFoundExceptionMapper to control a not found id story
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/NotFoundExceptionMapper.java (diff)
Commit 465ae00ee0abbf42316d9e34aa89714f872e7347 by yruben98
tsk9 Adds Unit and Resource Test
Adds the methods to test get story by id functionality
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java (diff)