<mavenBuild _class='hudson.maven.MavenBuild'><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-tests/75/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>dgss2122-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</displayPath><fileName>dgss2122-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-tests-0.1.0-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>Tests</displayName><duration>0</duration><estimatedDuration>9182</estimatedDuration><fullDisplayName>μStories 2122 - Team A » Tests Tests</fullDisplayName><id>75</id><keepLog>false</keepLog><number>75</number><queueId>-1</queueId><result>NOT_BUILT</result><timestamp>1638481689843</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-tests/75/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/scripts/cleanup-autoincrement.sql</affectedPath><affectedPath>service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql</affectedPath><commitId>83baac88fac66452d22a88e4fbe4f01b9c22eb80</commitId><timestamp>1638290588000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sgvilar</absoluteUrl><fullName>sgvilar</fullName></author><authorEmail>sgvilar@esei.uvigo.es</authorEmail><comment>Moves cleanup-autoincrement.sql file
Moves file to the script folder
</comment><date>2021-11-30 17:43:08 +0100</date><id>83baac88fac66452d22a88e4fbe4f01b9c22eb80</id><msg>Moves cleanup-autoincrement.sql file</msg><path><editType>add</editType><file>tests/src/main/resources/scripts/cleanup-autoincrement.sql</file></path><path><editType>delete</editType><file>service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Publicated.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java</affectedPath><commitId>4c584e498d2d0a7676e931cd249c5cb0576d6f65</commitId><timestamp>1638450894000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ipgonzalez2</absoluteUrl><fullName>ipgonzalez2</fullName></author><authorEmail>ipgonzalez2@esei.uvigo.es</authorEmail><comment>tsk 18 - Adds resource method to find stories with advanced search
Includes method to find stories by genre, theme and publication date. A
enum publicated is added to represent possible date ranges. 
</comment><date>2021-12-02 14:14:54 +0100</date><id>4c584e498d2d0a7676e931cd249c5cb0576d6f65</id><msg>tsk 18 - Adds resource method to find stories with advanced search</msg><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Publicated.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java</file></path><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java</affectedPath><affectedPath>service/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><affectedPath>rest/src/main/resources/META-INF/persistence.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.drop.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/EntitiesTestSuite.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/UserDataset.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/User.java</affectedPath><affectedPath>jsf/src/main/webapp/microstoryView.xhtml</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/UserTest.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryTest.java</affectedPath><commitId>6f9f6be375fa97fcc095a3a37486dc52b1cde2d4</commitId><timestamp>1638463080000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/vlfernandez</absoluteUrl><fullName>vlfernandez</fullName></author><authorEmail>vlfernandez@esei.uvigo.es</authorEmail><comment>tsk29 - Added user entity and modified tests and database to include it
</comment><date>2021-12-02 17:38:00 +0100</date><id>6f9f6be375fa97fcc095a3a37486dc52b1cde2d4</id><msg>tsk29 - Added user entity and modified tests and database to include it</msg><path><editType>edit</editType><file>jsf/src/main/webapp/microstoryView.xhtml</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/EntitiesTestSuite.java</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>additional-material/db/microstories-mysql.data.sql</file></path><path><editType>edit</editType><file>service/src/main/resources/META-INF/persistence.xml</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.creation.sql</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/User.java</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryTest.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/UserDataset.java</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.delete.sql</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/UserTest.java</file></path><path><editType>edit</editType><file>rest/src/main/resources/META-INF/persistence.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.drop.sql</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories.xml</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java</affectedPath><commitId>bd12017f0cbccda4bd2e33859b0e42be833dc1cf</commitId><timestamp>1638469177000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sgvilar</absoluteUrl><fullName>sgvilar</fullName></author><authorEmail>sgvilar@esei.uvigo.es</authorEmail><comment>Cleans code
Remove static import * Reformat code to adapt it to style guide Remote
commented code Remove System.out.println lines
</comment><date>2021-12-02 19:19:37 +0100</date><id>bd12017f0cbccda4bd2e33859b0e42be833dc1cf</id><msg>Cleans code</msg><path><editType>edit</editType><file>rest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java</file></path><path><editType>edit</editType><file>rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/bcgonzalez4</absoluteUrl><fullName>bcgonzalez4</fullName></culprit><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/ipgonzalez2</absoluteUrl><fullName>ipgonzalez2</fullName></culprit><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/vlfernandez</absoluteUrl><fullName>vlfernandez</fullName></culprit><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sgvilar</absoluteUrl><fullName>sgvilar</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-tests/75/mavenArtifacts/</url></mavenArtifacts></mavenBuild>