You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protoc-gen-openapiv2 Bazel rule should allow to set all of the generation options that area available to the generator itself.
.
This would allow to fully tune the behavior even when used withing the Bazel pipeline
The text was updated successfully, but these errors were encountered:
* Rest protoc-gen-openapiv2 flags as rule attrs
Exposes rest of the protoc-gen-openapiv2 flags as attributes
in the Baze rule.
Additionaly:
- sorts atttributes according to the order how flags in tha main are defined
- adds docs to the attrributes
Fixes#1831
* Apply suggestions from code review
Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
* REVIEW: change ovelooked copy cat error in the condition
* REVIEW: adjust json_names_for_fields doc
Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
🚀 Feature
protoc-gen-openapiv2
Bazel rule should allow to set all of the generation options that area available to the generator itself..
This would allow to fully tune the behavior even when used withing the Bazel pipeline
The text was updated successfully, but these errors were encountered: