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

feat: add support for HTTP proxies #85

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

fgreinacher
Copy link
Contributor

@fgreinacher fgreinacher commented Mar 25, 2024

This adds support for HTTP proxies configured in environment variables.

I think it's best to not have an option for this and do the right thing out of the box (like cURL, axios, npm and many others)

Closes #48

⚒️ with ❤️ by Siemens

@fgreinacher
Copy link
Contributor Author

@davideicardi Let me know if something is missing, I'm happy to rework as needed.

@davideicardi
Copy link
Owner

LGTM! Thank you @fgreinacher !
I see that checks are failing, but it is a problem with some old dependencies, not related to your changes.
I have just made a fix on main branch. If you rebase your branch it should work.

@fgreinacher
Copy link
Contributor Author

Thanks @davideicardi! I have just rebased my branch. Ready for another round 🙇

@davideicardi
Copy link
Owner

Thank you!!

@davideicardi davideicardi merged commit 0de7941 into davideicardi:master Apr 4, 2024
3 checks passed
@fgreinacher fgreinacher deleted the feat/proxy branch April 4, 2024 20:31
@fgreinacher
Copy link
Contributor Author

Thanks for merging @davideicardi, if you could also create a new release that would be awesome 🙇

@davideicardi
Copy link
Owner

@fgreinacher Just released v0.19.0!

@fgreinacher
Copy link
Contributor Author

@fgreinacher Just released v0.19.0!

Thanks a ton ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxy settings for NPM registry
2 participants