Skip to content
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 isIpPrefix #39

Merged
merged 6 commits into from
Nov 2, 2023
Merged

Add isIpPrefix #39

merged 6 commits into from
Nov 2, 2023

Conversation

higebu
Copy link
Contributor

@higebu higebu commented Sep 28, 2023

@CLAassistant
Copy link

CLAassistant commented Sep 28, 2023

CLA assistant check
All committers have signed the CLA.

@higebu
Copy link
Contributor Author

higebu commented Oct 10, 2023

Passed conformance tests with bufbuild/protovalidate#99.

$ buf export ../protovalidate/proto/protovalidate --output src/main/resources
$ buf generate --template buf.gen.yaml src/main/resources
$ buf generate --template conformance/buf.gen.yaml -o conformance/ ../protovalidate/proto/protovalidate-testing
$ ./gradlew build
$ ./gradlew conformance:jar
$ protovalidate-conformance --strict_message ./conformance/conformance.sh
PASS (failed: 0, skipped: 0, passed: 1100, total: 1100)

rodaine added a commit to bufbuild/protovalidate that referenced this pull request Oct 30, 2023
- [x] protovalidate-go:
bufbuild/protovalidate-go#53
- [x] protovalidate-cc:
bufbuild/protovalidate-cc#45 (via @paina)
- [x] protovalidate-java:
bufbuild/protovalidate-java#39
- [x] protovalidate-python:
bufbuild/protovalidate-python#78

---------

Co-authored-by: Chris Roche <[email protected]>
@pkwarren
Copy link
Member

It also looks like we need to run make lintfix to get the CI jobs passing.

@higebu
Copy link
Contributor Author

higebu commented Nov 1, 2023

@pkwarren Thank you for your review! I've addressed all your feedback.

@pkwarren pkwarren merged commit ed65f0b into bufbuild:main Nov 2, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants