<mavenBuild _class='hudson.maven.MavenBuild'><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/105/mavenArtifacts/</url></action><action></action><artifact><displayPath>tests-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT.pom</displayPath><fileName>tests-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#105</displayName><duration>5485</duration><estimatedDuration>9632</estimatedDuration><fullDisplayName>LETTA » Tests #105</fullDisplayName><id>105</id><keepLog>false</keepLog><number>105</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449203112129</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/105/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><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></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/agjacome</absoluteUrl><fullName>agjacome</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/105/mavenArtifacts/</url></mavenArtifacts></mavenBuild>