Top "Gerrit" questions

Gerrit is a web based code review and project management for Git based projects.

How to upload a git repo to gerrit?

I installed the gerrit service on a ubuntu server,and my PC as client. I created a git repo on …

linux git msysgit gerrit
Workflow with git-flow feature branches and Gerrit

Is there a recommended workflow for working with git-flow feature branches in Gerrit? Any best practices? We are starting a …

git workflow gerrit git-flow
Can't find 'Label Verified' permission in gerrit 2.7

I'm trying to configure Jenkins gerrit trigger following this instructions: https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger. One point …

jenkins continuous-integration jenkins-plugins gerrit
How to configure specific upstream push refspec for Git when used with Gerrit?

I'm setting up Git with Gerrit Code Review and am looking for a way to make the necessary Git commands …

git push gerrit refspec
Migrating a Gerrit project into a different instance of Gerrit

I have MainGerritServer which hosts many projects. Also, I have RogueGerritServer which also hosts many projects. I'm looking for a …

git migration gerrit migrate
TypeError: <built-in function id> is not JSON serializable

I'm trying to make a connection to this website "android-review.googlesource.com" through "httplib.HTTPSConnection" which actually is Gerrit (a …

python json gerrit httplib
Git workflow and Gerrit

I am trying to implement a 'git-flow' kind of workflow using Gerrit but I can't seem to figure out the …

git rebase gerrit cherry-pick git-flow
How to solve merge conflict in a approved review in gerrit?

I made a change in gerrit which was code reviewed and after 7 revisions approved. But, now it cannot be merged …

git-merge gerrit merge-conflict-resolution
How do I set the topic from the command line when I push a new commit to gerrit?

When uploading a git commit for code review on Gerrit (2.8), I would like to be able to set the topic …

git gerrit
GitHub, Gerrit, Hudson(Jenkins) workflow

I'm just getting started using GitHub, Gerrit, and Hudson(Jenkins) together. And I need some thoughts on workflow. We'd like …

continuous-integration triggers hudson github gerrit