<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><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>43</buildNumber><marked><SHA1>831b52a554c6e427cbd863b14ac6bcd956fcf9fb</SHA1><branch><SHA1>831b52a554c6e427cbd863b14ac6bcd956fcf9fb</SHA1><name>origin/develop</name></branch></marked><revision><SHA1>831b52a554c6e427cbd863b14ac6bcd956fcf9fb</SHA1><branch><SHA1>831b52a554c6e427cbd863b14ac6bcd956fcf9fb</SHA1><name>origin/develop</name></branch></revision></origindevelop><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><branch><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><branch><SHA1>589f6e74c526ec823006ebf61645fbbeb5631cd1</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>831b52a554c6e427cbd863b14ac6bcd956fcf9fb</SHA1><branch><SHA1>831b52a554c6e427cbd863b14ac6bcd956fcf9fb</SHA1><name>origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing.ei.uvigo.es/dt/gitlab/dgss-1617-teamA/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>103</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#43</displayName><duration>222747</duration><estimatedDuration>283139</estimatedDuration><fullDisplayName>LETTA 1617 Team A #43</fullDisplayName><id>43</id><keepLog>false</keepLog><number>43</number><queueId>54</queueId><result>SUCCESS</result><timestamp>1481371931045</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/43/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/search_results.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/templates/header.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java</affectedPath><affectedPath>jsf/src/main/webapp/WEB-INF/web.xml</affectedPath><affectedPath>.gitignore</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event_.java</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/css/letta.css</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/SearchController.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java</affectedPath><affectedPath>tests/src/main/resources/datasets/user-search-event.xml</affectedPath><affectedPath>tests/src/main/resources/scripts/cleanup.sql</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</affectedPath><affectedPath>jsf/src/main/webapp/templates/footer.xhtml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToEvent.java</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/SearchEventDataset.java</affectedPath><affectedPath>service/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java</affectedPath><commitId>831b52a554c6e427cbd863b14ac6bcd956fcf9fb</commitId><timestamp>1481371619000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sicofan</absoluteUrl><fullName>sicofan</fullName></author><authorEmail>sicofan@esei.uvigo.es</authorEmail><comment>Adds search event in view, fixes some errors and adds tests
This commit adds the search bar with autocomplete. For this, the 
SearchController has been added. Besides, footer and header templates 
have been added. When it was integrated, the search requirements were
not as the kunagi specification. Besides, tests for searching were added
to EventEJBTest.
</comment><date>2016-12-10 13:06:59 +0100</date><id>831b52a554c6e427cbd863b14ac6bcd956fcf9fb</id><msg>Adds search event in view, fixes some errors and adds tests</msg><path><editType>edit</editType><file>tests/src/main/resources/scripts/cleanup.sql</file></path><path><editType>edit</editType><file>.gitignore</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToEvent.java</file></path><path><editType>add</editType><file>jsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/SearchController.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/search_results.xhtml</file></path><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/user-search-event.xml</file></path><path><editType>add</editType><file>jsf/src/main/webapp/templates/header.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>add</editType><file>jsf/src/main/webapp/templates/footer.xhtml</file></path><path><editType>delete</editType><file>domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event_.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/css/letta.css</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/WEB-INF/web.xml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java</file></path><path><editType>add</editType><file>tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/SearchEventDataset.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/sicofan</absoluteUrl><fullName>sicofan</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.3.9</mavenVersionUsed></mavenModuleSetBuild>