SuccessChanges

Summary

  1. Tsk 21 Implemented Rest endpoint New api rest method to list all public (details)
Commit 4cc2237a2084c21681bb2b5fe48fd72939e1595b by jrferreira
Tsk 21 Implemented Rest endpoint New api rest method to list all public
players New api rest method to list owned players New api rest method to
create new players New api rest method to update players Enabled api
rest access Created RestTestSuite
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/RestIntegrationTestSuite.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRest.java (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRestUnitTest.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedtests/src/main/resources/datasets/player-owner.xml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRestIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/scripts/playersWithOwner.sql (diff)