gerrit Questions

4

Solved

I'm using jenkins gerrit-trigger plugin. It does trigger the job. The problem is that after job is finished jenkins cannot send review becasue I have no 'verified' label in gerrit. I found that in...
Judge asked 1/1, 2015 at 18:49

4

I'm trying to create a search query which will tell me open changes which I am added to as a reviewer, but which I haven't submitted a code review for the latest patchset. This should include chang...
Hardunn asked 6/2, 2014 at 14:17

5

Solved

I made some changes, committed them and pushed the branch to Gerrit (git push gerrit). Now my changes don't appear in Gerrit and I assume this is because I pushed the changes manually instead of us...
Coup asked 22/5, 2014 at 13:19

3

I have a change with several commits, e.g.: last second first I have received +2 for merging, but unfortunately master has moved, and one of the commits shows as "merge conflict", so I can't su...
Com asked 22/1, 2019 at 11:34

3

I am new to gerrit. I am using gerrit V. 2.6 . I want to use gerrit REST APIs in my python script. But not able to figure out how to use it. I tried below code but getting errors. curl --digest --...
Gravid asked 4/2, 2014 at 5:48

1

Could someone please provide examples of how you configured Gerrit to work with Git LFS? I understand that $GERRIT_SITE/etc/gerrit.config must be modified (I'd appreciate a good example here). On ...
Hamo asked 1/11, 2018 at 13:44

1

Solved

My team is using gerrit code review, essentially this means the default push behaviour bypasses the standard workflow so instead we need to use git push origin HEAD:refs/for/feature to correctly pu...
Autocrat asked 18/10, 2018 at 16:10

1

Need to push existing git repo to Gerrit however have issues doing this: remote: ERROR: missing Change-Id in commit message footer because repo did not contain .git/hooks/commit-msg. Now I have ...
Catlin asked 13/9, 2018 at 20:22

2

Solved

I have a situation where I have pushed changeA and changeB to Gerrit. changeA is the parent of changeB. changeA was abandoned. Will changeB will automatically be merged if its approved? If yes, wh...
Weekday asked 3/9, 2014 at 23:1

3

I use gerrit with Google Play Android Publisher Plugin the way it described in plugin tutorial on the plugin page. .apk is signed and if I upload it via google play gui it uploads well. When I tr...
Merissameristem asked 10/1, 2016 at 8:22

2

Solved

I have a build in Jenkins triggered by Gerrit I would like to trigger on all branches except master. What regex should I use for this?
Elise asked 17/6, 2013 at 19:26

6

Is it possible to add reviewers in Gerrit via a commit message? Consider this commit message: component: make foo more bar Foo was not bar enough, this change adds more bar to make foo fit better...
Esqueda asked 4/7, 2014 at 14:52

3

Solved

Git 2.10 introduced git push options (git push -o "my string"). Many command line options are configurable, and I was wondering if it was possible for this too. I was not able to find it in git-co...
Tallow asked 14/9, 2017 at 11:10

1

Solved

when we execute git log command, we see some information for each of the commit as below- Commit SHA-1 (Commit hash) Author Name and email Date Commit Title Commit Message Change-ID I wanted to un...
Popeyed asked 14/12, 2017 at 7:39

3

Solved

We use gerrit-trigger in Jenkins, the build is triggered when a new changeset is pushed for review. Now we want to introduce pipeline and use solution Defining a pipeline in scm Therefore we expe...
Gesellschaft asked 13/9, 2017 at 18:12

1

Do you have any tips or tutorials how to integrate Gerrit with Gitlab - Gerrit should be as code review for Gitlab repo?
Gaullism asked 16/6, 2016 at 13:40

5

I am unable to push the annotated tag in my git remote repository. All the access permission have been provided in gerrit. eg. [refs/*] I am creating the tag using the below command git tag -a v1...
Iamb asked 9/5, 2013 at 15:18

1

Solved

What is the "Follow-up" button in the Gerrit Review is doing? And when should it be used? I am using Gerrit 2.13.8.
Transposition asked 10/8, 2017 at 19:18

4

Solved

We use Git together with Gerrit, and commit hook is used to generate change id for Gerrit. Now question is when cherry-picking commits, the commit hook is not triggered, hence same change id may ex...
Manufactory asked 30/4, 2014 at 10:13

2

I didn't find any documentation that can help me out. Can I push to review one commit then another and then abandon first and submit second? We're using Git on our project.
Border asked 11/6, 2013 at 14:49

3

This is the result of my latest commit / change in Git... ...and in Gerrit: Is there any explanation for difference in number of lines added and deleted? Different algorithm?
Reclusion asked 24/4, 2015 at 13:32

7

Solved

The Gerrit system is only used by us several people. Once there is a Change A, and its status is: "Submitted, Merge Pending". The change list in the "open" web page. Also I noticed this Change had ...
Ageless asked 5/1, 2012 at 3:38

2

Solved

It appears that a lot of folks have gone to replacing git clone with the combo git init && git fetch. This seems rather silly, and unfortunately tools like Jenkins won't do that for you. So...
Oppugnant asked 17/12, 2013 at 21:3

8

Solved

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'...
Afterclap asked 14/9, 2011 at 22:46

3

Solved

I had four changes in Gerrit, each depending on previous one (except first, of course). I've abandoned second and third and reviewed first and fourth. Since first wasn't depending on anything, Gerr...
Baber asked 10/12, 2013 at 14:22

© 2022 - 2024 — McMap. All rights reserved.