SuccessChanges

Summary

  1. Tsk34 Adds pagination in the resource that find own stories (details)
Commit e5da1004a8d3c176d7282df71c6597550121c95b by git
Tsk34 Adds pagination in the resource that find own stories
Modifies UserResource to support pagination. Now it can specify the page
and the number of items. Adds new test cases to check the pagination.
Adds a new UserService method to find paginated stories by an author.
Extracts the login validation to another function to use in both
methods.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceUnitTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResourceRestTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/UserResource.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIllegalAccessIntegrationTest.java (diff)