SuccessChanges

Summary

  1. tsk31 Adds field for distinguishing between published and unpublished (details)
Commit 90f3e1dcc6a4d14c1f3ea7ec1dd2892319ddc66b by mvaugusto
tsk31 Adds field for distinguishing between published and unpublished
stories
Adds field to story entity in order to tell if it's published or not,
and it updates all sql scripts and datasets accordingly (setting all
stories as published by default).
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedtests/src/main/resources/datasets/stories-with-views.xml (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/StoriesDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamc/microstories/entities/Story.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories-search.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-create.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-update.xml (diff)
The file was modifieddomain/src/main/resources/META-INF/data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was modifiedtests/src/main/resources/datasets/stories-remove.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories-less-than-six.xml (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)