SuccessChanges

Summary

  1. tsk78 Adds to the admin's private view the list of all events ordered by (details)
Commit 8c5966aa02a87a5db01aade3569cda6a5d3934cc by aalopez
tsk78 Adds to the admin's private view the list of all events ordered by
creation date
Adds a new view with a datatable for the list of all events and buttons
for manage them Modifies Event entity adding the create date Modifies
the database with the create date column (createdAt) Modifies the event
datasets adding the create date column Adds the util class
AdminRoleCaller to execute tests as admin
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/UserEJBTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/events.xml (diff)
The file was modifiedtests/src/main/resources/datasets/events-create.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java (diff)
The file was modifiedtests/src/main/resources/datasets/events-cancelled.xml (diff)
The file was modifiedadditional-material/db/letta.full.sql (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java (diff)
The file was modifiedadditional-material/db/letta.test.sql (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/UserAuthorizationEJBTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/events-less-than-twenty.xml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/AdminEventsController.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java (diff)
The file was addedjsf/src/main/webapp/adminEventsPrivate.xhtml (diff)
The file was modifiedtests/src/main/resources/datasets/new-event.xml (diff)
The file was modifiedtests/src/main/resources/datasets/events-less-than-five.xml (diff)
The file was modifiedjsf/src/main/webapp/template/templateHeader.xhtml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java (diff)
The file was modifiedtests/src/main/resources/datasets/events-modified.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/letta/service/util/security/AdminRoleCaller.java (diff)