<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/88/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</displayPath><fileName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-jsf/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#88</displayName><duration>9566</duration><estimatedDuration>12147</estimatedDuration><fullDisplayName>μStories 2223 - Team A » JSF #88</fullDisplayName><id>88</id><keepLog>false</keepLog><number>88</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1671058266984</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/88/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>jsf/src/main/webapp/searchStories.xhtml</affectedPath><commitId>4d99f56c8cf453c79008b76c36010f87c13161fc</commitId><timestamp>1671054806000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk11 Adds search view
The search view has been created and it is accesible from the index
file. More stories were added to the sql as the search view shows 9
items.
</comment><date>2022-12-14 22:53:26 +0100</date><id>4d99f56c8cf453c79008b76c36010f87c13161fc</id><msg>tsk11 Adds search view</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/searchStories.xhtml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>jsf/src/main/webapp/searchStories.xhtml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java</affectedPath><commitId>ac50aa27dc4a5ab2fb0a766713b279f6961bfb66</commitId><timestamp>1671055277000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk11 Adds pagination to the search view
Added the pagination to the search view with buttons to access Next and 
Previous pages and indicate the current page. A service method was
created to count the total number of pages for a text search. This is
done in order to disable the Next button in the pagination.
</comment><date>2022-12-14 23:01:17 +0100</date><id>ac50aa27dc4a5ab2fb0a766713b279f6961bfb66</id><msg>tsk11 Adds pagination to the search view</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/searchStories.xhtml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>jsf/src/main/webapp/searchStories.xhtml</affectedPath><commitId>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</commitId><timestamp>1671057534000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></author><authorEmail>martinperez.patricia@gmail.com</authorEmail><comment>tsk11 Updates the Search page
Removed some unused methods and variables from the StoryController
class. Updated the search view to use the correct methods. Added
documentation to the method getTotalPagesSearchText.
</comment><date>2022-12-14 23:38:54 +0100</date><id>d9fc1b08a06f389824a142a9e8d559f72aae1ba9</id><msg>tsk11 Updates the Search page</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/searchStories.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia</absoluteUrl><fullName>martinperez.patricia</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-jsf/88/mavenArtifacts/</url></mavenArtifacts></mavenBuild>