-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: implement query methods and add status to query api #173
Conversation
Codecov Report
@@ Coverage Diff @@
## main #173 +/- ##
==========================================
+ Coverage 47.00% 54.78% +7.78%
==========================================
Files 45 45
Lines 1951 1986 +35
==========================================
+ Hits 917 1088 +171
+ Misses 930 788 -142
- Partials 104 110 +6
Continue to review full report at Codecov.
|
And same as for list, we can add tests on this function? |
the |
6629990
to
a41b21a
Compare
- Added new methods to convert a model to MicroVMStatus - Added JSON tags to status struct fields - Generated new protobuffer code with Get/List request changes
fdabd8b
to
3d173fb
Compare
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.
couple small notes but lgtm 👍
3d173fb
to
3348eae
Compare
What this PR does / why we need it:
Adds implementation for query methods and microvm status for query gRPC API
Which issue(s) this PR fixes:
Fixes #72
Checklist: