kbase / blobstore

Simple S3 backed file storage.
MIT License
0 stars 3 forks source link

Return node from core on ACL ops #72

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

This is to support operations where the user loses read access to the node as part of the op, and so getting the node afterwards fails.

codecov[bot] commented 5 years ago

Codecov Report

Merging #72 into master will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #72      +/-   ##
=========================================
+ Coverage   90.81%   90.9%   +0.09%     
=========================================
  Files          12      12              
  Lines        1165    1177      +12     
=========================================
+ Hits         1058    1070      +12     
  Misses         82      82              
  Partials       25      25
Impacted Files Coverage Δ
service/server.go 98% <100%> (+0.04%) :arrow_up:
core/core.go 98.69% <100%> (+0.05%) :arrow_up:

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 b505e13...c93e85a. Read the comment docs.