-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(instrumentation-grpc): update buf and add ts_nocheck option
- Loading branch information
1 parent
c159af0
commit 1b468aa
Showing
4 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
experimental/packages/opentelemetry-instrumentation-grpc/test/fixtures/buf.gen.ts.yaml
This file was deleted.
Oops, something went wrong.
22 changes: 10 additions & 12 deletions
22
experimental/packages/opentelemetry-instrumentation-grpc/test/fixtures/buf.gen.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
version: v1 | ||
deps: | ||
- buf.build/googleapis/googleapis | ||
- buf.build/grpc-ecosystem/grpc-gateway | ||
breaking: | ||
use: | ||
- FILE | ||
lint: | ||
use: | ||
- DEFAULT | ||
ignore: | ||
- buf.build/googleapis/googleapis | ||
- buf.build/grpc-ecosystem/grpc-gateway | ||
plugins: | ||
- name: ts | ||
out: ../../test/proto/ts/fixtures | ||
opt: | ||
- long_type_string | ||
- generate_dependencies | ||
- ts_nocheck | ||
path: ../../node_modules/.bin/protoc-gen-ts | ||
strategy: all | ||
|
8 changes: 8 additions & 0 deletions
8
experimental/packages/opentelemetry-instrumentation-grpc/test/fixtures/buf.lock
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Generated by buf. DO NOT EDIT. | ||
version: v1 | ||
deps: | ||
- remote: buf.build | ||
owner: googleapis | ||
repository: googleapis | ||
commit: cc916c31859748a68fd229a3c8d7a2e8 | ||
digest: shake256:469b049d0eb04203d5272062636c078decefc96fec69739159c25d85349c50c34c7706918a8b216c5c27f76939df48452148cff8c5c3ae77fa6ba5c25c1b8bf8 |
8 changes: 5 additions & 3 deletions
8
experimental/packages/opentelemetry-instrumentation-grpc/test/fixtures/buf.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
version: v1 | ||
breaking: | ||
use: | ||
- FILE | ||
lint: | ||
use: | ||
- DEFAULT | ||
breaking: | ||
use: | ||
- FILE | ||
deps: | ||
- buf.build/googleapis/googleapis |