I am having issues with Gitlab. I used the following guide to install and configure Gitlab https://github.com/gitlabhq/gitlab-recipes/blob/master/install/centos/README.md. The installation seemed to go well and all. The web application seems to be…
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…
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…
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).…
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…
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…
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'] =…
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']…
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…
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.…
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…
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…
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…
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…
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…