api: remove generated_api_shadow#18091
Merged
mattklein123 merged 5 commits intoenvoyproxy:mainfrom Sep 13, 2021
Merged
Conversation
Signed-off-by: Harvey Tuch <htuch@google.com>
Member
Author
|
Note to reviewers: I split the patch stack so that the bulk @ggreenway I did the TCP proxy implementation cleanup in this PR, since it was using Once this is passing CI it should be good to go for review. |
Signed-off-by: Harvey Tuch <htuch@google.com>
9f0dd92 to
29d6dd3
Compare
Signed-off-by: Harvey Tuch <htuch@google.com>
Signed-off-by: Harvey Tuch <htuch@google.com>
29d6dd3 to
da5f292
Compare
Contributor
|
/lgtm deps |
Member
|
Looks like we need a main merge. If you want to freeze main to get this in we can do that. /wait |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR eliminates the generated_api_shadow/ tree and allows direct references to the api/ directory from Envoy source. Along the way:
There is still some further work to do in retiring v2, major items include (these are deferred to later PRs, this PR is already quite large):
Risk level: Medium (it's unlikely but possible that some of the proto changes introduce issues, e.g. with enum defaults)
Testing: CI (also manual inspection of docs / format fixes)
Fixes #9479
Signed-off-by: Harvey Tuch htuch@google.com