FailedChanges

Summary

  1. Modifies .gitignore (details)
  2. Tsk1 Create Story Entity (details)
Commit e649d418e6bb6d400fa27a8d2debfaea0231284e by gvgomez
Modifies .gitignore
In order to ignore iml files, the .gitignore file is modified
The file was modified.gitignore (diff)
Commit d71874bd4e95087baebd0f1d84b29e4366a5b251 by gvgomez
Tsk1 Create Story Entity
Adds the Story class to store the objects related to the stories Adds
the necessary SQL files to create/insert/delete data and tables Adds the
test class for the Story class and the Test Suite Modifies the poms to
add the dependency to apache commons-lang
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifieddomain/pom.xml (diff)
The file was addedadditional-material/db/microstories-mysql.data.sql (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java (diff)
The file was modifiedpom.xml (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java (diff)
The file was addedadditional-material/db/microstories-mysql.delete.sql (diff)
The file was addedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was addedadditional-material/db/microstories-mysql.drop.sql (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java (diff)