Conversation
|
Hi @kfaseela, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
|
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
phlax
left a comment
There was a problem hiding this comment.
i wonder if this dep is required any longer, but otherwise lgtm
|
I created protocolbuffers/protobuf#5531 but it looks like We don't support Python 2 either so removal would be best. Taking a look now |
I can update the PR by removing the dependency if it is okay for everyone. |
|
I did a quick non-test build with |
|
thrift has its own requirements with six listed so i think that wont be an issue @kfaseela i would say go ahead and remove it |
hmm, i see, its using it outside of the py rules |
Signed-off-by: Faseela K <faseela.k@est.tech>
|
Yes, I think this C++ test code is referencing the |
1cede2f to
0896e36
Compare
|
It looks like #10702 was closed before merging. References to PY2 are still present |
following up on that pr it seems like the things that it patched still would require patching @moderation what is your thought on the best way forward update the dep or drop it ? |
|
It would be preferable to drop it. ...Don't have to maintain a dependency that isn't there 😀 Even though we've made real progress on dep currency over the last couple of months, @kfaseela is going to find quite a few more out of date deps that are harder to bump and require deeper code change. I'd like to try some local tests to see if I can remove |
First time contributor, hence a basic doubt :) why did all the pre checks pass? Or we are yet to run the tests on the PR? |
not sure, but it seems like the bit of code that uses six is not being hit in the CI tests the "presubmit" tests are the PR tests |
Ok. somehow, even running the thrift test locally passed for me. I did a Bazel clean build of envoy on my MacBook with six dependency removed, and then ran "bazel test //test/extensions/filters/network/thrift_proxy:thrift_object_impl_test" and it PASSED. May be I missed something! |
|
I got the same results @kfaseela !! All tests pass. Looking closer at the code I don't believe the Thrift tests leverage the C++ package /lgtm deps |
Thank you! should I push a docs PR to remove six from here? https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/external_deps |
no, that should be automatically generated |
|
@rojkov I see different roles labelled, for people who are submitting PRs. What is the eligibility criteria for becoming a "Member" from a "Contributor" ? |
You can check https://github.com/envoyproxy/envoy/blob/main/GOVERNANCE.md |
* main: (77 commits) Fix verify_and_print_latest_release logic (envoyproxy#19111) http2: drain only once when reached max_requests_per_connection (envoyproxy#19078) Overload: Reset H2 server stream only use codec level reset mechanism (envoyproxy#18895) Update QUICHE from c2ddf95dc to 7f2d442e3 (envoyproxy#19095) tools: Fix dependency checker release dates bug (envoyproxy#19109) cve_scan: Use `envoy.dependency.cve_scan` (envoyproxy#19047) tcp: fix overenthusiastic bounds on the new pool (envoyproxy#19036) dep: update Proxy-Wasm C++ host (2021-11-18). (envoyproxy#19074) build(deps): bump frozendict from 2.0.7 to 2.1.0 in /tools/base (envoyproxy#19080) kafka: dependency upgrades (envoyproxy#18995) build(deps): bump charset-normalizer in /tools/dependency (envoyproxy#19105) build(deps): bump slack-sdk in /.github/actions/pr_notifier (envoyproxy#19093) dep: Remove dependency - six (envoyproxy#19085) Remove requested_server_name_ field from StreamInfo (envoyproxy#19102) broken link path fix for items http_filters/grpc_json_transcoder_filter (envoyproxy#19101) quic: turn off GRO (envoyproxy#19088) Listener: Add global conn limit opt out. (envoyproxy#18876) Specify type for matching Subject Alternative Name. (envoyproxy#18628) Fix a broken example in Lua filter docs (envoyproxy#19086) Fix a small typo (envoyproxy#19058) ... Signed-off-by: Michael Puncel <mpuncel@squareup.com>
Signed-off-by: Faseela K faseela.k@est.tech
Commit Message: Remove dependency - six
Additional Description: An internal 3pp scan reports that six version is older and a newer version is available. However as six is no longer used, attempting to remove the same
Risk Level: low
Testing: local build and pre checks done