protoc-gen-validate icon indicating copy to clipboard operation
protoc-gen-validate copied to clipboard

Protocol Buffer Validation - Being replaced by github.com/bufbuild/protovalidate

Results 175 protoc-gen-validate issues
Sort by recently updated
recently updated
newest added

Gazelle is generating this module as ```starlark go_repository( name = "com_github_envoyproxy_protoc_gen_validate", importpath = "github.com/envoyproxy/protoc-gen-validate", sum = "h1:8fATmp6SLK9XevENs3p8w3nMTcllQHfpYK6XGXDce28=", version = "v0.10.0-SNAPSHOT.8", ) ``` while @alexeagle is using `com_envoyproxy_protoc_gen_validate`: https://github.com/bufbuild/protoc-gen-validate/blob/main/bazel/go/BUILD is there...

Go
Bazel

Hi, The generator fail to generate compilable code when some field use reserved C++ keyword as name. For example if you declare the following proto object: ``` message Security {...

Bug
C++

As far as I can tell the golang `protoc-gen-validate` doesn't have any way for you to determine the version currently installed. Am I wrong about this or should it be...

Enhancement
Good First Issue

Hi, Was checking options to include gRPC validation in proto file and protoc-gen-validate can add validator method in the generated class and validates the rules mentioned in the proto file....

Question
Java

Hi Team - thanks so much for this fantastic tool! I have it working, but am not quite sure how, because I'm missing some concepts. I'd like to fill in...

Enhancement
Good First Issue
Documentation

Bumps the python-root group with 7 updates: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `3.8.4` | `7.0.0` | | [isort](https://github.com/pycqa/isort)...

Python
Dependencies

Bumps the java group with 12 updates in the /java directory: | Package | From | To | | --- | --- | --- | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.1` |...

Java
Dependencies

My proto file contains a commented copyright header and when generating the validation files it removes the comment

Enhancement
Good First Issue

The current library which is used for validating emails in Python hasn't been updated in 9 years (https://pypi.org/project/validate_email/) and it doesn't ship a wheel which causes some other issues, for...

Enhancement
Good First Issue
Python