Skip to content
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

Manually vendor the required .proto files from googleapis #2765

Merged
merged 5 commits into from
Jun 22, 2022

Conversation

mhutchinson
Copy link
Contributor

This resolves some weird references to GOPATH, that while it worked, was weird (#2763). It also simplifies new user onboarding (one less instruction to follow), makes CI more lightweight (one less big repo to clone), and avoids mismatched versions of these protos from causing havoc (because they were less hermetic before).

This resolves some weird references to GOPATH, that while it worked, was weird (google#2763). It also simplifies new user onboarding (one less instruction to follow), makes CI more lightweight (one less big repo to clone), and avoids mismatched versions of these protos from causing havoc (because they were less hermetic before).
@mhutchinson mhutchinson requested a review from a team as a code owner June 21, 2022 11:54
@mhutchinson mhutchinson requested a review from AlCutter June 21, 2022 11:54
gen.go Show resolved Hide resolved
@pav-kv
Copy link
Contributor

pav-kv commented Jun 21, 2022

What was the sequence of actions you did to create this? Was it a copy-paste, or some "submodule" magic? It would be nice to expand the README a bit, to know how to update this dependency in the future.

@mhutchinson
Copy link
Contributor Author

What was the sequence of actions you did to create this? Was it a copy-paste, or some "submodule" magic? It would be nice to expand the README a bit, to know how to update this dependency in the future.

Yeah that's a good question. I've documented it in the README, and confirmed that the distilled steps I've put in there replace the google directory if it is deleted.

Copy link
Contributor

@pav-kv pav-kv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM in principle, see some more nits.

third_party/googleapis/README.md Outdated Show resolved Hide resolved
third_party/googleapis/README.md Outdated Show resolved Hide resolved
@pav-kv
Copy link
Contributor

pav-kv commented Jun 22, 2022

Still LGTM. Maybe worth mentioning in CHANGELOG?

@mhutchinson
Copy link
Contributor Author

Added section to changelog.

@mhutchinson mhutchinson merged commit 3d6672f into google:master Jun 22, 2022
@mhutchinson mhutchinson deleted the b2763-importgoogleapis branch June 22, 2022 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants