Tagged Questions

Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system. Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer. Gerrit is a fork of Rietveld.

learn more… | top users | synonyms

9
votes
2answers
3k views

Gerrit with Github

I am using github and I am willing to start using Gerrit with it. Since Gerrit uses JGit, I am scared of the following text from this link: EGit/JGit is a reimplementation of git in java, due ...
6
votes
2answers
2k views

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 to use GitHub as our main remote repo. We'd like to use Gerrit primarily ...
4
votes
0answers
113 views

Excluding author from peer reviewer list in gerrit

I'm setting up the access control for my company in gerrit and in our current internal process has cross-over between peer reviewers and coders (they tend to be the same group of people). We also ...
4
votes
3answers
2k views

Is good idea to use gerrit to host the git repository instead of gitolite or gitosis?

Originally I try to use gitosis to manage the git repositories in the company, and later notice gitolite is kind of enhancement of gitosis. And also I heard gerrit could be used for the same ...
3
votes
1answer
151 views

Best way to setup mirror for Gerrit and all of its Git repos

I had searched on the web for quite some times, but still couldn't find a good guide on setting a Gerrit mirror. I have a Gerrit server (named A), and I want to setup a mirror to a new server (named ...
3
votes
4answers
419 views

Crucible compared to Gerrit?

We are using Atlassian's Crucible right now for code reviews (we aren't really using the FishEye part) and it's starting to get unusable, mainly due to performance issues in indexing a large repo and ...
3
votes
1answer
718 views

Jenkin's Git Build Trigger: build every intermediate revision, not just HEAD?

Using Jenkins, git and the Jenkins Git Plugin: If I push multiple revisions at once, only the last revision will be built. How do I get Jenkins to build all revisions in between ? Or is there a ...
3
votes
1answer
1k views

Getting GitHub and Gerrit to play nicely

I host a private repo on GitHub. I also want to use Gerrit, particularly for the Hudson Gerrit Trigger plugin. AFAICT, there isn't any simple solution for using them together. I'd appreciate any help ...
3
votes
2answers
704 views

OpenID with Gerrit not working

When I click to Register or Sign In using Gerrit Code Review, I get this error: Provider is not supported, or was incorrectly entered. And when I enter the URL into the OpenID field manually, it ...
2
votes
0answers
21 views

Gerrit change-merged Hook

