-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature/databroker api v2 #101
Conversation
…provements (#72) * Remove oneof from Datapoint
* Add GetValue and GetValues Support
Co-authored-by: John Argérus <[email protected]>
…_info Implement server info service method
…mentation Subscribe by id Integer32 implementation
* Min/Max Support
Update incomplete information on errors
…_out_of_range Fix actuate and batch actuate out of range error
…on Development (#21) * Initiate Kuksa requirements analysis --------- Co-authored-by: Erik Jaegervall <[email protected]> Co-authored-by: BjoernAtBosch <[email protected]> Co-authored-by: Lukas Mittag <[email protected]> Co-authored-by: lukasmittag <[email protected]>
…eck_correct_actuation Validation of actuator type on actuate and batch_actuate and extend UpdateErrors
Add reflection support for kuksa.val.v2
…iction_for_sdv_databroker_v1 Add missing min max restriction for sdv.databroker.v1
* Improve throughput by not replying with `PublishValuesResponse` on success.
* Remove of `optional` fields recently added to `sdv.databroker.v1` and `kuksa.val.v2` as this is not supported in older versions of proto3.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #101 +/- ##
==========================================
+ Coverage 49.95% 59.71% +9.76%
==========================================
Files 31 33 +2
Lines 11792 15906 +4114
==========================================
+ Hits 5891 9499 +3608
- Misses 5901 6407 +506 ☔ View full report in Codecov by Sentry. |
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, it has been reviewed while kuksa.val.v2 development
No description provided.