SuccessChanges

Summary

  1. Tsk34 Adds a resource to find own microstories (details)
Commit 37ccd40453a52ffaf29b76ed01f41713ef7c0709 by git
Tsk34 Adds a resource to find own microstories
Adds a new UserResource class and adds a new method to retrieve the
stories by a an authenticated author with all the necessaries test
classes and resources. Modifies the UserService to add a new checking to
throw an exception if the login is empty. Modifies the UserService test
class to test this modification. Modifies the web.xml to activate the
security constraints to add restrictions to find stories by a specific
author. Adds a new httpStatus to check the forbidden status.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceIntegrationTestSuite.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/ResourceUnitTestSuite.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceUnitTest.java
The file was modifiedrest/src/test/resources/web.xml