-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding CouchDB KeyValueStore Implementation
Introducing an alternative KeyValueStore implementation with CouchDB. With this change, the KeyValueStore needs to be promise based, so calls to get the store constructor will return a promise. Unit tests are updated to conform to the new promise based KeyValueStore. Patch set 5: Fix merge conflicts. Patch set 6: Fix lint errors. Patch set 7: Fix tests to use promise based KeyValueStore. Patch set 8: For gulp test (tests.js), comment out end-to-end which currently fails intermittently on step2. Patch set 9: Fix review comments and rebase. Fixes FAB-155 Change-Id: I33b8beef45299f9ac96c771655ce67c45a067685 Signed-off-by: Anna D Derbakova <adderbak@us.ibm.com> Signed-off-by: cdaughtr <cdaughtr@us.ibm.com>
- Loading branch information
Showing
21 changed files
with
1,286 additions
and
640 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.