-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix proxy settings for elasticsearch_plugin.py #9774
Fix proxy settings for elasticsearch_plugin.py #9774
Conversation
d970064
to
436ec1b
Compare
436ec1b
to
6f91f1b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
6f91f1b
to
5b3d7d3
Compare
8315353
to
55682f9
Compare
55682f9
to
b7e9c95
Compare
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.
Hi @timhovius
Thanks for your contribution. I left a comment about reformatting some statements.
Additionally, this module is passing the command line to run_command()
as a string rather than a list, which is not recommended.
If I may suggest, take a look at CmdRunner, there is a guide on how to use it in the collection's docs, it might help you with that.
And, it might be interesting to add some testing on this. There's another guide for UTHelper that might come in handy.
b66bb3a
to
515e7bb
Compare
Hi, thanks for your response. I changed the command line for both |
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.
Hi, a couple of adjustments on a quick glance, will take another look later today (my TZ)
515e7bb
to
ee6fcaa
Compare
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #9785 🤖 @patchback |
elasticsearch_plugin: fix error when setting proxy settings Co-authored-by: Tim Hovius <[email protected]> (cherry picked from commit ddc1ea6)
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9786 🤖 @patchback |
elasticsearch_plugin: fix error when setting proxy settings Co-authored-by: Tim Hovius <[email protected]> (cherry picked from commit ddc1ea6)
@timhovius thanks for your contribution! |
…csearch_plugin.py (#9786) Fix proxy settings for elasticsearch_plugin.py (#9774) elasticsearch_plugin: fix error when setting proxy settings Co-authored-by: Tim Hovius <[email protected]> (cherry picked from commit ddc1ea6) Co-authored-by: Tim Hovius <[email protected]>
…search_plugin.py (#9785) Fix proxy settings for elasticsearch_plugin.py (#9774) elasticsearch_plugin: fix error when setting proxy settings Co-authored-by: Tim Hovius <[email protected]> (cherry picked from commit ddc1ea6) Co-authored-by: Tim Hovius <[email protected]>
) elasticsearch_plugin: fix error when setting proxy settings Co-authored-by: Tim Hovius <[email protected]>
SUMMARY
Fixes #9773
ISSUE TYPE
COMPONENT NAME
elasticsearch_plugin