Questions tagged [gitlab-ee]
54 questions
9
votes
1 answer
CodeQuality using `include` statement for GitLab v11.11 and later versions?
Today, while trying to setup CodeQuality in my .gitlab-ci.yml (on gitlab-ee 11.10, gitlab-runner 11.10) I encountered the following issue:
First thing the GitLab documentation tells you is it is possible to set this with help of a DockerInDocker…

Mario
- 151
- 2
- 11
4
votes
0 answers
Is Gitlab self hosted Enterprise Edition free?
I have installed latest Gitlab EE on one of my servers hosted on my company's infrastructure.
Is it free to use all the way or at some point we need to pay for this?
I have read through the documentation on Gitlab site but not able to understand…

mikita agrawal
- 571
- 1
- 12
- 27
4
votes
3 answers
How can I get a notification email when a new release of GitLab is out?
As an admin of a private GitLab instance, it would be great to know when new versions are available, especially for security updates.
I couldn't find a way to subscribe to a "newsletter" of new releases and how important it is. How can I do it?

Helios
- 457
- 6
- 17
3
votes
1 answer
gitlab installation duplicated schema problem occurs on ubuntu
while installing gitlab on ubuntu machine using
apt install gitlab-ce
i receive this message
PG::DuplicateSchema: ERROR: schema "gitlab_partitions_dynamic" already…

ezop
- 37
- 4
3
votes
2 answers
How to view merge review comments and file changes in GitLab?
I'm performing a merge review (code review) in GitLab. I entered some file comments then the author responded to the comments and made some changes to the files. I can view the comment thread, and the relevant portion of the original file on the…

user2048
- 33
- 4
2
votes
0 answers
Dind is failing with error - Cannot connect to the Docker daemon at tcp://docker:2375/. Is the docker daemon running?
We are using self hosted Gitlab and Runner and trying to use dind to run CI/CD builds but all my jobs are failing with below error -
Cannot connect to the Docker daemon at tcp://docker:2375/. Is the docker daemon running?
My ci file -
build:
…

mikita agrawal
- 571
- 1
- 12
- 27
2
votes
1 answer
Gitlab container registry throwing TLS handshake timeout Error
I am using self-hosted Gitlab and enabled Gitlab container registry to build, push and store images.
My gitlab-runner is running in a container and I am using rootless-docker because security from my organisation does not allow to use the full suite…

mikita agrawal
- 571
- 1
- 12
- 27
2
votes
0 answers
Does Gitlab EE Have Audit Logs for "git clone", and "git pull" commands?
The audit events page of gitlab says that I can find "Project repository was downloaded" action in Project > Settings > Audit Events.
So I tried running git clone http://gitlab.example.com/testauditlog.git to download one of my projects. But then I…

Brian
- 12,145
- 20
- 90
- 153
2
votes
1 answer
Gitlab Enterprise Edition HTTPS
I'm setting up gitlab-ee with out a liscense. I want to to have https but its giving me this error
Recipe: letsencrypt::http_authorization
* letsencrypt_certificate[gitlab.example.com] action create
* acme_certificate[staging] action create
…

Daniel Conlin Jr.
- 23
- 5
2
votes
1 answer
Gitlab EE - LDAP Authentication gives empty list
I'm trying to add the LDAP feature for our GitLab. We have a running ActiveDirectoy server running on windows. Gitlab itself is hosted on an ubuntu server machine.
For the authentication we created a serverice-user on the ad server. here is my…

Virtual
- 131
- 1
- 2
- 16
1
vote
1 answer
Gitlab clone is extremely slow, what i should do?
Result of the clone:
remote: Counting objects: 100% (250/250), done.
remote: Compressing objects: 100% (215/215), done.
remote: Total 250 (delta 30), reused 250 (delta 30), pack-reused 0
Receiving objects: 100% (250/250), 3.47 MiB | **25.00…

upz zz
- 11
- 2
1
vote
0 answers
How to change the font-family for Gitlab
I recently upgraded my self-hosted GitLab-ee from 15.7.5 to 16.8.1, and I got an issue with the Arabic font in the gitlab web UI.
Is there any way to edit the font used?

raedshari
- 403
- 5
- 16
1
vote
1 answer
GItLab EE : Sign in/Sign up pages Logo was not reflected
I need some help.
I uploaded a logo for custom sign-in on GitLab, but the logo does not reflect, is there any chance/details that I missed this?
config
preview

rkevx21
- 2,441
- 5
- 19
- 40
1
vote
1 answer
Deploy GitLab docker image on mac: Cannot see gitab.example.com
I am trying to run Gitlab Docker image on mac Big Sur locally following the steps from documentation: https://docs.gitlab.com/ee/install/docker.html . And always cannot see locally https://gitlab.example.com. I tried both Gitlab EE and CE, and…

Aleksandra
- 13
- 3
1
vote
0 answers
Gitlab group permission management, access for developer
I have set up a Gitlab solution in our company.
We would like to be able to store our projects in groups. I would like each user to be able to create a project in the groups and to have the rights on his project.
From what I have seen:
A user must…

WinXaito
- 41
- 6