-
Notifications
You must be signed in to change notification settings - Fork 86
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
Support for http and non-standard ports #81
Comments
Yup, you're right, I shouldn't have assumed I only introduced recently insecure (i.e. self signed) certificate supports, and it's quite likely that specifiying non-standard ports might break URL lookup. Though there really is only two places where
The other place is:
Otherwise, that shouldn't impact the tests, and neither should it impact implementation of the other services. |
- proxy support (using the gitconfig http configuration) - custom certificate CA bundle setting - support of scheme/port settings - custom SSH URI setup - and even a setting to define private repository upon creation kudos to @pyhedgehog to force me into implementing that ☺ Fixes: #107 Fixes: #106 Fixes: #81 Fixes: #88 Signed-off-by: Guyzmo <[email protected]>
- proxy support (using the gitconfig http configuration) - custom certificate CA bundle setting - support of scheme/port settings - custom SSH URI setup - and even a setting to define private repository upon creation kudos to @pyhedgehog to force me into implementing that ☺ Fixes: #107 Fixes: #106 Fixes: #81 Fixes: #88 Signed-off-by: Guyzmo <[email protected]>
🚧 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]>
There are several places (at least repo.py:178 where assumed https.
The text was updated successfully, but these errors were encountered: