SuccessChanges

Summary

  1. [sto21-tsk52] Adds create event rest api (details)
Commit 7bdbbd7b81ff3143a9c03f54639c7c3457a4cdb4 by sicofan
[sto21-tsk52] Adds create event rest api
This commit adds the post method for creating an event to the rest api.
For this, a test event constructor has been created for ignoring
validations. Besides, the IllegalArgumentExceptionMapper was created and
authorized user was unified.
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/IllegalArgumentExceptionMapper.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/letta/rest/EventResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/http/util/HasHttpStatus.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/letta/rest/EventResourceIntegrationTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-follow-event-rest.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java (diff)