-
Notifications
You must be signed in to change notification settings - Fork 158
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
add proto3 optional feature to protogen #119
Conversation
Bump - would really like to see this feature get merged. |
This is great! We would love to see this change merged. |
@jekiapp We would love to see support for optional fields merge as well. Is this PR still valid or should I create a new one with some changes? |
I think bumping up of protoc image version in gripmock is proper answer for this. |
Hi guys sorry for a late reply, what is the motivation of this feature? I know it's just one line, but still it's not so obvious what the impact will be. |
@NikolayOskin since the tests also not updated to prove this works, I need to do test it in local first. Updating the example tests would be helpful. |
Hi @jekiapp
My type is:
@jekiapp Could you take a look? @NikolayOskin is it working for you? |
I'm getting the same error as above about |
Bumping this, I'm getting the same error as above. Any progress on this?
|
Well, this merge fixed it for me - but it's not part of the latest release as merge happened on May 9, and 1.12.1 dates back to Feb. To leverage this fix, I've built from github, as we don't have this in dockerhub until the next release at least. Clone & docker build works. Example docker-compose snippet:
Hope that helps those running into this |
Thank you @miklosbagi, that worked for me. |
@jekiapp could you please update the latest tag of the docker.com/r/tkpd/gripmock too? |
please re-pull the latest image, just built the v1.13 and made it latest version. |
Added proto3 optional fields feature to protogen plugin