SuccessChanges

Summary

  1. Tsk10 Add to service the implementation to find paginated stories by (details)
Commit 3f88fb394e2f3ff51ae97937062dbba41488e4eb by gvgomez
Tsk10 Add to service the implementation to find paginated stories by
text
Adds cleanup-autoincrement files to REST module Improves integration
test to execute test with clean-autoincrement Modifies StoryService to
implements find paginated stories by text Modifies
StoryServiceIntegrationTest with findByText tests implementation
Modifies dataset to add new static methods to fetch stories by string
Modifies the parent and service POMa to add new hamcrest-date dependency
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceUnitTest.java
The file was addedrest/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java
The file was modifiedpom.xml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was modifiedservice/pom.xml
The file was addedrest/src/test/resources-wildfly-embedded-mysql/cleanup-autoincrement.sql
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryServiceIntegrationTest.java