This repository was archived by the owner on Mar 27, 2024. It is now read-only.
feat: MongoDB/DocumentDB storage provider#148
Merged
fqutishat merged 1 commit intohyperledger-aries:mainfrom Aug 12, 2021
Merged
feat: MongoDB/DocumentDB storage provider#148fqutishat merged 1 commit intohyperledger-aries:mainfrom
fqutishat merged 1 commit intohyperledger-aries:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #148 +/- ##
==========================================
- Coverage 87.42% 86.88% -0.55%
==========================================
Files 3 1 -2
Lines 1050 511 -539
==========================================
- Hits 918 444 -474
+ Misses 85 41 -44
+ Partials 47 26 -21
Continue to review full report at Codecov.
|
428b0a8 to
084ead3
Compare
Updated the existing MongoDB storage provider to fully implement the Aries storage interface and to be compatible with DocumentDB. Signed-off-by: Derek Trider <Derek.Trider@securekey.com>
084ead3 to
9a8596a
Compare
fqutishat
approved these changes
Aug 12, 2021
DRK3
commented
Aug 12, 2021
| startContainerAndDoAllTests(t, dockerMongoDBTagV428) | ||
| } | ||
|
|
||
| func TestMongoDB_V5_0_0(t *testing.T) { |
Contributor
Author
There was a problem hiding this comment.
I also ran all the same tests against DocumentDB on my system locally, but it can't be committed since it required a SSH tunnel and a private DocumentDB instance (and there are no Docker images for it).
bstasyszyn
approved these changes
Aug 12, 2021
This file contains hidden or 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
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.
Updated the existing MongoDB storage provider to fully implement the Aries storage interface and to be compatible with DocumentDB.
Signed-off-by: Derek Trider Derek.Trider@securekey.com