<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>70</buildNumber><marked><SHA1>b279ba9d6ccaf614bfe0f6daac35df72181eb8d8</SHA1><branch><SHA1>b279ba9d6ccaf614bfe0f6daac35df72181eb8d8</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>b279ba9d6ccaf614bfe0f6daac35df72181eb8d8</SHA1><branch><SHA1>b279ba9d6ccaf614bfe0f6daac35df72181eb8d8</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>b279ba9d6ccaf614bfe0f6daac35df72181eb8d8</SHA1><branch><SHA1>b279ba9d6ccaf614bfe0f6daac35df72181eb8d8</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing-group.org/dt/gitlab/dgss-2425-teamA/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>7</failCount><skipCount>0</skipCount><totalCount>38</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#70</displayName><duration>91567</duration><estimatedDuration>104601</estimatedDuration><fullDisplayName>microstories-2425-teamA #70</fullDisplayName><id>70</id><keepLog>false</keepLog><number>70</number><queueId>73</queueId><result>UNSTABLE</result><timestamp>1734899707606</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/user/arfarinha/my-views/view/All/job/microstories-2425-teamA/70/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/stories-update.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-remove.xml</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.out.xml</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Genre.java</affectedPath><affectedPath>tests/src/main/resources/scripts/cleanup.sql</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-most-readed.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-read-date-added.xml</affectedPath><commitId>b279ba9d6ccaf614bfe0f6daac35df72181eb8d8</commitId><timestamp>1734899157000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/david.f.suarez18</absoluteUrl><fullName>david.f.suarez18</fullName></author><authorEmail>david.f.suarez18@gmail.com</authorEmail><comment>tsk33,36 Adds support to search the stories with most reads
Implemented functionality to search for the most-read stories of the
past month, filtered by genre. Additionally, added a helper function to
retrieve the read count from the Story entity.
</comment><date>2024-12-22 21:25:57 +0100</date><id>b279ba9d6ccaf614bfe0f6daac35df72181eb8d8</id><msg>tsk33,36 Adds support to search the stories with most reads</msg><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-update.xml</file></path><path><editType>edit</editType><file>tests/src/main/resources/scripts/cleanup.sql</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Story.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/Genre.java</file></path><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>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-remove.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories.xml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/stories-read-date-added.xml</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/stories-most-readed.xml</file></path><path><editType>add</editType><file>tests/src/main/resources/datasets/stories.out.xml</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/david.f.suarez18</absoluteUrl><fullName>david.f.suarez18</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.6.3</mavenVersionUsed></mavenModuleSetBuild>