SuccessChanges

Summary

  1. Update datasets and matchers (details)
  2. Add documentation and test to entities. (details)
  3. Access service for wall event (details)
  4. Access service for wall event (details)
  5. Correction of some bugs:  - supress the anotation transcient on (details)
  6. task15: add test data (details)
  7. Sto1: corrections bugs and new implementations (details)
  8. Changes the WildFly testing ports (details)
  9. Adds the presentation of cover events (details)
  10. Adds the fake smtp server and resolves minor bugs (details)
  11. Detection and correction of two errors (details)
  12. Adds events persistence to the EventEJB (details)
  13. Add data to test sets (details)
  14. Added new methods in Event.java to follow user a event, and his tests (details)
Commit 29de5734196347c80d7e57ec5dcd85f029a1874a by ifcunharro
Update datasets and matchers
Changes in entities User and Event did fail build in jenkins, then
datasets and matchers hava changed
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-delete-event.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-location.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToEvent.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-description.xml (diff)
The file was removedtests/src/main/resources/datasets/user-update-event-duration.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-start.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-head.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-title.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-create-event.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
Commit 44461ace6832e44a1f9f20300e47153707114dda by rabande
Add documentation and test to entities.
The documentation has been added to the "User" and "Event" entities and
the tests of those entities have been completed.
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/project/domain/EventTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/project/domain/UserTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java (diff)
Commit d99bde47660939773e1a37f2ba81bc5f354d9d46 by mgrodriguez3
Access service for wall event
Correction of some bugs:
- supress the anotation transcient on verificationToken
- persistence.xml in jsf need the class name of the entity
- persistence.xml in rest need the class name of the entity
- *.xml update the name of the atributes to the same in
  the database and add users and events to use in the test
- UserEJB modification of the method sendConfirmationUrl
  because the other code not have a good functionality
  when the verificationToken is null
Create:
- EventEJB
- EventEJBTest
- ServiceTestSuite
Update:
- isEqualToUser ckeck the new attribute accepted
- User add new attribute and put the method getter, setter
  and registeredUser with the javaDoc of the method
