-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gauge-proto to latest while re-generating for protobuf 4 compa…
…tibility (#362) Signed-off-by: Chad Wilson <[email protected]>
- Loading branch information
1 parent
5ce8ddc
commit 4fd49a7
Showing
8 changed files
with
184 additions
and
625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gauge-proto
updated
34 files
+28 −0 | .github/dependabot.yml | |
+0 −16 | .github/workflows/build.yml | |
+0 −28 | .github/workflows/deploy.yml | |
+32 −0 | .github/workflows/release.yml | |
+4 −1 | .gitignore | |
+2 −2 | CONTRIBUTING.md | |
+0 −674 | COPYING | |
+201 −0 | LICENSE | |
+1 −2 | README.md | |
+6 −19 | api.proto | |
+0 −97 | build.gradle | |
+1,227 −795 | doc/gauge-proto-doc.md | |
+0 −13 | gauge-proto.iml | |
+8 −0 | gen_doc.sh | |
+2,527 −0 | go/gauge_messages/api.pb.go | |
+15 −0 | go/gauge_messages/go.mod | |
+14 −0 | go/gauge_messages/go.sum | |
+170 −0 | go/gauge_messages/lsp.pb.go | |
+478 −0 | go/gauge_messages/lsp_grpc.pb.go | |
+5,239 −0 | go/gauge_messages/messages.pb.go | |
+418 −0 | go/gauge_messages/services.pb.go | |
+1,818 −0 | go/gauge_messages/services_grpc.pb.go | |
+3,558 −0 | go/gauge_messages/spec.pb.go | |
+9 −0 | go/geneproto.sh | |
+ − | gradle/wrapper/gradle-wrapper.jar | |
+0 −5 | gradle/wrapper/gradle-wrapper.properties | |
+0 −172 | gradlew | |
+0 −84 | gradlew.bat | |
+211 −0 | java/pom.xml | |
+6 −16 | lsp.proto | |
+79 −17 | messages.proto | |
+6 −0 | release.sh | |
+43 −3 | services.proto | |
+10 −15 | spec.proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.