-
Notifications
You must be signed in to change notification settings - Fork 857
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
[ENG-447] protobuf workspaces migration #725
Conversation
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.
looks like make proto-gen
is failing. Can you look into it?
I think changing the plugin from |
with current commit, ran |
Sounds good. Let's create an issue for the follow up tasks |
tried running it but I'm getting the following error
|
not sure why this is the case for you, works fine on my end, and as far as I'm aware |
@danburck @ramacarlucho can you test from your end too? |
@adisaran64 can you
@adisaran64 @fedekunze
|
@danburck added those elements to the PR/changelog. |
@danburck added build to workflow to generate code files when .proto files change |
Nice @adisaran64, I ran
Other than that the proto generation works fine 👍 |
@danburck for some reason the warnings were suppressed for me, didn't notice the docs generation had issues. thanks for letting me know. turns out the file generated correctly now, you should be able to confirm by removing your |
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.
ACK Great work @adisaran64 . Tested and works fine. Note, that I pushed a commit that fixes a deprecation warning.
Description
proto
andswagger
files "not reliable" (as per ticket), this PR creates a Buf Workspace in the repository and changes the iterative use ofprotoc
->buf build
andbuf generate
.All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
PR review checkboxes:
I have...
Unreleased
section inCHANGELOG.md
Code maintenance:
I have...
godoc
and code comments.docs/
) or specification (x/<module>/spec/
)Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add your handle next to the items reviewed if you only reviewed selected items.
I have...