trustbloc / edv

Encrypted data vault implementation in Golang - https://identity.foundation/edv-spec/
Apache License 2.0
16 stars 17 forks source link

feat: Switch edge-core storage to aries storage #197

Closed DRK3 closed 3 years ago

DRK3 commented 3 years ago

closes #117 since the endpoint is now removed (it was non-standard and not needed - same functionality can be achieved with encrypted indexes) closes #106 since the endpoint is now removed (see above) closes #105 since the endpoint is now removed (see above) closes #119 as it's no longer a possibility due to the new storage code

Signed-off-by: Derek Trider Derek.Trider@securekey.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #197 (86da7db) into main (f3fcaee) will decrease coverage by 0.46%. The diff coverage is 88.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #197      +/-   ##
==========================================
- Coverage   85.73%   85.27%   -0.47%     
==========================================
  Files          14       14              
  Lines        1732     1630     -102     
==========================================
- Hits         1485     1390      -95     
+ Misses        155      149       -6     
+ Partials       92       91       -1     
Impacted Files Coverage Δ
pkg/auth/zcapld/service.go 82.02% <ø> (ø)
pkg/client/client.go 87.57% <ø> (-0.52%) :arrow_down:
pkg/restapi/operation/operations.go 84.77% <76.59%> (-2.37%) :arrow_down:
...vprovider/couchdbedvprovider/couchdbedvprovider.go 87.86% <91.50%> (-0.57%) :arrow_down:
cmd/edv-rest/startcmd/start.go 82.43% <91.66%> (-0.91%) :arrow_down:
pkg/edvprovider/memedvprovider/memedvprovider.go 90.47% <100.00%> (+22.29%) :arrow_up:
pkg/restapi/operation/respond.go 82.12% <100.00%> (-0.42%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3fcaee...86da7db. Read the comment docs.