<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>52</buildNumber><marked><SHA1>09308fb7b31913009ccd43eb272bc46297de949b</SHA1><branch><SHA1>09308fb7b31913009ccd43eb272bc46297de949b</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>09308fb7b31913009ccd43eb272bc46297de949b</SHA1><branch><SHA1>09308fb7b31913009ccd43eb272bc46297de949b</SHA1><name>origin/develop</name></branch></revision></origindevelop></buildsByBranchName><lastBuiltRevision><SHA1>09308fb7b31913009ccd43eb272bc46297de949b</SHA1><branch><SHA1>09308fb7b31913009ccd43eb272bc46297de949b</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>2</failCount><skipCount>0</skipCount><totalCount>80</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#52</displayName><duration>199138</duration><estimatedDuration>205050</estimatedDuration><fullDisplayName>μStories 2122 - Team B #52</fullDisplayName><id>52</id><keepLog>false</keepLog><number>52</number><queueId>77</queueId><result>UNSTABLE</result><timestamp>1638049990457</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/52/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/resources/datasets/stories.xml</affectedPath><affectedPath>additional-material/db/microstories-mysql.drop.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.creation.sql</affectedPath><affectedPath>additional-material/db/microstories-mysql.full.sql</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/User.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Role.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/EntitiesTestSuite.java</affectedPath><affectedPath>jsf/src/main/webapp/storyDetail.xhtml</affectedPath><affectedPath>additional-material/db/microstories-mysql.data.sql</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/stories-visit-story.xml</affectedPath><affectedPath>domain/pom.xml</affectedPath><affectedPath>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/UserTest.java</affectedPath><affectedPath>additional-material/db/microstories-mysql.delete.sql</affectedPath><commitId>09308fb7b31913009ccd43eb272bc46297de949b</commitId><timestamp>1638049271000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></author><authorEmail>aggarcia3@esei.uvigo.es</authorEmail><comment>tsk30 Adds User JPA entity and its relationships with Story
This commit adds the JPA entity, updates the database scripts to create 
and delete users and stories made by those users, adds tests for the new 
entity, and modifies already existing test datasets, code, JSF views and 
unit tests that depended on the concrete author data representation.
</comment><date>2021-11-27 22:41:11 +0100</date><id>09308fb7b31913009ccd43eb272bc46297de949b</id><msg>tsk30 Adds User JPA entity and its relationships with Story</msg><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.drop.sql</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/teamB/microstories/domain/User.java</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.full.sql</file></path><path><editType>edit</editType><file>domain/pom.xml</file></path><path><editType>add</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/UserTest.java</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.data.sql</file></path><path><editType>edit</editType><file>domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/EntitiesTestSuite.java</file></path><path><editType>add</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Role.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/storyDetail.xhtml</file></path><path><editType>edit</editType><file>additional-material/db/microstories-mysql.delete.sql</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories.xml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/stories-visit-story.xml</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3</absoluteUrl><fullName>aggarcia3</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>