protovalidate
protovalidate copied to clipboard
Protocol Buffer Validation - Go, Java, Python, and C++ Beta Releases!
**Feature description:** It would be good the error message has the i18n feature or can integrate with some i18n libs, then the error message can come out with different language...
**Feature description:** Update https://github.com/scalapb/common-protos to include the `protovalidate` protos, not (only) the `protoc-gen-validate` protos. **Problem it solves or use case:** In order to use scalapb-generated code, one needs a scalapb-generated...
**Feature description:** Thanks for this great idea and great library! I would like to see the custom option (of host messages) to accessible by protovalidate / CEL. For example, if...
## Description I'm having trouble to use a regex with a non-capturing group in a cel expression, e.g. ``` string csr_pem = 1 [(buf.validate.field).cel = { id: "pem_format", message: "csr_pem...
I am trying to use the migration tool provided under protovalidate to migrate from protoc-gen-validate but I am running into errors trying to download the git repository. I am running...
**Feature description:** Protovalidate offers two wellknown regexes for header keys & values. It would be nice if it could be extended by one Regex that allows the character set for...
I'm trying a migration to bzlmod here. go_googleapis is missing here because rules_go has removes it from it's dependencies Signed-off-by: Matthieu MOREL
**Feature description:** I don't know it is possible. But reusing validation rules would be nice. **Problem it solves or use case:** A validation rule may be suitable for multiple fields....
I'm trying to have an optional field that if it's set, I want to make sure it's a URI, but if it's missing or empty, I want to allow it,...
Considering that `bufbuild` supports the generation for Ruby, it would be useful to be able to use validations.