<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 _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></marked><revision><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></revision></originmaster><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></marked><revision><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></revision></origindevelop><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>105</buildNumber><marked><SHA1>fa5c835fe4583772b8f839f583ee593b4de4ea85</SHA1><branch><SHA1>fa5c835fe4583772b8f839f583ee593b4de4ea85</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>fa5c835fe4583772b8f839f583ee593b4de4ea85</SHA1><branch><SHA1>fa5c835fe4583772b8f839f583ee593b4de4ea85</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>fa5c835fe4583772b8f839f583ee593b4de4ea85</SHA1><branch><SHA1>fa5c835fe4583772b8f839f583ee593b4de4ea85</SHA1><name>refs/remotes/origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.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>108</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#105</displayName><duration>423880</duration><estimatedDuration>374870</estimatedDuration><fullDisplayName>LETTA #105</fullDisplayName><id>105</id><keepLog>false</keepLog><number>105</number><queueId>32</queueId><result>SUCCESS</result><timestamp>1449203109592</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/user/arfarinha/my-views/view/All/job/LETTA/105/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/IllegalArgumentExceptionMapper.java</affectedPath><affectedPath>rest/src/main/webapp/WEB-INF/web.xml</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceUnitTest.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/CORSFilter.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</affectedPath><affectedPath>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/SecurityExceptionMapper.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java</affectedPath><affectedPath>rest/src/main/resources/es/uvigo/esei/dgss/rest/ContainerResponseFilter.java</affectedPath><affectedPath>rest/src/test/resources/web.xml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.java</affectedPath><affectedPath>rest/src/test/resources-wildfly-embedded-h2/standalone.xml</affectedPath><affectedPath>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</affectedPath><commitId>fa5c835fe4583772b8f839f583ee593b4de4ea85</commitId><timestamp>1449202085000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/agjacome</absoluteUrl><fullName>agjacome</fullName></author><authorEmail>agjacome@gmail.com</authorEmail><comment>tsk27 Adds API method to list Events sorted by date
REST resource for Events has been created, with a method (GET to event's 
resource root) to list events sorted by date in the same way as the
index page does. Some changes have also been done to make it work as
expected.
Correct testing of this list method requires changes in events datasets
to validate that date ordering is preserved. It is a pending issue that
will be addressed in following commits.
</comment><date>2015-12-04 05:08:05 +0100</date><id>fa5c835fe4583772b8f839f583ee593b4de4ea85</id><msg>tsk27 Adds API method to list Events sorted by date</msg><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/UserEJB.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/IllegalArgumentExceptionMapper.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/SecurityExceptionMapper.java</file></path><path><editType>add</editType><file>rest/src/main/java/es/uvigo/esei/dgss/letta/rest/util/mapper/CORSFilter.java</file></path><path><editType>edit</editType><file>rest/src/test/resources-wildfly-embedded-h2/standalone.xml</file></path><path><editType>edit</editType><file>rest/src/main/webapp/WEB-INF/web.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceUnitTest.java</file></path><path><editType>delete</editType><file>rest/src/main/resources/es/uvigo/esei/dgss/rest/ContainerResponseFilter.java</file></path><path><editType>edit</editType><file>rest/src/test/resources/web.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualsToEntity.java</file></path><path><editType>add</editType><file>rest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/IsEqualToEvent.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/agjacome</absoluteUrl><fullName>agjacome</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.0.5</mavenVersionUsed></mavenModuleSetBuild>