FailedChanges

Summary

  1. Fix error in authoried of class (details)
  2. tsk 15 - Adds explore stories search view (details)
  3. Moves cleanup-autoincrement.sql file (details)
  4. tsk 16 - Adds explore button in the main view (details)
  5. tsk 18 - Adds resource method to find stories with advanced search (details)
  6. tsk 15 - Fixes a bug in advanced search form position (details)
  7. tsk29 - Added user entity and modified tests and database to include it (details)
  8. Formats code and removes import * (details)
  9. tsk 17 - Adds navigation between advanced and text search (details)
  10. Fixes several syntax problems in SQL scripts (details)
  11. Cleans code (details)
Commit 430751e765a5b9d2fbd56d519b14e043fa64e017 by sgvilar
Fix error in authoried of class
Fix error in author of StoryService class
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java (diff)
Commit c8c2f7122037a93a1a0b4b09dd7b401df58cd5dc by rcferradas
tsk 15 - Adds explore stories search view
Adds view for advance search form and its given results Adds new methods
in story search managed bean to get search results
The file was modifiedjsf/src/main/webapp/WEB-INF/templates/template.xhtml (diff)
The file was addedjsf/src/main/webapp/advanceSearch.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamA/microstories/jsf/StorySearchMB.java (diff)
Commit 83baac88fac66452d22a88e4fbe4f01b9c22eb80 by sgvilar
Moves cleanup-autoincrement.sql file
Moves file to the script folder
The file was addedtests/src/main/resources/scripts/cleanup-autoincrement.sql (diff)
The file was removedservice/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql (diff)
Commit 0532ac5dc00b880b9a26167a2d587545cb32d1d5 by rcferradas
tsk 16 - Adds explore button in the main view
Adds a button to go to advance search (explore more stories) view
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/templates/template.xhtml (diff)
Commit 4c584e498d2d0a7676e931cd249c5cb0576d6f65 by ipgonzalez2
tsk 18 - Adds resource method to find stories with advanced search
Includes method to find stories by genre, theme and publication date. A
enum publicated is added to represent possible date ranges.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Publicated.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java (diff)
Commit df2a5b74479c4554f0275f2e0245427bb5e867fc by rcferradas
tsk 15 - Fixes a bug in advanced search form position
Fixes a bug in advanced search form position and some of its children
elements
The file was modifiedjsf/src/main/webapp/advanceSearch.xhtml (diff)
Commit 6f9f6be375fa97fcc095a3a37486dc52b1cde2d4 by vlfernandez
tsk29 - Added user entity and modified tests and database to include it
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/UserTest.java (diff)
The file was modifiedservice/src/main/resources/META-INF/persistence.xml (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.drop.sql (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/UserDataset.java (diff)
The file was modifiedjsf/src/main/webapp/microstoryView.xhtml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
The file was modifiedrest/src/main/resources/META-INF/persistence.xml (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamA/microstories/entities/EntitiesTestSuite.java (diff)
The file was modifiedadditional-material/db/microstories-mysql.delete.sql (diff)
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/User.java (diff)
The file was modifiedtests/src/main/resources/datasets/stories.xml (diff)
Commit 6566ab5a1ce00bf0119252c2a7a0dadf7c4d2db1 by sgvilar
Formats code and removes import *
Remove static import * and reformat code to adapt it to style guide
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryServiceIntegrationTest.java (diff)
Commit c1d64b099cb881a8674d3741212f5721f39a8fee by ipgonzalez2
tsk 17 - Adds navigation between advanced and text search
Includes search buttons in advanced and text searchs to navigate between
them. Also fixes some texts that where in spanish when the rest of the
page is in english.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamA/microstories/jsf/StorySearchMB.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/templates/nav.xhtml (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/webapp/search.xhtml (diff)
The file was modifiedjsf/src/main/webapp/advanceSearch.xhtml (diff)
Commit ab8d73a0d86902d94c631104236d549e01af75de by rcferradas
Fixes several syntax problems in SQL scripts
Fixes several syntax problems in SQL scripts (data, creation and full)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.creation.sql (diff)
Commit bd12017f0cbccda4bd2e33859b0e42be833dc1cf by sgvilar
Cleans code
Remove static import * Reformat code to adapt it to style guide Remote
commented code Remove System.out.println lines
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/StoryDataset.java (diff)