UnstableChanges

Summary

  1. tsk68-88 Adds cancel event fuction to rest. (details)
  2. tsk90 Updates basic search to include the city of residence while logged (details)
Commit 881586b2901aba6b76d4490e070e4f795c3f2892 by bcgonzalez3
tsk68-88 Adds cancel event fuction to rest.
Adds missed dataset for capitalDistances Modifies missed cleanup script
for CapitalDistances and Capital tables Modifies rest EventResource to
add the cancel fuction by post Add test to EventResource cancel function
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/EventResource.java (diff)
The file was addedtests/src/main/resources/datasets/capital-distances.xml (diff)
The file was addedtests/src/main/resources/datasets/events-cancelled.xml (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/letta/rest/EventResourceRestTest.java (diff)
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
Commit 7b397e2f34e99d424ad3a3ced093ba53572cc927 by arfarinha
tsk90 Updates basic search to include the city of residence while logged
in
Updates the basic search functionality to order the events taking into
account the city of residence of the logged in user. Also, modifies the
controller of the jsf view to use this.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJB.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/EventSearchController.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)