The file was modifiedtests/src/main/resources/datasets/user-update-event-start.xml (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java (diff)
The file was modifiedadditional-material/db/letta-mysql.full.sql (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-title.xml (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-description.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-head.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-location.xml (diff)
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-create-event.xml (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-delete-event.xml (diff)
Commit 96be75b39fbd975f4050b1c8136a4d8a7d5b8473 by mgrodriguez3
 Access service for wall event
Correction of some bugs:
- supress the anotation transcient on verificationToken
- persistence.xml in jsf need the class name of the entity
- persistence.xml in rest need the class name of the entity
- *.xml update the name of the atributes to the same in
   the database and add users and events to use in the test
- UserEJB modification of the method sendConfirmationUrl
   because the other code not have a good functionality
   when the verificationToken is null
Create:
- EventEJB
- EventEJBTest
- ServiceTestSuite
Update:
- isEqualToUser ckeck the new attribute accepted
- User add new attribute and put the method getter, setter
and registeredUser with the javaDoc of the method
- letta-mysql.full.sql is empty
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java (diff)
The file was modifiedadditional-material/db/letta-mysql.full.sql (diff)
Commit ae700260af7aea367dcc77770a5c4580ff33ca59 by mgrodriguez3
Correction of some bugs:  - supress the anotation transcient on
verificationToken  - persistence.xml in jsf need the class name of the
entity  - persistence.xml in rest need the class name of the entity  -
*.xml update the name of the atributes to the same in    the database
and add users and events to use in the test  - UserEJB modification of
the method sendConfirmationUrl    because the other code not have a good
functionality    when the verificationToken is null
Create:
- EventEJB
- EventEJBTest
- ServiceTestSuite
- letta-mysql.inserts.sql
Update:
- isEqualToUser ckeck the new attribute accepted
- User add new attribute and put the method getter, setter
  and registeredUser with the javaDoc of the method
- Event.java is modified to put the size of attribute head to
  50 characters
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java (diff)
The file was addedadditional-material/db/letta-mysql.inserts.sql (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java (diff)
Commit 1668149ebdd719bf70e5f7e06c60c9ed4aefa25d by mgrodriguez3
task15: add test data
-user-create-event.xml add new good events and
bad events to prove they are not created
-User.java is modified to add public to the default
constructor
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-create-event.xml (diff)
Commit 0e5b26fdd96f683b2ac0325637f80030ade40181 by mgrodriguez3
Sto1: corrections bugs and new implementations
Correction of some bugs:
    - supress the anotation transcient on verificationToken
    - persistence.xml in jsf need the class name of the entity
    - persistence.xml in rest need the class name of the entity
    - *.xml update the name of the atributes to the same in
      the database and add users and events to use in the test
    - UserEJB modification of the method sendConfirmationUrl
      because the other code not have a good functionality
      when the verificationToken is null
    Create:
    - EventEJB
    - EventEJBTest
    - ServiceTestSuite
    - letta-mysql.inserts.sql
    Update:
    - isEqualToUser ckeck the new attribute accepted
    - User add new attribute and put the method getter, setter
      and registeredUser with the javaDoc of the method
    - Event.java is modified to put the size of attribute head to
      50 characters
task15: add test data
     -user-create-event.xml add new good events and
     bad events to prove they are not created
    -User.java is modified to add public to the default
     constructor
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java (diff)
The file was addedadditional-material/db/letta-mysql.clean.sql (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/EventEJBTest.java (diff)
The file was addedadditional-material/db/letta-mysql.initialization.sql (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/project/ejb/ServiceTestSuite.java (diff)
The file was removedservice/src/test/java/es/uvigo/esei/dgss/project/test/ejb/ServiceTestSuite.java (diff)
Commit ab0fb265d4e47a2483adfd028943e198df8e862e by Miguel Reboiro-Jato
Changes the WildFly testing ports
The ports used by the WildFly executed during tests had an offset of
10000. This was the same offset used by the other tools in the
integration server, causing port collisions in the integration server.
This commit increases the offset to 30000 in order to avoid this port
collision.
The file was modifiedrest/src/test/resources-wildfly-embedded-mysql/standalone.xml (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-h2/standalone.xml (diff)
The file was modifiedservice/src/test/resources/arquillian.xml (diff)
The file was modifiedjsf/src/test/resources-wildfly-embedded-h2/standalone.xml (diff)
The file was modifiedjsf/src/test/resources-wildfly-embedded-mysql/standalone.xml (diff)
The file was modifiedrest/src/test/resources/arquillian.xml (diff)
The file was modifiedjsf/src/test/resources/arquillian.xml (diff)
The file was modifiedrest/src/test/resources-wildfly-embedded-h2/standalone.xml (diff)
The file was modifiedservice/src/test/resources-wildfly-embedded-mysql/standalone.xml (diff)
Commit cab13337649a68117bc7ba8495d8876c0ba3859d by sicofan
Adds the presentation of cover events
HomeController and index.xhtml have been added. This allows to show the
main events and a list of the last events. tsk5 completed.
The file was addedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/pom.xml (diff)
Commit d83fa0145372807d79439df4a755d92ec58df3af by sicofan
Adds the fake smtp server and resolves minor bugs
Fake smtp server is necessary to check the sending of emails from the
wildfly server. The script fake_smtp.sh has been added to automatice the
download and the execution of fakeSMTP-2.0 server. Besides, .jar and
.zip files used by this script have been added to .gitignore. Steps for
use this script have been added to CONTRIBUTING.md. The standalone.xml
has been modified to support the smtp connection. The pom.xml has been
modified to automatice the use of smtp server by testing servers.
Finally, Mail ejb has been modified to reference the mail session
resource created in the standalone.xml. tsk6 completed.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/Mail.java (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java (diff)
The file was modifiedadditional-material/wildfly/standalone.xml (diff)
The file was addedadditional-material/fake-smtp/fake_smtp.sh (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modified.gitignore (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java (diff)
The file was modifiedpom.xml (diff)
Commit bfbde465d295fac008555de70e5a244ad3c404c6 by mgrodriguez3
Detection and correction of two errors
Rename the role Visitor to UnregisteredUser Move the method registerUser
from User to UserEJB
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Role.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java (diff)
Commit b0b36ba9e2b245d613017d3faff4ea6fcef7cb10 by ifcunharro
Adds events persistence to the EventEJB
The EventEJB class now can persist events. This commit also includes an
important refactorization of the entity classes, that have been moved to
a new and more adequate package. In addition, the dataset classes for
user and event have been created.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToUser.java (diff)
The file was removedjsf/src/main/java/RegisterController.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/project/ejb/EventEJBTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-title.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Category.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-start.xml (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/service/util/security/RegisteredUserCaller.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EventTest.java (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/project/domain/UserTest.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-head.xml (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Event.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EntitiesTestSuite.java (diff)
The file was modifiedjsf/src/main/resources/META-INF/persistence.xml (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Role.java (diff)
The file was modifiedtests/src/main/resources/datasets/users.xml (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/UserTest.java (diff)
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/project/domain/EventTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/EventEJB.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/HomeController.java (diff)
The file was addedjsf/src/main/java/es/uvigo/es/esei/dgss/project/jsf/controllers/RegisterController.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToEvent.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-create-event.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/User.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/VerificationToken.java (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/Category.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/UserDataset.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Role.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-delete-event.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/project/ejb/UserEJB.java (diff)
The file was removeddomain/src/test/java/es/uvigo/esei/dgss/project/domain/EntitiesTestSuite.java (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-description.xml (diff)
The file was modifiedservice/src/test/resources/beans.xml (diff)
The file was modifiedtests/src/main/resources/datasets/user-update-event-location.xml (diff)
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/project/domain/VerificationToken.java (diff)
Commit 31ff53a63ccd8c75607769c120f1b521693c5302 by rabande
Add data to test sets
Add data to the DBUnit test sets, to validate the logging logic. The
file "user-register.xml" has been created.
The file was addedtests/src/main/resources/datasets/user-register.xml (diff)
Commit f8da8aa8e1ca3530fc29da337f5a275d4b7e849e by marketes16
Added new methods in Event.java to follow user a event, and his tests
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/EventTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Event.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/EventDataset.java (diff)