<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>dgss2223-teamA-microstories-domain</artifactId><canonicalName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>16f093f87fc20d8f0319f33dcc01aeac</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2223-teamA-microstories-domain</artifactId><canonicalName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>c5658af8805e6845f50deb8494ffe653</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2223-teamA-microstories-domain</artifactId><canonicalName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>54561e7023521896151e018b4038f34b</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>17</totalCount><urlName>testReport</urlName></action><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-domain/94/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#94</displayName><duration>12733</duration><estimatedDuration>13332</estimatedDuration><fullDisplayName>μStories 2223 - Team A » Domain #94</fullDisplayName><id>94</id><keepLog>false</keepLog><number>94</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1671387850296</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-domain/94/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/styles/main.css</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</affectedPath><commitId>5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b</commitId><timestamp>1671387304000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jpsilva17</absoluteUrl><fullName>jpsilva17</fullName></author><authorEmail>jpsilva17@esei.uvigo.es</authorEmail><comment>tsk25 Adds carrousel to see the most read stories
In the jsf a carrousel is adds to displays the most read stories. The
mysql  missing a comma(fixes). Fixes the findHottestStories method, no
needs to paginate. In storyController  adds the getMostReadStories
method. In the carousel, eaches genre is coloured in a different colour.
</comment><date>2022-12-18 19:15:04 +0100</date><id>5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b</id><msg>tsk25 Adds carrousel to see the most read stories</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/index.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/styles/main.css</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</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/jpsilva17</absoluteUrl><fullName>jpsilva17</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-domain/94/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-domain</artifactId><canonicalName>dgss2223-teamA-microstories-domain-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>58fd3bd2d18a1d59fd25da39067421c4</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-domain/94/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2223-teamA-microstories-ear</artifactId><canonicalName>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>cd691127e363c827bb7d5b0a16a7c134</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-ear/94/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-ear/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#94</displayName><duration>1</duration><estimatedDuration>7108</estimatedDuration><fullDisplayName>μStories 2223 - Team A » EAR #94</fullDisplayName><id>94</id><keepLog>false</keepLog><number>94</number><queueId>-1</queueId><result>NOT_BUILT</result><timestamp>1671387850298</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-ear/94/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><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-ear/94/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-ear</artifactId><canonicalName>dgss2223-teamA-microstories-ear-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>cd691127e363c827bb7d5b0a16a7c134</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-ear/94/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2223-teamA-microstories-jsf</artifactId><canonicalName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>4af9a42204ba362b8fcd0deaf8f6d23a</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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/94/mavenArtifacts/</url></action><action></action><action></action><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><building>false</building><displayName>#94</displayName><duration>0</duration><estimatedDuration>12147</estimatedDuration><fullDisplayName>μStories 2223 - Team A » JSF #94</fullDisplayName><id>94</id><keepLog>false</keepLog><number>94</number><queueId>-1</queueId><result>NOT_BUILT</result><timestamp>1671387850297</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/94/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/styles/main.css</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</affectedPath><commitId>5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b</commitId><timestamp>1671387304000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jpsilva17</absoluteUrl><fullName>jpsilva17</fullName></author><authorEmail>jpsilva17@esei.uvigo.es</authorEmail><comment>tsk25 Adds carrousel to see the most read stories
In the jsf a carrousel is adds to displays the most read stories. The
mysql  missing a comma(fixes). Fixes the findHottestStories method, no
needs to paginate. In storyController  adds the getMostReadStories
method. In the carousel, eaches genre is coloured in a different colour.
</comment><date>2022-12-18 19:15:04 +0100</date><id>5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b</id><msg>tsk25 Adds carrousel to see the most read stories</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/index.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/styles/main.css</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</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/jpsilva17</absoluteUrl><fullName>jpsilva17</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/94/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-jsf</artifactId><canonicalName>dgss2223-teamA-microstories-jsf-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>4af9a42204ba362b8fcd0deaf8f6d23a</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><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/94/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2223-teamA-microstories-pom</artifactId><canonicalName>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>670c8436177a3c0e16d03a814df6a2d3</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-pom/94/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-pom/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#94</displayName><duration>8324</duration><estimatedDuration>8862</estimatedDuration><fullDisplayName>μStories 2223 - Team A » μStories 22/23 Team A #94</fullDisplayName><id>94</id><keepLog>false</keepLog><number>94</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1671387850296</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-pom/94/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/styles/main.css</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</affectedPath><commitId>5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b</commitId><timestamp>1671387304000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jpsilva17</absoluteUrl><fullName>jpsilva17</fullName></author><authorEmail>jpsilva17@esei.uvigo.es</authorEmail><comment>tsk25 Adds carrousel to see the most read stories
In the jsf a carrousel is adds to displays the most read stories. The
mysql  missing a comma(fixes). Fixes the findHottestStories method, no
needs to paginate. In storyController  adds the getMostReadStories
method. In the carousel, eaches genre is coloured in a different colour.
</comment><date>2022-12-18 19:15:04 +0100</date><id>5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b</id><msg>tsk25 Adds carrousel to see the most read stories</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/index.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/styles/main.css</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</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/jpsilva17</absoluteUrl><fullName>jpsilva17</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-pom/94/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-pom</artifactId><canonicalName>dgss2223-teamA-microstories-pom-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>670c8436177a3c0e16d03a814df6a2d3</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-pom/94/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2223-teamA-microstories-rest</artifactId><canonicalName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>1eb3b8f3aa7e39cbc7a7b50bb8355cca</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-rest/94/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-rest/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#94</displayName><duration>4</duration><estimatedDuration>8653</estimatedDuration><fullDisplayName>μStories 2223 - Team A » REST #94</fullDisplayName><id>94</id><keepLog>false</keepLog><number>94</number><queueId>-1</queueId><result>NOT_BUILT</result><timestamp>1671387850297</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-rest/94/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><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-rest/94/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-rest</artifactId><canonicalName>dgss2223-teamA-microstories-rest-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>1eb3b8f3aa7e39cbc7a7b50bb8355cca</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-rest/94/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>dgss2223-teamA-microstories-service</artifactId><canonicalName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>9c147ba08cc05135c6ca2c5b01e989b1</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-service/94/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-service/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#94</displayName><duration>1182</duration><estimatedDuration>34439</estimatedDuration><fullDisplayName>μStories 2223 - Team A » Service #94</fullDisplayName><id>94</id><keepLog>false</keepLog><number>94</number><queueId>-1</queueId><result>FAILURE</result><timestamp>1671387850297</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-service/94/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java</affectedPath><affectedPath>jsf/src/main/webapp/styles/main.css</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</affectedPath><commitId>5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b</commitId><timestamp>1671387304000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/jpsilva17</absoluteUrl><fullName>jpsilva17</fullName></author><authorEmail>jpsilva17@esei.uvigo.es</authorEmail><comment>tsk25 Adds carrousel to see the most read stories
In the jsf a carrousel is adds to displays the most read stories. The
mysql  missing a comma(fixes). Fixes the findHottestStories method, no
needs to paginate. In storyController  adds the getMostReadStories
method. In the carousel, eaches genre is coloured in a different colour.
</comment><date>2022-12-18 19:15:04 +0100</date><id>5d65b4320cf2baae58119f5f41e05f9ce8cb9c5b</id><msg>tsk25 Adds carrousel to see the most read stories</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/index.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/styles/main.css</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java</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/jpsilva17</absoluteUrl><fullName>jpsilva17</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-service/94/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-service</artifactId><canonicalName>dgss2223-teamA-microstories-service-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>9c147ba08cc05135c6ca2c5b01e989b1</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-service/94/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>dgss2223-teamA-microstories-tests</artifactId><canonicalName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>7db0cc17dd5a953bc5c47833d96efa01</md5sum><type>java-source</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>dgss2223-teamA-microstories-tests</artifactId><canonicalName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>17d099c565fb256a928d16ae96b308d0</md5sum><type>javadoc</type><version>0.1.0-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>dgss2223-teamA-microstories-tests</artifactId><canonicalName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</canonicalName><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>8b5d35dbd60b5ee01d5eba2198523ca8</md5sum><type>jar</type><version>0.1.0-SNAPSHOT</version></mainArtifact><parent><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-tests/94/mavenArtifacts/</url></action><action></action><artifact><displayPath>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</displayPath><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</displayPath><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</displayPath><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2223-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#94</displayName><duration>8287</duration><estimatedDuration>8996</estimatedDuration><fullDisplayName>μStories 2223 - Team A » Tests #94</fullDisplayName><id>94</id><keepLog>false</keepLog><number>94</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1671387850296</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-tests/94/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><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-tests/94/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>dgss2223-teamA-microstories-tests</artifactId><canonicalName>dgss2223-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.teamA.microstories</groupId><md5sum>badcd4a1606bd4e396b1a8853ba4bd19</md5sum><type>pom</type><version>0.1.0-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2223-teamA-microstories-tests/94/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>