-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Which problem is this PR solving? - Part of #6494 ## Description of the changes - Bump jaeger-idl submodule - Adjust code gen to account for different custom types due to jaegertracing/jaeger-idl#118 ## How was this change tested? - CI Signed-off-by: Yuri Shkuro <github@ysh.us>
- Loading branch information
1 parent
97c6a33
commit 1a5b262
Showing
2 changed files
with
13 additions
and
5 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 idl
updated
15 files
+34 −0 | .github/workflows/ci-lint-test.yml | |
+31 −4 | .github/workflows/ci-unit-tests.yml | |
+51 −11 | Makefile | |
+71 −0 | Makefile.Protobuf.mk | |
+28 −0 | go.mod | |
+90 −0 | go.sum | |
+59 −0 | model/v1/flags.go | |
+48 −0 | model/v1/flags_test.go | |
+245 −0 | model/v1/ids.go | |
+56 −0 | model/v1/ids_test.go | |
+3,420 −0 | model/v1/model.pb.go | |
+551 −0 | proto-gen/api_v2/collector.pb.go | |
+3,780 −0 | proto-gen/api_v2/query.pb.go | |
+1,685 −0 | proto-gen/api_v2/sampling.pb.go | |
+2 −2 | proto/api_v2/query.proto |