Questions tagged [gitlab-ee]

54 questions
0
votes
2 answers

How do i check GO version in Gitlab Omnibus

Is there a way to check GO version in Gitlab. When i try to run gitlab-rake gitlab:env:info I get this which says Go Version : Unknown I want to know the version of Go so that I can check if I can integrate some monitoring tools like Dynatrace for…
mikita agrawal
  • 571
  • 1
  • 12
  • 27
0
votes
1 answer

Gitlab Integration with LDAP user_filter

I have integrated my Gitlab with my ldap active directory and able to successfully login. But I want to filter the users to allow only some specific users to login to Gitlab because my active directory contains all my company's users so don't want…
mikita agrawal
  • 571
  • 1
  • 12
  • 27
0
votes
1 answer

Migration of repositories from gitlab self-hosted server to github account

Our organization has a self hosted GitLab server. We want to migrate to GitHub. Github.com's import (the one in the web app) won't work because our GitLab server is not reachable from the Internet. After looking at some stack overflow questions it…
Ajit Hogade
  • 1,072
  • 9
  • 29
0
votes
0 answers

Updating git config file after migration

I need to migrate from a self-hosted GitLab instance, into GitHub. I have searched and would like to try the mirror method: git remote add github https://yourLogin@github.com/yourLogin/yourRepoName.git git push --mirror github I did that and see…
StackExchangeGuy
  • 741
  • 16
  • 36
0
votes
1 answer

Gitlab installation dos't respond on centos 7

I uninstall "Gitlab-ee Omnibus" from centos 7 with following commands : sudo yum -y remove gitlab-ee sudo rm -rf /opt/gitlab/ sudo rm -rf /var/opt/gitlab sudo rm -rf /var/log/gitlab sudo rm -rf /etc/gitlab Then reboot the system and try to…
daryooosh
  • 57
  • 8
0
votes
2 answers

Access GitLab running in a docker container

I'm trying to set up GitLab as a docker container in an internal server. Let's assume the server's IP is 10.10.10.10. Below is my docker-compose file that I use to bring up the container. I'm unable to access the http url via localhost:4080 (from a…
blueren
  • 2,730
  • 4
  • 30
  • 47
0
votes
1 answer

Gitlab - Internally Open Source Project

For Gitlab enterprise, there is a way of making the project internal, so only known logged in users can see the project. However is there a way of making a default permission/access level for anyone internal. I.e. make everyone internal have…
Roger Barton
  • 135
  • 2
  • 8
0
votes
0 answers

Composer is pulling in .git folder and treating it as a subproject

I made a project hosted in a private Gitlab EE instance on my server with "type": "library", and in my application, required it as usual and also added a "repository" entry { "type": "vcs", "url":…
Joe Z
  • 306
  • 1
  • 3
  • 12
-1
votes
1 answer

Can't ssh to GitLab ee in a docker container

I've installed GitLab ee on Docker. I'd like to use authentication via ssh instead password but each time I try to authenticate, connection is closed. SSH Port is 1122->22 so I'm connecting with git@gitlab.example -p 1122. I also enabled the port in…
Quaky
  • 1
  • 1
1 2 3
4