UnstableChanges

Summary

  1. Add- tsk7 REST and its tests (details)
  2. tsk 22 - Fixes error with multiple themes (details)
  3. Moves html design file to templates folder (details)
  4. Fix Story REST Integration test (details)
  5. tsk 22 - Fixes errors in dataset and tests (details)
Commit 820e5a468ae159409cad1dee3b6bd6fad0d832cb by rcferradas
Add- tsk7 REST and its tests
Added Rest layer for Story entity + its tests Fix a problem of name
packaging Participants: Inés Prieto Víctor Levoso Rodrigo Currás
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/ResourceIntegrationTestSuite.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryTest.java (diff)
The file was modifiedrest/src/test/resources/test-persistence.xml (diff)
The file was removedservice/src/main/java/es/uvigo/esei/dgss/teamA/service/StoryService.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/GenericTypes.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/ResourceUnitTestSuite.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryServiceIntegrationTest.java (diff)
Commit dc914ba5d53d8747f00206211e178be891e011f0 by ipgonzalez2
tsk 22 - Fixes error with multiple themes
Adds the field secondaryTheme to consider that a story can have two
themes Implemented by Santi and Inés
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/IsEqualToStory.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java (diff)
Commit effc4567d2c1ab30c51d6ab54596db452066fefe by ipgonzalez2
Moves html design file to templates folder
Implemented by Santi and Inés
The file was removedjsf/src/main/webapp/index.xhtml (diff)
The file was addedadditional-material/templates/index.xhtml (diff)
Commit d8be055cc8b0c53fca8bc7ce0f1ae4ed933aa7c7 by ipgonzalez2
Fix Story REST Integration test
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java (diff)
Commit bec1986d27aa7c9d3f97f85fb8fefda177603afd by ipgonzalez2
tsk 22 - Fixes errors in dataset and tests
Fixes errors that appeared when adding secondaryTheme
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/ResourceUnitTestSuite.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/main/webapp/WEB-INF/web.xml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java (diff)
The file was modifiedrest/src/test/resources/web.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java (diff)