Questions tagged [gitlab-7]

This is the GitLab 7.x specific tag. Use it in addition to the gitlab tag if your question is specific to GitLab 7.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 7.x version of GitLab, which was released on the 22th June 2014. See the tag for general GitLab questions.

35 questions
1
vote
0 answers

how do i get a tar file from gitlab of a specific repository branch via REST API

How do i get an tar file from gitlab of specific branch or tag of an repository. As of now i using like this https://gitlab.com/api/v3/projects/:id/repository/archive?access_token=xxxxx This url which is downloading tar file of master branch.. Is…
Anumantha Raja
  • 261
  • 2
  • 13
1
vote
1 answer

Gitlab stubbornly uses default configuration values for Postgresql database

context: Gitlab 8 with external nginx and postgresql on Ubuntu 15.04. It all worked with Gitlab 7.10 and I started with a fresh install to avoid upgrade-problems. In the gitlab.rb there is: gitlab_rails['db_adapter'] =…
1
vote
1 answer

bitnami gitlab 8.1.4-0 gitl clone via http error :empty repo and download zip via webpage error

gitlab version: bitnami gitlab-8.1.4_x64 os: ubuntu 12.04_x64 Just the title, I setup a repo on gitlab and push code via ssh is ok, but when i try to clone via http I get an empty repository. I have tried to add nginx item in /etc/gitlab/gitlab.rb…
valiant wang
  • 75
  • 10
1
vote
1 answer

How to trigger Jenkins kick off a build after a GitLab merge request is accepted

I have spent days now trying different approaches to get Jenkins trigger when we accept a Merge Request. Unfortunately, I can't get anything to work on our system. I have tried different plugins from Jenkins side of things to trigger GitLab, but…
DevGirl
  • 153
  • 1
  • 8
1
vote
0 answers

How to migrate a single gitlab project to another server?

I have two gitlab servers, server A and server B. There are several different projects on these servers. Notes: Server A gitlab version is 7.3.2 Server B gitlab version is 7.13.5 there is no network connection between the servers To migrate the…
sergej
  • 17,147
  • 6
  • 52
  • 89
1
vote
1 answer

Gitlab - Transfer to other namespace not working

I moved a git-repository to another namespace in gitlab through the 'transfer project' option in the Admin Area. I am owner/master of both namespaces. The first time I did the transfer it took ages for the page to automatically refresh after the…
Peter van Arkel
  • 519
  • 1
  • 5
  • 14
1
vote
1 answer

Update Gitlab Omnibus install via apt-get

Looking at the update information for GitLab here and here, I am unclear as to whether I can upgrade our Omnibus installed GitLab installation (v7.9.2 to v7.11.4) using sudo apt-get install gitlab-ce or if I should keep using the manual upgrade…
Toby
  • 9,696
  • 16
  • 68
  • 132
1
vote
3 answers

Trigger Jenkins build with POST request

This seems to be a very simple problem, but I have yet found a solution that works. Basically I created a web hook from Gitlab to trigger a build in Jenkins for every commit. However, Jenkins want the web hook request with a GET method, and Gitlab…
Khanetor
  • 11,595
  • 8
  • 40
  • 76
1
vote
1 answer

GitLab 7.8 Email Notifications not working

I just installed GitLab 7.8 CE and all email notifications are not working. (Register/ForgotPassword/ResendConfirmation/ChangeEmail and many more) After ~6 hours i'm just clueless how to solve this problem. Pls help! It has something todo with…
user3614800
  • 73
  • 1
  • 8
1
vote
1 answer

Getting 502 on gitlab when adding repositories, users or doing other actions

Usually fixed by refreshing (re-sending POST) the browser multiple times. # sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production System information System: Debian 7.8 Current User: git Using RVM: no Ruby Version: …
lifeofguenter
  • 1,121
  • 1
  • 13
  • 22
1
vote
0 answers

How to become a normal developer with restricted permissions in a gitlab project that I created?

We are using GitLab 7.7.0.rc4 on our own server. I created a project, which gives me ownership of that project and all permissions, in particular the right to accept merge requests on the master branch. I would like to give up ownership and become a…
user1460043
  • 2,331
  • 1
  • 19
  • 26
0
votes
1 answer

update gitlab source to omnibus: no rpm?

I'm attempting to migrate from a GitLab 7.1.0 (Source) installation (on Centos6) to latest omnibus (on Centos7) using these…
jph
  • 2,181
  • 3
  • 30
  • 55
0
votes
1 answer

Gitlab CE has no Layout

I have a problem with my Gitlab. After the installation it has no Layout. When i try bundle exec rake assets:precompile RAILS_ENV=production It outputs Could not locate Gemfile or .bundle/ directory Gitlab is running on Debian with Apache.…
Igor
  • 1
0
votes
1 answer

Upgrading GitLab 6.2 > 7.9 easily

It is possible to upgrade easily from 6.2 > the latest stable version? Seems like you cannot skip versions, and have to upgrade as 6.3 > 6.4 > 6.5 etc.. This seems like a massive task! We considered installing a separate VM with the latest version…
TomD
  • 181
  • 1
  • 7
  • 16
0
votes
1 answer

Restore GitLab 6.9.1 backup to new GitLab 7.14 instance

I'm in the process of building a new server to upgrade from GitLab 6.9.1 to the latest version of GitLab (7.14.1) on Ubuntu 14.04 LTS. I've created a backup of the GitLab instance using the following command: sudo gitlab-rake…
dspencer
  • 918
  • 2
  • 8
  • 38