-
-
Notifications
You must be signed in to change notification settings - Fork 150
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 support for gerrit #409
Comments
Hi @nbarbey could you give me some more information how gerrit works and how your gerrit is configured? I just tried it myself with a gerrit running locally with docker. There I am able to do a mob start and mob next. So are you just allowed to push to refs/for? Would it be ok to push there? As I understood gerrit this creates a code review for someone else. Is that a problem? |
Hello @hollesse ! |
Okay it seems that we would need an configuration to create a custom git reference and if this is set use this instead of heads. Would you like to contribute and create a pull request for that @nbarbey ? |
I tried this a bit. I struggled to warp my head into the code with the little time I had. When I stopped it seemed to me that head was implicit in some of the calls to the git command but I could not figure out where. |
@nbarbey correct the head is implicit right now. We would need to make it explicit and afterwards configurable. |
@hollesse I am up for it, but would have to be an evening. Something like 17:00 - 19:00 |
Would it be possible to add an option to push the temporary branch to a gerrit server ?
This would require to be able to push to gerrit "magic" refs/for/ instead of refs/heads
For now when I try to use mob with a gerrit server I get this error :
The text was updated successfully, but these errors were encountered: