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

fix(proxy): allow proxy options in argv #178

Merged
merged 1 commit into from
Apr 23, 2019
Merged

fix(proxy): allow proxy options in argv #178

merged 1 commit into from
Apr 23, 2019

Conversation

phoebeschmidt
Copy link
Contributor

This fixes a bug that caused unauthenticated proxies to fail (if the proxy doesn't require a user/pw).

We released it as beta to confirm it fixes the user issue (since enterprise proxies are unique and challenging to debug). It did, so let's get this into the regular release of contentful-migration.

<!--
Thank you for reporting an issue.

Please fill in as much of the template below as you're able. Feel free to delete
any section you want to skip.

PLEASE **DO NOT** share any credentials related to your Contentful account like
<space_id> or <access_token>. If this is an urgent issue you are having with Contentful
It's better to contact [[email protected]](mailto:[email protected]).
-->

## Summary

Allows `proxy` and `rawProxy` in argv.
@phoebeschmidt phoebeschmidt changed the title fix(proxy): allow proxy options in argv (#174) fix(proxy): allow proxy options in argv Apr 18, 2019
@codecov
Copy link

codecov bot commented Apr 18, 2019

Codecov Report

Merging #178 into master will decrease coverage by 0.25%.
The diff coverage is 8.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #178      +/-   ##
=========================================
- Coverage   84.65%   84.4%   -0.26%     
=========================================
  Files          84      84              
  Lines        2333    2340       +7     
  Branches      274     277       +3     
=========================================
  Hits         1975    1975              
- Misses        271     278       +7     
  Partials       87      87
Impacted Files Coverage Δ
src/bin/lib/contentful-client/index.ts 0% <0%> (ø) ⬆️
src/bin/lib/contentful-client/proxy.ts 0% <0%> (ø) ⬆️
src/bin/lib/config.ts 86.95% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2d5bb2...7281852. Read the comment docs.

@phoebeschmidt phoebeschmidt merged commit 84eccf5 into master Apr 23, 2019
@phoebeschmidt phoebeschmidt deleted the next branch April 23, 2019 08:22
@phoebeschmidt
Copy link
Contributor Author

🎉 This PR is included in version 0.17.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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