-
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
Remove of optional
fields from sdv.databroker.v1 and kuksa.val.v2 due to older proto3 versions limitations.
#96
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/databroker-api-v2 #96 +/- ##
=============================================================
+ Coverage 59.36% 59.63% +0.26%
=============================================================
Files 33 33
Lines 16005 15926 -79
=============================================================
- Hits 9502 9498 -4
+ Misses 6503 6428 -75 ☔ 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.
I would prefer if the kuksa.val.v1 concept of ValueRestriction
was not carried over to the other protos
I have nothing in particular against this PR, but do we know if this will have any impact on any existing clients. Any thoughts @lukasmittag ? |
We should better add in the PR description or commit description why we remove optional. If I remember correct it is because older proto3 versions does not support it, right?, but if so we should better document it so we do not forget it. Possibly even worth mentioning in proto to avoid adding new optional fields later. |
I think that's a very good idea. |
optional
fields from sdv.databroker.v1 and kuksa.val.v2 due to proto3 limitations.
79fe1a2
to
6bdd929
Compare
Added |
optional
fields from sdv.databroker.v1 and kuksa.val.v2 due to proto3 limitations.optional
fields from sdv.databroker.v1 and kuksa.val.v2 due to older proto3 versions limitations.
6bdd929
to
8970a65
Compare
3b99909
to
325b533
Compare
07eaf88
into
eclipse-kuksa:feature/databroker-api-v2
No description provided.