This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
Codecov Report
@@ Coverage Diff @@
## master #124 +/- ##
==========================================
- Coverage 99.92% 99.86% -0.06%
==========================================
Files 16 17 +1
Lines 1351 1517 +166
Branches 249 288 +39
==========================================
+ Hits 1350 1515 +165
- Partials 1 2 +1
Continue to review full report at Codecov.
|
This one also needs a rebase and then finally a review. |
Rebased. These PRs should all start passing CI once #133 gets merged and rebased. |
Updating rest store implementation - wip Working tests Support alternate names for items property, and add tests Wip Make test name capitalization consistent, test configurable timeout Add support for JSON merge patch and improve test coverage * Adds support for the JSON Merge Patch format * Add tests for new functionality * Removed an unneeded branch in the default fetch response serializer, as it won't receive falsy data.
Closing since the latest version of stores has landed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type: feature
The following has been addressed in the PR:
Description:
Adds an implementation of the
Storage
interface for storing data on a server with a RESTful API. This is on top of the changes in #118.Resolves #47, #100