Skip to content

Commit

Permalink
Implement structured field and rule paths for violations (#217)
Browse files Browse the repository at this point in the history
Implements the changes necessary to propagate field and rule paths in
Violation messages, passing conformance.

Depends on bufbuild/protovalidate#265.

DO NOT MERGE until the following is done:
- [x] bufbuild/protovalidate#265 is merged
- [x] Dependencies updated to stable version release
  • Loading branch information
jchadwick-buf authored Nov 27, 2024
1 parent aa8f250 commit 8ea2b64
Show file tree
Hide file tree
Showing 8 changed files with 385 additions and 93 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD_LICENSE_HEADER := $(BIN)/license-header \
--license-type apache \
--copyright-holder "Buf Technologies, Inc." \
--year-range "2023"
PROTOVALIDATE_VERSION ?= v0.8.2
PROTOVALIDATE_VERSION ?= v0.9.0

.PHONY: help
help: ## Describe useful make targets
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 12 additions & 6 deletions gen/buf/validate/validate_pb2.py

Large diffs are not rendered by default.

38 changes: 36 additions & 2 deletions gen/buf/validate/validate_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8ea2b64

Please sign in to comment.