SuccessChanges

Summary

  1. Creates initial stories dataset (details)
  2. Adds dataset class for Story entity (details)
  3. Fixes merge conflicts (details)
  4. Runs Google style formatter (details)
  5. Updates the XML test dataset and associated class (details)
  6. Adds util class to compare Stories (details)
Commit e14d685f5f90019a5e8e81579c9b977f02eeab75 by aggarcia3
Creates initial stories dataset
This is a WIP dataset, but it should be good enough to get going.
The file was addedtests/src/main/resources/datasets/stories.xml
Commit ba3013b2db6d48e0b874875aca05fdfecc08dd65 by aggarcia3
Adds dataset class for Story entity
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java
Commit 7725c797e9dab611e89deaf5dc821198bd9169da by aggarcia3
Fixes merge conflicts
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java
Commit 3c53907f95b9a7ee2b6554d5fe0bcc7da87ffd5f by aggarcia3
Runs Google style formatter
This is the recommended formatting for source code according to the
contributing guidelines.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryEJB.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java
The file was modifiedpom.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
The file was addedadditional-material/formatter/run.sh
The file was addedadditional-material/formatter/eclipse-java-google-style.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java
Commit a809cb839b4ee9c079563ea3520c0102ccc46a31 by aggarcia3
Updates the XML test dataset and associated class
This commit also adds a method to get the stories made by some author.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java
The file was modifiedtests/src/main/resources/datasets/stories.xml
Commit e46b68de612009a2e4da96371bbb8dcb71b6b5b0 by martinperez.patricia
Adds util class to compare Stories
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java