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

Add proxy configuration support #105

Closed
guyzmo opened this issue Jan 22, 2017 · 1 comment
Closed

Add proxy configuration support #105

guyzmo opened this issue Jan 22, 2017 · 1 comment

Comments

@guyzmo
Copy link
Owner

guyzmo commented Jan 22, 2017

reuse the way proxy is configured in git, check http variables (I guess requests does it per default, though) and configure requests to do that.

@pyhedgehog
Copy link
Contributor

Additional useful git config variables:

  1. http.sslverify and other http.ssl*.
  2. http.proxyAuthMethod.
  3. http.<url>.* including http.<url>.proxy.
  4. remote.<name>.proxy (should override on per-remote basis).

@guyzmo guyzmo closed this as completed Feb 2, 2017
@guyzmo guyzmo removed the ready label Feb 2, 2017
guyzmo added a commit that referenced this issue Feb 6, 2017
🚧 Features

* Gogs (fixes #18) (kudos @pyhedgehog)
* certificate pinning (fixes #88)
* non-standard http ports (fixes #81)
* possibility to use custom SSH address (fixes #107)
* .gitconfig in XDG home directory (fixes #95)
* .gitconfig's proxy definition support (fixes #105)
* automatically grab PR title/body from last commit (fixes #73)

🚒 Bugfixes

* refactoring of listings, improved list command (fixes #114)

💄 Cosmetics

* Switch to a git tag scheme for versioning (using setuptools-scm)
* Updated README with new informations
* Added @pyhedgehog to contributors
* Updated TODO list

Signed-off-by: Guyzmo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants