Questions tagged [gitlab]

Gitlab is self hosted Git management software.

The main site for Gitlab.

458 questions
10
votes
2 answers

Create user in gitlab without e-mail?

I'm testing out omnibus gitlab on a local VM. After disabling anonymous signup, I tried adding a new user via the /admin/users/new page. It requires I associate an e-mail with the new user account, and it further doesn't permit me to specify a…
Parthian Shot
  • 1,155
  • 3
  • 16
  • 32
10
votes
1 answer

gitlab slow when running on nginx subdomain

I'm trying to run gitlab on a subdomain. I installed the latest gitlab version using the omnibus installer on my vserver (running Ubuntu 14.04.1) and disabled the bundled nginx and configured the unbundled nginx with the configuration posted here…
tuxflo
  • 101
  • 3
10
votes
3 answers

Triggering Jenkins build for merge request from GitLab web hook

I want Jenkins (1.561) to build merge (pull) requests submitted to GitLab (6.7.5), triggered by a merge request web hook. I have a parameterised build, and the Jenkins plugins "GitLab Merge Request Builder" (1.2.0) and "GitLab Hook" (1.0.0).…
Martin Lehmann
  • 201
  • 1
  • 2
  • 6
9
votes
1 answer

Gitlab-ci deployment without Docker for nodeJs applicaiton?

Is it possible to implement gitlab ci workflow without using any docker image? all the examples i see for gitlab runner are based on docker only. Even for production deployment. How can I implement gitlab-ci and deployment process on my existing…
gaurang171
  • 191
  • 1
  • 2
8
votes
4 answers

How to set environment variables for the CI/CD in GitLab when using Auto DevOps (with GCP Kubernetes)?

I'm having quite a few moving parts here, so, I'm not sure what's wrong yet. I set up my variable this way: but during the build phase, I get this failure (it's a Django application): raise ImproperlyConfigured("The SECRET_KEY setting must not…
Pablo
  • 7,249
  • 25
  • 68
  • 83
8
votes
1 answer

GitLab Active Directory authentication: no results and no authentication

I'm trying to set up LDAP authentication with GitLab (version 7.12.2 installed on Ubuntu 14.04 amd64 on a VM, Omnibus set up). I've edited my gitlab.rb file to look like the following: gitlab_rails['ldap_enabled'] = true gitlab_rails['ldap_servers']…
siride
  • 529
  • 2
  • 7
  • 18
7
votes
1 answer

How to restrict access to Gitlab by LDAP group (with LDAP search filter)?

I have a running Gitlab CE installation with LDAP authentication. Now I want to restrict the access based on group membership. The option user_filter seems to be the option to go with. However, I can't seem to get anyone to be allowed to login based…
Sethos II
  • 497
  • 4
  • 7
  • 18
7
votes
2 answers

Can one change a group to a subgroup in GitLab?

GitLab's 9.0 release brought subgroups. However, before subgroups were possible, we've worked around that restriction by using a prefix, e.g. FOO/… FOO-bar/… FOO-bax/… FOO-bax-quux/… … The correct member/roles management was a nightmare, though.…
Zeta
  • 225
  • 2
  • 10
7
votes
1 answer

GitLab not listening on ssh port

I've just installed GitLab CE on my VPS running Ubuntu 14.0.4 LTS via omnibus, made the following changes to /etc/gitlab/gitlab.rb and re-ran sudo gitlab-ctl reconfigure: gitlab_workhorse['listen_network'] = "tcp" gitlab_workhorse['listen_addr'] =…
7
votes
6 answers

25 Sidekiq processes for Gitlab

Looking at htop output on my server I see 25 sidekiq processes spawned by Gitlab. I use Gitlab privately, so there is never going to be any load, so I doubt all of those processes are required, but I cannot see how to configure their number. Is…
7
votes
6 answers

Docker login to AWS ECR from GitLab CI fails with "dial tcp: lookup docker on x.x.x.x:53: no such host" when pulling docker:dind from ECR

I'm working on porting a collection of Docker images used for GitLab CI/CD building and deployment from Dockerhub to AWS public ECR. Everything works as it should except for the standard Docker image that we use as a Docker-in-Docker service. The…
Alex B.
  • 71
  • 1
  • 1
  • 2
6
votes
2 answers

ECDSA key fingerprint - looks like it is base64 encoded, but too few characters

I've setup a GitLab VM, and have created a project on it. Now I'm trying to connect to it from another machine using my git client (Git for Windows v2.7.1...also tried upgrading to latest version which is 2.15.1, but no change). On the Windows…
Anssssss
  • 163
  • 1
  • 6
6
votes
3 answers

Remove Gitlab EE from Centos7

I just installed https://about.gitlab.com/installation/#centos on Centos7 vps running Apache. I should have read more before doing so as it conflicts with Apache and I don't want the EE edition. How should I remove it? curl…
user1032531
  • 568
  • 2
  • 11
  • 24
6
votes
1 answer

GitLab CE post-commit custom hook not working

I use GitLab Community Edition 8.2 and want to add post-commit hook. I created file path_to_project.git/custom_hooks/post-commit with rights $ ls -l1 custom_hooks/post-commit -rwxr-xr-x 1 git git 45 Dec 14 21:31 custom_hooks/post-commit and…
strangeman
  • 433
  • 5
  • 19
6
votes
2 answers

GitLab CE 7 behind Debian 8/Apache 2 virtual host: can’t access assets

On Debian 8.0 I’m trying to have Apache 2.4.10 manage a GitLab CE 7.10 Omnibus installation as a virtual host. Setting and goal Apache 2 is already set-up and running several virtual hosts that all look like vhost.example.com. I want to configure…
Arcturus B
  • 200
  • 1
  • 10
1
2
3
30 31