SuccessChanges

Summary

  1. tsk58-59 Adds the attribute cancelled to Event (details)
Commit f4d65f1c52d7b9f9be1779bdfefff8a3eef189c4 by jacasanova
tsk58-59 Adds the attribute cancelled to Event
Modifies Event to include the attribute cancelled. Modifies EventEJB to
support the new attribute and includes the new exception
EventIsCancelledException (now an User can't join a cancelled Event and
a cancelled Event will not appear in a search). Modifies Tests to
support the new attribute. Modifies Datasets to support the new
attribute. Modifies DB (sql) to support the new attribute.
The file was modifiedtests/src/main/resources/datasets/events-less-than-five.xml
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/letta/rest/UserPrivateRest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java
The file was modifiedtests/src/main/resources/datasets/events-less-than-twenty.xml
The file was addedservice/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventIsCancelledException.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java
The file was modifiedadditional-material/db/letta.test.sql
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/letta/domain/entities/EventTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java
The file was addedtests/src/main/resources/datasets/anne-attends-event-cancelled-25.xml
The file was modifiedadditional-material/db/letta.full.sql
The file was modifiedtests/src/main/resources/datasets/events.xml
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Event.java
The file was modifiedtests/src/main/resources/datasets/new-event.xml