remove unnecessary file level not unimplemented hide annotation#18924
remove unnecessary file level not unimplemented hide annotation#18924htuch merged 2 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: wbpcode <[email protected]>
|
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
|
docs for this PR are rendered here: https://storage.googleapis.com/envoy-pr/18924/docs/index.html |
adisuissa
left a comment
There was a problem hiding this comment.
Thanks for cleaning up!
IMHO: I think ADS should be ok to remove, but for LEDS let's keep it hidden until the docs are ready.
| option java_generic_services = true; | ||
| option (udpa.annotations.file_status).package_version_status = ACTIVE; | ||
|
|
||
| // [#not-implemented-hide:] |
There was a problem hiding this comment.
I would keep this as hidden until #18429 is finalized
Signed-off-by: wbpcode <[email protected]>
|
cc @adisuissa @htuch |
|
/lgtm v2-freeze |
* main: (71 commits) bazel: fix macOS build (envoyproxy#18920) http: switching from 100 to 1xx (envoyproxy#18904) grpc: implement BufferedAsyncClient for bidirectional gRPC stream (envoyproxy#18129) bazel: add repository arg to benchmark_test (envoyproxy#18795) rocketmq_proxy: Improvement for map find (envoyproxy#18909) tls: unit test: spiffe signed by intermediate cert (envoyproxy#18914) Test for FilterConfigPerRoute dtor called on worker thread. (envoyproxy#18927) deps: Bump `com_google_protobuf` -> 3.19.1 (envoyproxy#18930) deps: Bump `com_googlesource_code_re2` -> 2021-11-01 (envoyproxy#18933) cvescan: Move cvescan data to yaml (envoyproxy#18947) remove unnecessary file level not unimplemented hide annotation (envoyproxy#18924) test: moving echo test (envoyproxy#18938) test: fixing a test flake (envoyproxy#18899) deps: Revert pyparsing bump (envoyproxy#18946) deps: Bump `build_bazel_rules_apple` -> 0.32.0 (envoyproxy#18932) deps: Bump `com_github_bazelbuild_buildtools` -> 4.2.3 (envoyproxy#18931) build(deps): bump pycparser from 2.20 to 2.21 in /tools/dependency (envoyproxy#18936) quic: supporting connections with zero initial available streams (envoyproxy#18775) test: moving proxy proto (envoyproxy#18939) build(deps): bump pyparsing from 3.0.4 to 3.0.5 in /tools/dependency (envoyproxy#18937) ... Signed-off-by: Michael Puncel <[email protected]>
Commit Message: remove unnecessary file level 'not unimplemented hide' annotation
Additional Description:
Remove the unnecessary file level 'not-implemented-hide' annotation. I found these annotations during the development of PR #18923 . But it seems that they should not have this annotation.
If this is a misunderstanding on my part, please close this PR.
Risk Level: Doc Only.
Testing: N/A.
Docs Changes: N/A.
Release Notes: N/A.