Skip to content

Commit

Permalink
Merge pull request #271 from josephschorr/schema-revision
Browse files Browse the repository at this point in the history
Add revision support to v1alpha1 schema API
  • Loading branch information
josephschorr authored Nov 16, 2021
2 parents 28e2f5a + 55bc286 commit a75cd64
Show file tree
Hide file tree
Showing 11 changed files with 802 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ jobs:
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
go install github.com/envoyproxy/protoc-gen-validate@v0.6.1
- uses: "bufbuild/buf-setup-action@v0.3.1"
- uses: "bufbuild/buf-setup-action@v0.6.0"
with:
version: "0.52.0"
version: "1.0.0-rc8"
- name: "Generate & Diff Protos"
run: "./buf.gen.yaml && git diff && bash -c '[ $(git status --porcelain | tee /dev/fd/2 | wc -c) -eq 0 ]'"
- uses: "bufbuild/buf-breaking-action@v0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion internal/proto/dispatch/v1/dispatch.pb.go

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

218 changes: 179 additions & 39 deletions internal/proto/impl/v1/impl.pb.go

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

Loading

0 comments on commit a75cd64

Please sign in to comment.