Skip to content

Commit 75749e8

Browse files
committed
Update protovalidate
Signed-off-by: Sri Krishna <[email protected]>
1 parent 027e05b commit 75749e8

File tree

12 files changed

+440
-1050
lines changed

12 files changed

+440
-1050
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ clean: ## Delete intermediate build artifacts
3737
.PHONY: generate
3838
generate: $(BIN)/buf $(BIN)/license-header ## Regenerate code and license headers
3939
rm -rf gen
40-
$(BIN)/buf generate buf.build/bufbuild/protovalidate:$(PROTOVALIDATE_VERSION)
41-
$(BIN)/buf generate buf.build/bufbuild/protovalidate-testing:$(PROTOVALIDATE_VERSION)
40+
$(BIN)/buf generate https://github.com/bufbuild/protovalidate.git#branch=next,subdir=proto/protovalidate
41+
$(BIN)/buf generate https://github.com/bufbuild/protovalidate.git#branch=next,subdir=proto/protovalidate-testing
4242
$(BIN)/buf generate buf.build/google/cel-spec:$(CEL_SPEC_VERSION) --exclude-path cel/expr/conformance/proto2 --exclude-path cel/expr/conformance/proto3
4343
$(BIN)/buf generate
4444
$(ADD_LICENSE_HEADER)
@@ -90,4 +90,4 @@ $(BIN)/license-header: $(BIN) Makefile
9090
go install github.com/bufbuild/buf/private/pkg/licenseheader/cmd/license-header@latest
9191

9292
$(BIN)/protovalidate-conformance: $(BIN) Makefile
93-
go install github.com/bufbuild/protovalidate/tools/protovalidate-conformance@$(PROTOVALIDATE_VERSION)
93+
go install github.com/bufbuild/protovalidate/tools/protovalidate-conformance@next

gen/buf/validate/conformance/cases/ignore_proto2_pb2.py

Lines changed: 101 additions & 169 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/buf/validate/conformance/cases/ignore_proto2_pb2.pyi

Lines changed: 0 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/buf/validate/conformance/cases/ignore_proto3_pb2.py

Lines changed: 83 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/buf/validate/conformance/cases/ignore_proto3_pb2.pyi

Lines changed: 0 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/buf/validate/conformance/cases/ignore_proto_editions_pb2.py

Lines changed: 143 additions & 235 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)