-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reuse StorageController for LDS #984
Conversation
Let me know if changes are needed. Some of the promises could be written better.
Codecov Report
@@ Coverage Diff @@
## master #984 +/- ##
==========================================
+ Coverage 91.86% 91.87% +0.01%
==========================================
Files 54 53 -1
Lines 5086 5073 -13
Branches 1147 1144 -3
==========================================
- Hits 4672 4661 -11
+ Misses 414 412 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me!
see notes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Hello @dplewis, I just saw you added It seems to me that in the definition type of a StorageController there is no Here you can find the change I am talking about. |
That is intended for dumping the LocalDatastore. If the definition type is missing can you add it? |
Can be useful for #967
Let me know if changes are needed.
Some of the promises could be written better.