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 modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/jsf/PlayerController.java
The file was modifiedtests/src/main/resources/scripts/playersWithOwner.sql
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRestUnitTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/services/PlayerService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/services/PlayerServiceIntegrationTest.java
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRestIntegrationTest.java
The file was modifiedtests/src/main/resources/datasets/player-owner.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/domain/entities/PlayersDataset.java
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml
The file was modifiedjsf/src/main/webapp/private/player-details.xhtml
The file was modifiedjsf/src/main/webapp/private/player-list.xhtml
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamd/ligaaas/rest/PlayerRest.java