-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
git-codereview: no support for ssh:// gerrit origin #9599
Comments
workaround golang/go#9599, golang/go#9600 patched by @minux Change-Id: Ib544b44436d454c59861a80cefeb94d0111ea0ec Reviewed-on: https://go.minux.info/6 Reviewed-by: Minux <minux@golang.org>
I have no objections. On 15 January 2015 at 20:35, Minux Ma notifications@github.com wrote:
|
After consulting Gerrit documentation, It seems all the capabilities we need for git-codereview are available
Do you think this is enough? Do we need any other capabilities beyond finding which CLs are pending and submitting a CL? |
I asked the Gerrit team and they say the SSH API is essentially deprecated and that the differences in output between the HTTP and SSH APIs may very quickly become a nightmare to manage. I'd prefer to not head down this road. |
OK. I will need to find some way to expose the https endpoints in the Google also deprecates OpenID v2, so how custom Gerrit instances suppose |
I can't speak to their plans. You'll need to ask the gerrit project On 19 January 2015 at 16:33, Minux Ma notifications@github.com wrote:
|
Won't implement. |
I think the basic functionality should work with ssh-based gerrit access.
It seems we only use gerrit api for submit, but not many people can use
git submit anyway.
PS: I think gerrit also support ssh based API too.
Background: I set up a Gerrit instance for some Go localization projects.
as I'm using the github plugin and use Github OAuth to authenticate
https, it's not possible to support https-based Gerrit API access with
password (it seems once the github plugin is enabled, all https login
requests will be forwarded to github.)
However, ssh should work fine, and Gerrit supports SSH public key.
The text was updated successfully, but these errors were encountered: