Questions tagged [gitlab]

203 questions
10
votes
2 answers

How can I convert an LDAP user to local user in GitLab?

We have a GitLab install, currently using LDAP for authentication. Is it possible to convert an LDAP GitLab account to a regular local GitLab account? If yes, how is this done. I can’t find anything in the admin console, and Google doesn’t seem to…
MichaelM
  • 874
4
votes
4 answers

What a Gitlab administrator should do to enable Gitlab Pages?

I've GitLab EE and I'm trying to figure out how Pages are working; I've followed everything on the official website, but I'm still getting this when trying to view repository's page settings. GitLab Pages are disabled. Ask your system's…
2
votes
1 answer

LDAP Settings: Could not authenticate user

ldapsearch works as expected ldapsearch -D "CN=Ldap,OU=administrative,OU=usr,OU=Exchange,DC=company,DC=local" -x -h draco.company.com -b DC=company,DC=local -W - gitlab.rb gitlab_rails['ldap_enabled'] = true gitlab_rails['ldap_servers'] = YAML.load…
Marko
  • 141
1
vote
1 answer

How to force owner permissions for a group or project?

I have a self-hosted gitlab instance. The problem is a few projects/groups are owned by people who aren't around anymore, which leaves others unable to add people to these projects. Given that I have SSH access to the gitlab server, is there any way…
Karl
  • 121
1
vote
1 answer

Gitlab does not recognize the license

I am used to gitlab automatically detecting the license of a project based on a license file. This time, however, it failed. I have a LaTeX package and a test script in one gitlab project which are licensed under different licenses. I have two…
jakun
  • 121
1
vote
0 answers

How to make template and label selection mandatory before merge request in Gitlab?

I am using gitlab templates (and labels also), but want to make them mandatory to submit a request. Not able to find needed reference to so. Edit: what I am looking for is some mandatory check i.e like without selecting any of template (and label)…
1
vote
0 answers

Gitlab - Reply by mail Not working

In order to Configure reply by email ( For committing Issue From mail Reply )Trying to Configure using the following Reference Also, I use a Gsuite Account My Sample Configuration ### Reply by email ###! Allow users to comment on issues and merge…
0
votes
4 answers

Error in Gitlab: git configured for git user ... no try fixing it

Until today evening everything was working fine. I don't how server goes down, some one would have turned off but after I restart server and lxc container where gitlab is used to run, I tried to access gitlab by the server IP:192.168.2.9(container…
niren
  • 199
0
votes
1 answer

Keep Gitlab repositories in sync with airgapped networks

I have 3 networks (network_1, network_2 and network_3). The three networks are airgapped. On network_1 I have a Gitlab instance. I want to host an instance of Gitlab on network_2 and on network_3. Which should be mirrors of the Gitlab instance from…
C-nan
  • 119
0
votes
0 answers

gitlab-runner GIT_SUBMODULE_FORCE_HTTPS

I have an older version of gitlab-runner (gitlab-runner 11.10.1 (1f513601)). I am trying to force HTTPS usage for submodule cloning. In my gitlab-ci.yml file I have a couple variable lines that look like the following. In the log at the very…
Rich Maes
  • 235
  • 1
  • 3
  • 13
0
votes
0 answers

Remove GitLab Build Dependency

I have created a GitLab automated CI/CD build process that looks something like this: And the .gitlab-ci.yml file looks like this (removed actual commands since they're not important to this question): stages: - build - test -…
Alex
  • 235
0
votes
1 answer

gitlab-runner status 500 internal server error

I have been stuck for quite some time. I wanted to use Gitlab for some personal projects and I am running it on my own server. I just recently took interest in the CI/CD part of Gitlab and wanted to try it out. However the runner keeps looping with…
0
votes
1 answer

GitLab unicorn doesn't listen on 8080

I run latest GitLab-CE (gitlab-ce-12.0.3-ce.0.el7.x86_64) on CentOS 7. It is omnibus install and it ran well until yesterday. After update of some OS packages* and system restart, GitLab doesn't work. * List of updated…
0
votes
0 answers

How to move old Gitlab server to new one?

I have local Gitlab server running on CentOS 6.4 with GitLab Version 7.8.1 - called A I want to prepare new server with CentOS7 with latest Gitlab version 12.0.3 - called B I need to move all the Gitlab users and data from A to B. I saw…
0
votes
0 answers

Gitlab automatic code review

I am trying to set up a CI/CD pipeline where once the developer pushes the local to a remote dev repository in GIT LAB the code review process should take place. I was able to link the GITLAB repo with jenkins earlier so that when a code is pushed…
1
2