UnstableChanges

Summary

  1. TSK64 (REST): Add PUT /microstory/{id} resource to update microstories (details)
  2. TSK64 (REST): Add PUT /microstory/{id} resource to update microstories (details)
Commit 50c3e7299aa3766fca33f9bc2dc651df47868206 by sadielgodales
TSK64 (REST): Add PUT /microstory/{id} resource to update microstories
Implements the PUT /microstory/{id} endpoint to update an existing
microstory. The request requires authentication and only allows
modification of microstories owned by the authenticated user. and test.
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/services/StoryService.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java (diff)
Commit 2b0a7b6db020610dc9733134e1cc47c782cca662 by sadielgodales
TSK64 (REST): Add PUT /microstory/{id} resource to update microstories
Implements the PUT /microstory/{id} endpoint to update an existing
microstory. The request requires authentication and only allows
modification of microstories owned by the authenticated user. and test.
The file was modifiedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)