Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

458 questions
5
votes
1 answer

how to migrate all repos from gitlab to bitbucket

My company is evaluating bitbucket as our central VCS. We currently use gitlab 7.13.4. We have looked for an automated way to migrate all of our gitlab repos into bitbucket but my searches have come up empty. There are plenty of examples for…
chicks
  • 3,639
  • 10
  • 26
  • 36
5
votes
1 answer

Gitlab git clone using HTTPS - unable to get local issuer certificate

When I use git clone https://my.example.com/gitlab/java/repository.git, I get Cloning into 'repository'... fatal: unable to access 'https://my.example.com/gitlab/java/repository.git': SSL certificate problem: unable to get local issuer…
Justas
  • 211
  • 1
  • 5
  • 12
5
votes
2 answers

how to disable email confirmation in gitlab in private network

Recently I installed the gitlab for my LAN. When my users are trying to create their accounts they are getting email confirmation message. Now my question is I want to disable whole email confirmation feature and everything. For that what file i…
ashok
  • 229
  • 2
  • 4
  • 10
5
votes
0 answers

Apache as a reverse proxy for GitLab Omnibus

I'm using GitLab Omnibus on a CentOS6.5 server. The gitlab nginx server listen on the 6543 port (Apache already using 80 and 443). I want to use Apache as a reverse proxy to access GitLab with that address: gitlab.example.com instead of…
AMDG
  • 151
  • 5
5
votes
2 answers

Reduce Gitlab memory footprint

I'm currently running both a Gitlab instance (v6.7.3) and a Ghost-powered personal blog on a DigitalOcean VPS with 512mb (lowest end), served by nginx. Until just recently I was unable to run both, because Gitlab failed to start, complaining about…
Alejandro Piad
  • 151
  • 1
  • 4
4
votes
1 answer

Gitlab: Git operations are extremely slow on EC2

EDIT: It turns out this is a Gitlab problem, however I still do not have a solution. I have a weird situation going on with two of my AWS EC2 instances. They are exactly the same in terms of OS, region, and instance type (both t3.micro), set up in…
Shreyas
  • 181
  • 6
4
votes
0 answers

Gitlab not working because of unicorn

gitlab looks like it should be ok, but it is not - page returns always: 502 Whoops, GitLab is taking too much time to respond. Status: $ gitlab-ctl status run: gitlab-workhorse: (pid 10244) 718s; run: log: (pid 6421) 2922s run: logrotate: (pid…
Blaskovic
  • 61
  • 1
  • 5
4
votes
1 answer

Nginx as reverse proxy for GitLab with SSL?

I have GitLab's nginx setup to listen at 127.0.0.1:8088 . Then I have a system nginx (installed via apt-get on Ubuntu) setup as reverse proxy with HTTPS: upstream gitlab { server localhost:8088 fail_timeout=0; } server { …
He Shiming
  • 283
  • 1
  • 3
  • 12
4
votes
1 answer

redis server does not create socket file

I'm trying to install gitlab on my apache2 server using this tutorial : http://blog.florentlim.com/how-to-install-gitlab-on-debian-7-wheezy-on-apache2-http-server/ Everything seemed to go correctly, I've done every step, without any major…
aramir
  • 101
  • 1
  • 6
4
votes
2 answers

GitLab not sending mails

I have a Linux Ubuntu 14.04 installed on my VM. Recently I have installed GitLab 7.8.2 using the instructions on GitLab site, and encountered problems in making Gitlab to send mails. for example, when I try to create a new user using the Web…
Matan Givoni
  • 151
  • 1
  • 1
  • 6
4
votes
7 answers

Using gitlab behind Apache proxy all generated urls are wrong

I've set up Gitlab on Ubuntu 12.04 using the default package from https://about.gitlab.com/downloads/ {edit to clarify} I've set up Apache to proxy and run the nginx server the package installed on port 8888 (or so I thought). As I had Apache…
Hippyjim
  • 191
  • 2
  • 6
  • 19
4
votes
1 answer

GitlabHQ + Gitlab-CI: customizing build logic

We are using GitlabHQ and Gitlab-CI in our infrastructure. Having such continuous integration set we are willing to customize the build logic in CI. Right now on new commit GitlabHQ triggers a hook to CI, which tells gitlab-ci-runner to run a build…
4
votes
2 answers

How to redirect http requests to https (nginx)

There appear to be many questions and guides out there that instruct how to setup nginx to redirect http requests to https. Many are outdated, or just flat out wrong. # MANAGED BY PUPPET upstream gitlab { server…
spuder
  • 1,695
  • 2
  • 25
  • 42
4
votes
2 answers

Moving Gitlab and Gitolite server to another machine

Now, I have gitlab and gitolite running on my ubuntu server. However, this server is too slow and my company wish to move the server to another machine. Are there any way to move gitlab and gitolite server( the whole files, users and setting) to…
Sam Mie
  • 49
  • 1
  • 2
4
votes
2 answers

GitLab post-receive hook not firing

Apologies if this isn't the right stackexchange. I have a GitLab install. It was installed over the top of a gitolite install that was only a few days old, and I assume this non-standard setup is at the root of my problem, but I cannot pin it…
Ben Graham
  • 181
  • 1
  • 7
1 2
3
30 31