Questions tagged [gerrit]

Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.

Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git.

29 questions
1
vote
1 answer

ssh -p 29418 user@samehostip fails

I am setting up jenkins and gerrit on the same host, and one thing I need is to have gerrit and jenkins communicate with each other. When I add the ip address of the host (say 10.25.26.27) then I am not able to get the gerrit trigger to connect to…
SSB
  • 13
  • 4
0
votes
1 answer

Replication from one Gerrit to another

I want to replicate one project/repository from one Gerrit to another Gerrit. My replication config: [remote "gerrit3"] url = 192.168.1.106:29418/${name} adminUrl = gerrit+ssh://192.168.1.106/ push = refs/*:refs/* replicatePermissions =…
QkiZ
  • 475
  • 2
  • 7
  • 18
0
votes
1 answer

Gerrit ssh users on EC2/ECS

I'm trying to deploy gerrit code review to AWS and am running into problems with trying to ssh in once it's deployed. When I've created a new user, what does work is SSH tunneling in like ssh -fNL 29418::29418 ec2-user@ then…
w125
  • 101
  • 1
0
votes
2 answers

Jenkins cannot clone repo from gerrit over http

I'm getting an error while trying to clone repo from gerrit with my jenkins user. I have a jenkins user in gerrit with set ssh key and http password. I can login with password to gerrit UI but when I try to clone repo over http I'm getting fatal:…
kebie
  • 141
  • 1
  • 1
  • 6
0
votes
1 answer

Cannot login into gerrit

I have a gerrit setup on my server with http as a authentication method and nginx as server. I've created a admin account which works perfectly fine. I was trying to set up a another account with command ssh -p 29418 admin@host gerrit create-account…
kebie
  • 141
  • 1
  • 1
  • 6
0
votes
0 answers

Getting gerrit: set-account not found error

I've created an account without email set and now there is no possibility to log in in this account. I've tried to use ssh -v -p 29418 admin@host gerrit set-account --add-email user@host user but I'm getting this gerrit: set-account: not…
kebie
  • 141
  • 1
  • 1
  • 6
0
votes
1 answer

how to add my google apps accounts to Active directory Federation service?

Note - There are many discussions about syncing Google app accounts to Active directory. This is a different question - I would like my users (about 10) on google app to login to my local web apps i.e. gitlab / gerrit / jenkins using their google…
0
votes
0 answers

nginx reverse proxy for gerrit breaks with http_ldap and ssl

I am trying to get nginx to ssl reverse proxy gerrit with http_ldap authentication. Here are my tests: nginx operating as an https proxy and gerrit using ldap auth -- works nginx operating as an http proxy and gerrit using http_ldap auth --…
sfried
  • 127
  • 7
0
votes
1 answer

rest api with gerrit configured with http authentication

I have a working gerrit installation, the only thing is, gerrit is configured with HTTP authentication backend, and nginx handle the authentication. Now, I want to use gerrit restapi (just to set Verified label via curl as a specific user). for…
fzerorubigd
  • 101
  • 1
  • 3
0
votes
1 answer

Gerrit uses wrong collation

I'm trying to authenticate Gerrit users using ldap against Active Directory. I get the following error. ERROR com.google.gerrit.server.cache.PopulatingCache : Cannot lookup…
Robert
  • 109
  • 2
0
votes
0 answers

Gerrit replication plugin reload with error "lacks ${name} placeholder in FileBasedConfig"

The server which I deploied Gerrit's OS is Ubuntu 18.04.05, and my Gitlab server's IP address is 192.168.0.167. I tried using replication plugin to push gerrit project to local Gitlab server. My gerrit_site/etc/replication.config file likes…
fajin yu
  • 175
  • 2
  • 8
0
votes
1 answer

Can't mange to get proxypass working with apache to gerrit

don't worry about the Ip and user those are just for tests, this server will be destroyed when I'm done. I'm on debian 9 with apache 2.4.25n this is a remote server, I'm tring to access it from the internet So I installed gerrit, got it running and…
Heetola
  • 101
  • 2
-1
votes
1 answer

Git Extensions using Putty: The Servers Host Key is Not Cached in the Registry (but I think it is)

Following the commands below, I am under the impression that my key is added to "the registry". What am I doing, or where is putty screwing up. I should note that scp alone works because I coppied my id_rsa key from my cygwin installation to my…
Matthew Hoggan
  • 153
  • 1
  • 3
  • 8
-1
votes
1 answer

How to use Use git+gerrit

I want to configure Git + Gerrit but I don't know how to proceed; I have some questions: Can we use our own Gerrit server or can we use online gerrit servers also? How my project will be associated with Gerrit? What I understood is when we are…
pbhle
  • 99
  • 1
1
2