<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>95</buildNumber><marked><SHA1>af6e3385a0f3989ecff4fb277929a590af2e7f7b</SHA1><branch><SHA1>af6e3385a0f3989ecff4fb277929a590af2e7f7b</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>af6e3385a0f3989ecff4fb277929a590af2e7f7b</SHA1><branch><SHA1>af6e3385a0f3989ecff4fb277929a590af2e7f7b</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>af6e3385a0f3989ecff4fb277929a590af2e7f7b</SHA1><branch><SHA1>af6e3385a0f3989ecff4fb277929a590af2e7f7b</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>129</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#95</displayName><duration>208496</duration><estimatedDuration>205050</estimatedDuration><fullDisplayName>μStories 2122 - Team B #95</fullDisplayName><id>95</id><keepLog>false</keepLog><number>95</number><queueId>227</queueId><result>SUCCESS</result><timestamp>1639931169166</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/user/arfarinha/my-views/view/All/job/%CE%BCStories%202122%20-%20Team%20B/95/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java</affectedPath><commitId>47de44dcc0f9a4a1a8343fd2e78070b32862082e</commitId><timestamp>1639930864000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>fix: Removes unused attributes
Removes from StoryController attributes that were not being used
</comment><date>2021-12-19 17:21:04 +0100</date><id>47de44dcc0f9a4a1a8343fd2e78070b32862082e</id><msg>fix: Removes unused attributes</msg><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><commitId>291bce81958accbbef9426256b93ffa2a614a810</commitId><timestamp>1639930864000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>tsk15 Corrects the methods exploreStories and calculateNumPagesExplore
Modifies the exploreStories method to use TypedQuery's setMaxResults and 
setFirstResults methods when getting the stories corresponding to each
page
Modifies the calculateNumPagesExplore method to use a specific query to
count the number of items (COUNT query)
</comment><date>2021-12-19 17:21:04 +0100</date><id>291bce81958accbbef9426256b93ffa2a614a810</id><msg>tsk15 Corrects the methods exploreStories and calculateNumPagesExplore</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</affectedPath><commitId>04a2c04ec3001020b98c0f1f01332d6be2db2bee</commitId><timestamp>1639930864000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>tsk15 Add more tests for story exploration
Add more tests to check different combinations to obtain the number of
pages according to the options chosen in the filter (genre, topic and
publication)
</comment><date>2021-12-19 17:21:04 +0100</date><id>04a2c04ec3001020b98c0f1f01332d6be2db2bee</id><msg>tsk15 Add more tests for story exploration</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><commitId>05d29c3b5dd4ea421e7824384feaea06803f06aa</commitId><timestamp>1639930864000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>tsk34 Fixes getStoriesByUser and calculateNumPagesStoriesByUser methods
Modifies the getStoriesByUser method to use TypedQuery's setMaxResults
and setFirstResults methods when getting the corresponding stories for
pagination
Modifies the calculateNumPagesStoriesByUser method to use a specific
query to count the number of items (COUNT query)
</comment><date>2021-12-19 17:21:04 +0100</date><id>05d29c3b5dd4ea421e7824384feaea06803f06aa</id><msg>tsk34 Fixes getStoriesByUser and calculateNumPagesStoriesByUser methods</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</affectedPath><commitId>f299bb130ffef0ddc03752979a1b15b2e727a6d7</commitId><timestamp>1639930864000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>fix: Fixes the searchStories and calculateNumPagesSearch methods
Modifies the searchStories method to use TypedQuery's setMaxResults and 
setFirstResults methods when retrieving stories taking pagination into
account
Modifies the calculateNumPagesSearch method to use a specific query to
count the number of items (COUNT query)
</comment><date>2021-12-19 17:21:04 +0100</date><id>f299bb130ffef0ddc03752979a1b15b2e727a6d7</id><msg>fix: Fixes the searchStories and calculateNumPagesSearch methods</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/exploreStories.xhtml</affectedPath><commitId>af6e3385a0f3989ecff4fb277929a590af2e7f7b</commitId><timestamp>1639930864000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></author><authorEmail>ifmarinho@esei.uvigo.es</authorEmail><comment>fix: Fixes a problem with the number of characters in the explore view
If the number of characters in a story is less than 60, an error appears
when trying to list stories. To fix this problem a check is added, so
that if the number of characters is less than 60 it shows the full text,
otherwise it limits the text to 60 characters
</comment><date>2021-12-19 17:21:04 +0100</date><id>af6e3385a0f3989ecff4fb277929a590af2e7f7b</id><msg>fix: Fixes a problem with the number of characters in the explore view</msg><path><editType>edit</editType><file>jsf/src/main/webapp/exploreStories.xhtml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ifmarinho</absoluteUrl><fullName>ifmarinho</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>