Questions tagged [gitlab-8]

This is the GitLab 8.x specific tag. Use it in addition to the gitlab tag if your question is specific to GitLab 8.x — not just GitLab.

GitLab is open source software to collaborate on code. It can be considered as an open source self hosted . You can checkout a GitLab demo.

Information

This tag is specific for the 8.x version of GitLab, which was released on the 22th September 2015. See the tag for general GitLab questions.

53 questions
3
votes
1 answer

Gitlab: change role of user in multiple projects at a time

Can I change role of particular user in multiple projects at a time? If yes, How? I have a user whose role is "Reporter" in more than 75 projects. I want to change the role to "Developer" in all projects. Can I achieve with minimal efforts?
TPS
  • 493
  • 1
  • 5
  • 28
3
votes
2 answers

GitLab 8.15.0 restore backup not working

I am trying to restore a backup from gitlab A into gitlab B. They are on the same version (8.15.0) but when I try to restore using this commands: sudo gitlab-ctl stop sidekiq sudo gitlab-ctl stop unicorn sudo gitlab-rake gitlab:backup:restore…
Mario Corral
  • 387
  • 3
  • 13
3
votes
1 answer

Issue in cloning projects from private gitlab server

I have a gitlab server, and we are working on projects using our gitlab. Recently we have this problem which we can not clone projects from gitlab server using either SSH or HTTP methods. some projects get stuck on 95% some in 11% based on project…
TheDevWay
  • 1,363
  • 1
  • 16
  • 45
3
votes
1 answer

unable to update gitlab-ce on linux mint 17.3

I have gitlab-ce 8.6.6 on Linux mint 17.3. Gitlab-ce is now upto 8.11.2. If I do an apt-get install gitlab-ce then it tells me that I am already at the newest version. When I cat /etc/apt/sources.list.d/gitlab_gitlab-ce.list, it shows deb…
John
  • 1,593
  • 3
  • 17
  • 28
3
votes
1 answer

Can I, and How to configure the branch naming patern for branch binded to issues in Gitlab-CE?

In Gitlab, there were a naming convention for new features branches created FROM and FOR an issue : my-awesome-issue-title- If we folow this convention, Gitlab bind automatically the branch with the issue, and even the merge requests…
Rémi Becheras
  • 14,902
  • 14
  • 51
  • 81
3
votes
2 answers

How can I automatically build merge requests when using GitLab and TeamCity

I'm using GitLab 8.3.2 and TeamCity 9.1.6. I've set up the JetBrains TeamCity CI service and it is triggering builds in TeamCity when changes are pushed to GitLab. I'd like it to also trigger a build when a merge request is created (my understanding…
Programming Guy
  • 7,259
  • 11
  • 50
  • 59
2
votes
1 answer

GitLab CI speed up

I'm trying to set GitLab CI process and found it very slooooow to start. Task can hang up in pending state for minutes. But main problem is very slow building. We have a custom PHP docker image (with some modules built-in) and app. Deployment to CI…
2
votes
3 answers

GitLab 500 Error when visiting Project Page

I am setting up GitLab Enterprise Edition for my organisation. We are using AWS EFS for storing repo data and two instances to serve SSH and HTTP/HTTPS traffic via AWS ELB. EFS volume is shared between both instances. But when I visit project home…
Nischay
  • 105
  • 2
  • 11
2
votes
2 answers

GitLab EE - path already taken

I recently deleted a project. Now when I try and create it again using the same namespace and name GitLab EE gives me the following error: "Name has already been taken" "Path has already been taken" I'm running EE version 8.7.5-ee. I also…
Brandon Stiff
  • 161
  • 1
  • 6
2
votes
1 answer

Gitlab ports 80 & 8080 taken by a separate Gitlab instance?

I have Gitlab 8.6 running on an Ubuntu 14.04 server that seems to have gotten messed up. I consistently get a 502 error when accessing the site. The server likely has not been restarted since installing Gitlab initially, and a power outage caused…
jmastic
  • 109
  • 1
  • 10
2
votes
1 answer

GitLab API: Access snippets without project

Using the GitLab API (version 8.x) it is possible to access project snippets via GET /projects/:id/snippets (see project snippets docs). The Python request for snippet 4 of the project pr in the group gr would look like (with 2%F = /): r =…
bastelflp
  • 9,362
  • 7
  • 32
  • 67
2
votes
1 answer

How to upgrade Gitlab 7 to 8 with old backup

I was using Gitlab 7.10.4. I created a backup using the following command : # I have installed GitLab with the Omnibus package sudo gitlab-rake gitlab:backup:create Then I tried to upgrade to the lastest Gitlab version (eg. 8.3.4) using : sudo…
w3spi
  • 4,380
  • 9
  • 47
  • 80
1
vote
1 answer

Gitlab CI/CD not picking up docker image

I am new to Gitlab CI/CD and hence this question might seem very basic to others. I have created two jobs - one is picked up by GitlabRunner configured on a VM and other should run on specified docker image. my .gitlab-ci.yml looks like…
1
vote
1 answer

gitlab not executing git command from git

I have successfully installed GitLab Community Edition 8.15.2 (omnibus) on my local ubuntu server 16.04 with apache2 (2.4), i can access it in browser and can perform all tasks. But when i try to execute task (like pushing project for first time or…
1
vote
1 answer

Git migration doesn't work for removed files

We have two Vendors working of the same piece of code. Due to logistics issue both maintain their own instances of git. We sync the code periodically using the following approach: git pull from vendor1 add a remote for vendor2 Push to vendor…
Jeel
  • 2,227
  • 5
  • 23
  • 38