I use git as my version control system and have set up a Gerrit site to do the code review. I would like to create a hook to do the following: When the admin clicks the Submit button, a file (called ...
2
votes
1answer
99 views

Integrating SmartGWT in Gerrit (Maven project)

I want to add some feature to this project and I need smartgwt for all those fancy UI stuff. I modified the pom.xml to add the dependencies (smartgwt2.4 and skins). <dependency> ...
2
votes
2answers
147 views

How do I run Net::SSH and AMQP in the same EventMachine reactor?

Some background: Gerrit exposes an event stream through SSH, see here. It's a cute trick, but I need to convert those events into AMQP messages. I've tried to do this with ruby-amqp and Net::SSH but, ...
2
votes
0answers
186 views

git / gerrit prevent develop branch to be merged into stable / testing branch

Using Gerrit it is easy to accidentally merge unstable code from the develop branch into the stable branch: $ git checkout develop $ commit $ git push origin HEAD:refs/for/stable In Gerrit it isn't ...
2
votes
2answers
288 views

Is it possible to add patch sets to a Gerrit review without ammending/squashing commits

A simple example. I commit a change to Gerrit, which breaks the CI build or a reviewer is not satisfied. I then fix my change with another commit. In many cases this is small patch set for which I do ...
2
votes
1answer
582 views

gerrit setup for my git server

I have around 10 git repos on remote server and now i want to setup gerrit for the code t review. Can some one give brief steps on how to configure gerrit project. I have set it up gerrit and the ...
2
votes
2answers
200 views

How to get Gerrit: Code Review to output email diffs on successful commit

Right now it just shows: M test.txt 1 file changed, 1 insertion(+), 0 deletions(-) Previously we used git-commit-notifier to have nice colored diffs in our developer mailing list (this is a ...
2
votes
2answers
491 views

gerrit hook api

i'm recently use gerrit code review . i have a problem whit it . there are some hooks with gerrit , one of there is: patchset-created --change --change-url --project --branch --uploader ...
2
votes
1answer
394 views

Gerrit Code Review error - you are not committer

I have a local clone with my commits showing author and email id as UserA since i have configured my clone with git config. I fetched and merged some commits from my colleague's clone (UserB) whoc is ...
2
votes
1answer
898 views

How to add a project to the gerrit code review tool?

How do I manually add a project to the gerrit code review tool? I've seen some examples that execute a gerrit binary but my installation doesn't appear to have one of these... Thanks in advance.
1
vote
2answers
62 views

Git mirror with gerrit

how do I mirror a git repository to Gerrit? I will do this: [git repository for libdrm] -> my gerrit <-> developers Gerrit download changes from freedesktop git repository. Developers clone ...
1
vote
1answer
138 views

Gerrit Change has Status:Submitted, Merge Pending,how to solve it?

The Gerrit system only used by we several prople. Once there has a Change A,and its status is:"Submitted, Merge Pending". The change list in the "open" web page. Also I noticed this Change had a ...
1
vote
1answer
212 views

In Gerrit,How to delete a project?

In Gerrit,I can create a project through: ssh –p 29418 192.168.22.244 gerrit create-project --name gemfield But,how can I delete the gemfield project ? I havent see related commands or buttons on ...
1
vote
0answers
80 views

How to login Gerrit as Administrator

I installed my gerrit on Ubuntu server. As gerrit said:The first people who logined gerrit is Administrator. So I logined first with openID (google account),and I am the Administrator indeed. ...
1
vote
3answers
198 views

How to merge commit in Gerrit Code Review

I'm newbie to gerrit: http://code.google.com/p/gerrit/ I installed it with git on my local Mac. It's done. I make some test action: register 2 accounts, the first accounts grant the ...
1
vote
3answers
319 views

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 last piece of the puzzle. There are two preconditions to my problem: Gerrit will only perform ...
1
vote
1answer
169 views

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 my PC(with msysgit),and the question is :how can I upload the git repo to the Ubuntu server?Should I do ...
1
vote
2answers
58 views

link to other system issue number in gerrit code review page based on commit message

I used to write commit message to connect issue system like issue #9548, redmine start page is fixed, and wonder whether it can be written in hook or plugin in gerrit system. So in the code review ...
1
vote
1answer
110 views

Gerrit recreating change-ids

I am using gerrit. I used the following command $ cd .git/hooks $ scp -P 29418 demo@localhost:hooks/commit-msg . $ cd ../.. This adds the change-id to my commit message, however if I amend to a ...
1
vote
1answer
250 views

How do you configure Jenkins to use git archive instead of git clone with Gerrit?

We have an automated build system configured using Jenkins, integrate with Gerrit. One of the bottlenecks today is that it takes ~3.5 minutes for Jenkins to complete a "git clone" for each build, due ...
1
vote
1answer
333 views

gerrit to github replication: jsch issues

Trying to setup replication from gerrit to my github repo. Getting this stacktrace: [2011-09-20 00:11:58,470] ERROR com.google.gerrit.server.git.PushReplication : Cannot replicate to ...
1
vote
4answers
353 views

git alias for HEAD:refs/for/master

I am configuring Gerrit and I would like to avoid writing: git push gerrit HEAD:refs/for/master I would like to write: git push review I am sure it's possible modifying .git/config but I can't ...
1
vote
1answer
241 views

Gerrit remove Need Verified +1 (Verified)

I just installed a Gerrit server and wish to get rid of the Need Verified +1 (Verified) permission. Our team would only like to +2 changes instead of doing both things. I tried following the steps ...
1
vote
1answer
226 views

How can I recover my Git repository for a “missing tree” error?

We are using Gerrit for our Git repository. On a project that has been active for several months, we are suddenly unable to push any changes. When we execute git push we see the following error: ...
1
vote
3answers
421 views

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 relatively straightforward for users who might be new to Git. The commands I currently have for ...
1
vote
1answer
316 views

gerrit: use LDAP auth and have a gerrit-local account for Jenkins

We a new gerrit 2.2.1 server using LDAP authentication in our corporate environment. We also have a Jenkins server running as a local UNIX jenkins user that I want to get check in with gerrit and ...
1
vote
1answer
188 views

How to setup a Gerrit mirror in a remote location

We use git with Gerrit for code reviewing in Europe and it works fine ;) The problem is that we have colleagues in Asia with an internet connection that makes cloning, pushing and pulling take ages. ...
1
vote
1answer
348 views

Gerrit - Replicating to github?

Struggling to get gerrit replication working. Here is a sample of my replication.config [remote "github"] url = git@github.com:dbousamra/${name}.git push = +refs/heads/*:refs/heads/* push = ...
1
vote
2answers
164 views

pushing multiple unrelated commits to remote git repo

I have a situation where I am working on two different projects on a particular branch. I have finished project "A", committed the change, and pushed the change up to the remote. This change "A" is ...
1
vote
1answer
354 views

Importing old git projects to Gerrit

I am trying to install gerrit over our git repositories. We have lots of projects that saved in git repositories. After installations everything seems ok from web interface. I can see the projects ...
1
vote
1answer
292 views

Alter message in Gerrit code review

I've commited a branch to gerrit. Moderators have already approved my code but not merged it yet into the main repository. I tried altering the message on my commit but I keep getting strange errors. ...
1
vote
1answer
137 views

Creating reviews in gerrit

I've pushed some code to gerrit, creating a branch I believe. I've since updated my code, committed and pushed again (without error), but there is no sign in gerrit of any reviews being created. Any ...
1
vote
1answer
3k views

Creating SSH keys for Gerrit and Hudson

I'm trying to use the Hudson Gerrit Trigger plug-in. For whatever reason, Gerrit is not accepting the SSH key located at /var/lib/hudson/.ssh/id_rsa. In the GUI I get Connection error : ...
0
votes
1answer
39 views

Jenkins configuration

I have a GIT repository. When I pushed a GIT change into Gerrit, it triggers a jenkins build and if successful, it merges the code to the GIT repository. But, Jenkins is building the source from GIT ...
0
votes
2answers
42 views

Build automation,code review and deployment system for Grails

Although this question could technically be applied to any languages/framework, I would like to know what some of the industry best practices are for building, reviewing and deploying a Grails ...
0
votes
1answer
20 views

Staging using gerrit?

I would like to use gerrit to handle the staging steps, something like this push review by developer button "merge to testing" e.g. client side testing button "merge testing to master" It seems ...
0
votes
2answers
174 views

Gerrit error when Change-Id in commit messages are missing

All I set up a branch in the remote repository and made some commits on that branch. Now I want to merge the remote branch to the remote master. Basically follows are my operations: checkout ...
0
votes
1answer
30 views

Gerrit pushing/replicating different gits to different servers - how?

Wondering if the subj is possible and how to achieve it. We're working with android repo tool and the manifest points to different git servers for different <project>s. is it possible to setup ...
0
votes
1answer
54 views

Jenkins only compiles last change

I'm having some issues with jenkins and gerrit. We have some jobs that verifies changes on the master branch. this is the configuration i have: Git URL of repository: ...
0
votes
0answers
64 views

git push to gerrit gives error message 'not a gerrit project'

I am able to see the git project I've created in gerrit web UI. but while git pushing to master , it says 'Not a gerrit project' I searched the net , and found out that issue might be regarding ...
0
votes
2answers
54 views

Porting GIT Repositories (with a lot of branches) into Gerrit

we want to move our current GIT repositories (about 9-10) with about 20-50 branches each to gerrit. Do we really have to push each single branch (worst-case: 500 branches!) manually into gerrit or is ...

1 2