-
Notifications
You must be signed in to change notification settings - Fork 165
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
Implement support for YAML and JSON codecs for the file lookup #537
Conversation
Codecov Report
@@ Coverage Diff @@
## master #537 +/- ##
=========================================
+ Coverage 87.54% 87.65% +0.1%
=========================================
Files 94 94
Lines 6072 6158 +86
=========================================
+ Hits 5316 5398 +82
- Misses 756 760 +4
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.
Needs docs - otherwise this looks good to me.
return Base64(result.data) if b64 else result | ||
|
||
|
||
def _parameterize_obj(obj): |
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.
Can we get some docstrings in here?
e4f08c3
to
403a6a4
Compare
Rebased and added docstrings to most of the functions. @phobologic |
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.
Thanks for picking this back up! Awesome.
Ahh, issues with a long line from lint. Tried to fix it, but couldn't push to your branch @danielkza - simple fix, can you clean that up and then I'll merge? Thanks! |
403a6a4
to
52b38ef
Compare
Rebased and hopefully fixed the warning :) |
Looks great, thanks @danielkza |
…dtools#537) * Implement support for YAML and JSON codecs for the file lookup * Document YAML and JSON codecs for the file lookup * lookups: file: fix linter warning in test
No description provided.