SuccessChanges

Summary

  1. Adds temporary Story entity (details)
  2. Updates temporary entities to latest version (details)
  3. Adds dataset class for Story entity (details)
  4. Renames domain packages to follow style conventions (details)
  5. Runs Google style formatter (details)
Commit 0a0fe7fa0e9eee80a7aad5fb641f6f5caaeaada3 by aggarcia3
Adds temporary Story entity
This entity will be replaced by the definitive one at some point in the
future, but for now we use this to avoid being blocked.
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Genre.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Topic.java
Commit cf77055d21cea0d5826aa45aa4724ac0f6767656 by aggarcia3
Updates temporary entities to latest version
This commit just updates the temporary entity placeholders.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Genre.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Topic.java
Commit ba3013b2db6d48e0b874875aca05fdfecc08dd65 by aggarcia3
Adds dataset class for Story entity
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java
Commit 612b6550a6437a839e0ceb326a890c3d7bf5b6ba by aggarcia3
Renames domain packages to follow style conventions
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryEJB.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Topic.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Genre.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Genre.java
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
The file was removeddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Topic.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 modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java
The file was modifiedpom.xml
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java
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/RoleCaller.java
The file was addedadditional-material/formatter/eclipse-java-google-style.xml
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/entities/StoriesDataset.java
The file was addedadditional-material/formatter/run.sh
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java
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