SuccessChanges

Summary

  1. T12.1-12.2 Adds Rest support for Player Unit test for player added Fixed (details)
Commit 7bdcc20294485dcb961493309c7d6841e5ed33d7 by jrferreira
T12.1-12.2 Adds Rest support for Player Unit test for player added Fixed
player detail view, added Public player and made nick and email
requiered
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/PlayerServiceIntegrationTest.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/jsf/PlayerController.java (diff)
The file was modifiedtests/src/main/resources/datasets/player-owner.xml (diff)
The file was modifiedjsf/src/main/webapp/private/player-details.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/PlayerService.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRest.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRestIntegrationTest.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/PlayersDataset.java (diff)
The file was modifiedtests/src/main/resources/scripts/playersWithOwner.sql (diff)
The file was modifiedjsf/src/main/webapp/private/player-list.xhtml (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRestUnitTest.java (diff)