-
Notifications
You must be signed in to change notification settings - Fork 24
refactor: use buf.yaml to get third-party dependencies #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ba0f316
453e82f
e53a0d7
adb85ab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ jobs: | |
| - uses: actions/checkout@v2 | ||
| - uses: bufbuild/[email protected] | ||
| with: | ||
| version: 0.41.0 | ||
| version: 0.54.1 | ||
| - uses: bufbuild/[email protected] | ||
| with: | ||
| against: 'https://github.com/$GITHUB_REPOSITORY.git#branch=main' | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Generated by buf. DO NOT EDIT. | ||
| version: v1 | ||
| deps: | ||
| - remote: buf.build | ||
| owner: googleapis | ||
| repository: googleapis | ||
| branch: main | ||
| commit: d1a849b8f8304950832335723096e954 | ||
| digest: b1-zJkwX0YeOp1Wa0Jaj_RqMLa2-oEzePH6PJEK8aaMeI4= | ||
| create_time: 2021-08-26T15:07:19.652533Z | ||
| - remote: buf.build | ||
| owner: grpc-ecosystem | ||
| repository: grpc-gateway | ||
| branch: main | ||
| commit: d1922677830c448eb65ec590f3abc734 | ||
| digest: b1-zmmsl0XlsSF4_BhZe7w9NMdImBCRtMSn68rmn9H1faQ= | ||
| create_time: 2021-08-17T02:45:07.151993Z |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,10 @@ | ||
| version: v1beta1 | ||
| build: | ||
| roots: | ||
| - . | ||
| version: v1 | ||
| name: buf.build/odpf/proton | ||
| deps: | ||
| - buf.build/googleapis/googleapis | ||
| - buf.build/grpc-ecosystem/grpc-gateway | ||
| breaking: | ||
| use: | ||
| - WIRE | ||
| - WIRE | ||
| except: | ||
| - RESERVED_MESSAGE_NO_DELETE | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. openapiv2 from grpc-gateway had some changes that are not compatible with this rule. We can remove this rule going forward. Basically they had reserved fields so they could use them later, and now they implemented those. |
||
This file was deleted.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgraded to be able to use api version: v1 of buf.yaml