FailedChanges

Summary

  1. [sto24 - tsk68, tsk69, tsk70, tsk71]Friendship management Added (details)
Commit 9207eec1eefc884fc75b6e3254ae4bd5245a8bf4 by pabarreira
[sto24 - tsk68, tsk69, tsk70, tsk71]Friendship management Added
Friendship entitie Added FriendshipState enum with states of an
friendship Added Friendship test Added Friendship controller for JSF
Added view of my friends Added new resource for tag user Added new
resource for tag friend Added new resource for tag friendOf Added new
resource for tag Friendship recieved Added new resource for tag
Friendship request Added new view for users searched Added new EJB for
friendship entitie Added Friendship dataset for tests Added
IsEqualsFriendship for tests Modified search controler with methods for
search users Modified header.xhtml for to show up new option My friends
Modified UserEJB for search users Modified persistence.xml for add the
new entitie friendship
The file was addedjsf/src/main/webapp/private/myFriends.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/tags/user.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/tags/friend.xhtml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Friendship.java (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/UserEJB.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToFriendship.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipState.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/FriendshipEJB.java (diff)
The file was addedjsf/src/main/webapp/searchUsersResults.xhtml (diff)
The file was modifiedjsf/src/main/webapp/templates/header.xhtml (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipTest.java (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/FriendshipController.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/SearchController.java (diff)
The file was addedjsf/src/main/webapp/resources/tags/friendshipReceived.xhtml (diff)
The file was addedjsf/src/main/webapp/resources/tags/friendshipRequested.xhtml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipDataset.java (diff)
The file was addedjsf/src/main/webapp/resources/tags/friendOf.xhtml (diff)