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
2 answers

Jenkins: permission denied (publickey, password). fatal: Could not read from remote repository

I am following this, this and this tutorial when trying to setup GitLab with Jenkins on same AWS EC2 machine with self signed certificate. I am stuck at "Source Code Management", everything else went fine. Here is screenshot of error: I can use Git…
Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113
0
votes
0 answers

Can not run git commands in git custom pre-receive hook

I'm running a copy of gitlab-ce on a server of mine and I would like to do a custom pre-receive hook that searches for TODOs in the committed code and doesn't allow the push if there are any TODOs found. How can I access the committed code/files if…
0
votes
2 answers

Gitlab lab selective sign up

I don't prefer to allow sign up to anyone in private gitlab instance until explicitly invited to projects in gitlab. Is there any way to allow only those users to sign up to whom you send the invitation? cheers, ijaz
Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73
0
votes
2 answers

Upgrade Gitlab from source 7.4 to Docker 10.4

I've been looking around for people trying to do such madness but can't find anything. What I'm trying to do is upgrade from an old, unmaintained version of Gitlab 7.4.2 that was running on a server to a Docker version on 10.4. I did my backup…
Dalpapa
  • 177
  • 1
  • 12
0
votes
1 answer

How to validate the gitlab user mail ID and password with admin token?

We created to tool for update the comment in commit page. For that, I create a personal access token by using user given mail ID (using in gitlab). Now I use that personal access token I update the comment. Now I need to confirm the user`s mail ID…
Arunkumar
  • 73
  • 1
  • 11
0
votes
1 answer

Admin`s access token can able to visiable for all masters

In GitLab project, who has the master permission in the project can able to view the admin`s access token in project --> settings --> integration --> hook --> edit path. hook: Editing the hook: How this admin`s access token visible to another…
Arunkumar
  • 73
  • 1
  • 11
0
votes
1 answer

bad permissions in gitlab after run by docker

I have run gitlab via docker on windows 10 with this command: docker run --detach --hostname gitlab.example.com --publish 443:443 --publish 80:80 --publish 22:22 --name gitlab --restart always --volume D:\gitlab\config:/etc/gitlab --volume…
helenDeveloper
  • 624
  • 3
  • 8
  • 15
0
votes
1 answer

How build gitlab as an image file to run with docker?

I want to build gitlab as an image in order to run with docker because I can not pull in with this command: docker pull gitlab/gitlab-ce:latest so I want to download it first, then build and finally run it with docker. Where I can find gitlab with…
helenDeveloper
  • 624
  • 3
  • 8
  • 15
0
votes
1 answer

I can't launch gitlab-ce with docker-compose

I want to install GitLab on my computer and learn Docker. When I use docker run --hostname monlogiciel.com --publish 443:443 --publish 8000:80 --publish 22:22 --name gitlab --volume ~/dev/docker/gitlab/config:/etc/gitlab --volume…
0
votes
1 answer

Serving pages with apache

I’m using GitLab CE as my company development repository, and I’ld like to use gitlab-pages to serve some static docs. I’ve setup CI integration for pages, and it works (I can see site address in the project “Pages” settings, CI job is OK) I’m using…
frague
  • 189
  • 1
  • 10
0
votes
1 answer

When was oauth2 authentication for command line introduced in Gitlab?

In this SO answer [1] an OAuth2 access token is used on the command line to authenticate a git command. git clone https://oauth2:ACCESS_TOKEN@somegitlab.com/vendor/package.git How can I find out when this feature was introduced? Specifically when…
ggbt
  • 11
  • 1
  • 2
  • 6
0
votes
0 answers

How to integrate the JIRA and GitLab?

Can anyone know how to integrate the JIRA and Gitlab? This Gitlab issue is my doubt. Update: If I need to close the JIRA task by using the triggering word means I use the closes TP-123 triggering word in the Gitlab merge request description box.…
user6874415
0
votes
1 answer

How to move from gitalb source base to gitlab omnibus?

I am trying to move gitlab-ce 8.5 source base to gitlab-ce 8.15 omnibus. We were using MySQL in source base but now we have to use thepsql with gitlab-ce omnibus`. When I was trying to take a backup so it was failing due to some empty repo.…
-1
votes
0 answers

Unable to add deploy keys with the same SSH public key for multiple projects in GitLab

After upgrading the GitLab CE version to 14.9.2, I am unable to add the same SSH public key as a deploy key for multiple projects. I am able to add deploy keys to one project. However, when I attempt to add deploy keys to another project using the…
Avnish
  • 1
  • 1
-1
votes
1 answer

Gitlab as Docker won't start - no warnings, errors in the logs

I am a bit lost on this problem. I've been using Gitlab as Docker for some time now, but at some point it wouldn't boot up. All I get in the logs is this, with no errors or warnings: Thank you for using GitLab Docker Image! Current version:…
Hirsch
  • 11
  • 7
1 2 3
22
23