Questions tagged [gitlab-ce]

Use this tag to explicitly mark a question related to GitLab Community Edition only. Should never come in conjunction with GitLab-ee (use only GitLab instead)

GitLab Community Edition is the Open Source version of GitLab stripped of any proprietary code. It is marketed as an unlicensed Enterprise Edition in terms of functionalities.

336 questions
0
votes
0 answers

Ldap access to local adfs

Let me first explain my adfs setup. Domain: my-example.com -- test-user1 --(OU) company user --(OU) Network -- test-user2 So, when i try to access test-user1 by giving cn=my-domain,cn=com, it fails. Also, i…
Muhammad Hasan
  • 140
  • 1
  • 9
0
votes
1 answer

IS there any way to know total number of pipelines in Gitlab without using the API?

I am trying to decide which Gitlab tier to move to. I have an almost 3 years old Gitlab-ce. I want to test whether I need 2000 CI pipeline minutes or 10000 (Bronze and Silver tiers). What I learned so far, is that it needs some scripting along with…
Badr
  • 694
  • 1
  • 7
  • 26
0
votes
1 answer

Gitlab Community running on docker - Heathcheck

I have a docker container running gitlab community edition. It's working fine except that the container remains unhealthty The problem comes from the /opt/gitlab/etc/gitlab-healthcheck-rc file. It contains url='http://localhost:80/gitlab/help' and…
tweetysat
  • 2,187
  • 14
  • 38
  • 75
0
votes
2 answers

Impossible to push docker images to gitlab: denied: requested access to the resource is denied

First of all, I must tell this is an operation I have done many times, with no issues. I have a docker image registry.gitlab.com/company/metadata_api with dev tag. ➜ metadata_api git:(no_basic_auth) ✗ docker images | grep…
Juliatzin
  • 18,455
  • 40
  • 166
  • 325
0
votes
1 answer

How to configure global hook in Gitlab omnibus 12.0.3?

I followed this documentation and created a hook in the directory : /opt/gitlab/embedded/service/gitlab-shell/hooks, but it didn't work. Then as explain to this question I tried to copy the hook to this directory :…
zyblets
  • 1
  • 4
0
votes
1 answer

GitLab encountering issues with PostgreSQL after OS upgrade to RHEL 7.6

We recently upgraded the OS: $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.6 (Maipo) After upgrading, we are facing lot of issues with GitLab (predominantly with Postgres).. Our GitLab is dockerized i.e. GitLab (and all its…
Koshur
  • 378
  • 1
  • 6
  • 20
0
votes
1 answer

How to configure a global git hook in GitLab version 11.11?

I'm really confused about how to configure a GitLab global hook. The documentation is clear about how to set a global hook. So I login in my GitLab instance, go to the directory /opt/gitlab/embedded/service/gitlab-shell/hooks, and it has 3…
neves
  • 33,186
  • 27
  • 159
  • 192
0
votes
1 answer

What are the contents of a gitlab backup tar file?

I accidentally deleted the .tar file created by gitlab-rake gitlab:backup:create I need to re-create the .tar file manually from the folders and files under the folder /var/opt/gitlab/backups I want to know what all goes into the tar file. Is it…
Vipul Swarup
  • 323
  • 3
  • 17
0
votes
1 answer

Gitlab CI - Add custom label/badge to pipeline after completing a certain stage

Is it possible to add a custom label/badge to a pipeline if a specific stage is successfully finished? This is how it normally looks: As you can see the pipeline #1410 has the "latest" badge. I want to add a simular badge "last deploy" (maybe in…
Dieter Casier
  • 633
  • 5
  • 9
0
votes
1 answer

Gitlab Runner Removed Cache (files/container)

My "problem" is when i run my ci on my remote docker machine, the gitlab-runner leaves the container that has been used there without to remove them. The other thing is that the project sources are also given when you show into the volumes folder.…
cRUSH
  • 1
  • 1
  • 3
0
votes
1 answer

Sign into GitLab with OAuth2 Custom provider does not map user information

I've installed Gitlab-CE on a CentOS VM and am trying to configure the Sign On with an generic OAuth2 provider, to be more specific am actually using IBM Security Access Manager 9.0.6. So far Sign On works after tweeking a bit the…
Kalem
  • 1,132
  • 12
  • 33
0
votes
1 answer

Namespace/subdomain in Gitlab not working

I am new on Gitlab. In several tutorials, I see domains like myname.gitlab.io or myname.gitlab.com as well gitlab.com/myname. But I only call gitlab.com/myname, the others throw a 404 error. Do I have to activate the subdomains somehow?
Jan
  • 12,992
  • 9
  • 53
  • 89
0
votes
2 answers

Run Gitlab-runner as multiple users for multiple projects on 1 server

Lets say I have multiple projects located on 1 machine. Currently, the runner is configured to run as gitlab-runner user for all projects. Is there a way to run gitlab-runner as multiple different users and registering them for each project? ie:…
most2
  • 21
  • 2
0
votes
1 answer

how to connect CDash with gitlab internal postgres database

I have an error CDash cannot connect to the database in the browser. I checked the configuration and what I think is that the CDash is looking for Postgres server on its own. However, my gitlab service is using its own builtin psql server located at…
Dr. Mian
  • 3,334
  • 10
  • 45
  • 69
0
votes
1 answer

LDAP with AD is failing on correct bind credentials (gitlab CE)

I am having quite a bit of trouble getting LDAP to work with AD. I keep receiving an error: Checking LDAP ... Server: ldapmain LDAP authentication... Failed. Check `bind_dn` and `password` configuration values LDAP users with access to your GitLab…
Husk Rekoms
  • 483
  • 12
  • 22