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
1 answer

Gitlab Registry: login inconsistency

I've an on-prem instance of Gitlab-CE 13.0.5 running, I'm using the official docker image of Gitlab. I've enabled the integrated container registry. Testing the login and push at the registry using a personal access token works, both on the…
wollud1969
  • 497
  • 4
  • 13
0
votes
1 answer

Merge failed: Merge request is not mergeable. Please try again

Our Merge request has been merged successfully, But it shows below message in the merge request. Is it something bug in our Gitlab CE Version- 12.4.3? production.logalso have the same message. [root@gitlab-server gitlab-rails]# cat production.log…
user4948798
  • 1,924
  • 4
  • 43
  • 89
0
votes
1 answer

Install Gitlab CE in a GCP instance VM ubuntu 18.04

This is my first time trying to install Gitlab CE in a Google Cloud Platform instanceVM. I have followed two different ways to do that, the official one: Ubuntu installation and the one from this tutorial: How to install gitlab. However, in both…
0
votes
1 answer

I have a GitLab self hosted running, but how does the frontend work?

I set up a GitLab self-hosted instance and its working fine, my problem right now is that I don't really understand how the frontend works. Mostly because I've been focusing on the backend and because I couldn't find documentation about it either. I…
syncastra
  • 102
  • 1
  • 9
0
votes
1 answer

(): mapping values are not allowed in this context at line 8 column 8

CI Setup i am trying to configure a yml in this format but i got some issues like :(): mapping values are not allowed in this context at line 8 column 8. include: - template: SAST.gitlab-ci.yml variables: SAST_GOSEC_LEVEL: 2 …
Ahura
  • 21
  • 3
0
votes
1 answer

Unable to see Gitlab packages feature in permissions

I'm trying to use GitLab's NPM registry, so have set gitlab_rails['packages_enabled'] = true In gitlab.rb, but when I browse to project settings | general | permissions, packages is the only option missing; not sure how to troubleshoot…
Gilbert
  • 3,584
  • 2
  • 26
  • 30
0
votes
1 answer

How to change default Clone URL in Gitlab Community after changing IP Address

Previously, I have gitlab community server installed in my server with this IP 192.168.1.X, and I'm using it with no problem. But recently my network administrator change the server IP to different using 10.176.10.X. And when I trying to clone my…
esthrim
  • 1,790
  • 8
  • 28
  • 42
0
votes
1 answer

Clone project withing the same group, and use source project's .gitlab-ci.yml as a template in target project

There is a group that hosts 00_Parent_Project: the source project containing e.g. .gitlab-ci.yml template: Group [project] 00_Parent_Project [repo] .gitlab-ci.yml How, using GitLab API, can I clone the source project, so that the target…
AbreQueVoy
  • 1,748
  • 8
  • 31
  • 52
0
votes
1 answer

gitlab-ci schedule job cron every minute

New way for 12.8.X To change the Sidekiq worker’s frequency: Edit the gitlab_rails['pipeline_schedule_worker_cron'] value in your instance’s gitlab.rb file. The exact line I have checked from gitlab.rb file is #…
rab
  • 133
  • 2
  • 13
0
votes
1 answer

Creating a new GitLab issue and assigning a label to it automatically

I am working on designing webpage UI where some experimental data is stored. This data could be inaccurate sometimes so I'm providing a button at the bottom of the page which redirects the user to the new issue webpage in GitLab. Look at the sample…
betelgeuse
  • 1,136
  • 3
  • 13
  • 25
0
votes
1 answer

Use a server with a localhost SSL certificate

I have a software running on my server which is called Gitlab. The service is accessible through a SSH, HTTP and a HTTPS endpoint. All three access points are reachable through a SSH tunnel, so binded to 127.0.0.1. > 127.0.0.1:80 # HTTP >…
Daniel Stephens
  • 2,371
  • 8
  • 34
  • 86
0
votes
1 answer

Changing installation directory of GitLab

I am trying to install Gitlab (Community Edition) on Linux CentOS. According to my knowledge, the configuration files are stored in etc/config and the data are stored in /var/opt/Gitlab. But I want to change it to a custom directory. Is it possible…
enamul17
  • 159
  • 2
  • 3
  • 14
0
votes
0 answers

[Gitlab CE]Cann't see master branch on website.Looks like the master didn't point any commit.How do I fix it?

I have a self host gitlab ce service. I can't see master branch of my respitory on website. Try this after I found the problem: Push my local branch master to origin/master (master)# git push -u origon/master error: src refspec refs/heads/master…
bqbs
  • 1
  • 2
0
votes
1 answer

GITLAB : cannot create a Group using the API as root

I am trying to create a group using Gitlab CE 12.4.3 The api token is the one generated by the admin account in Gitlab. SO this account has the permission to create groups curl --header "PRIVATE-TOKEN: 6czXYzu1j7dD16PqtiZw" -d …
iclman
  • 1,218
  • 9
  • 21
0
votes
1 answer

Where GitLab CE displays commit status?

GitLab has an api to set commit status and Jenkins has a plugin that sets this status. Now I have a stupid question: where my user can see this status is displayed in GitLab interface? Screenshots are welcomed!
neves
  • 33,186
  • 27
  • 159
  • 192