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

Gitlab: Is it possible to create a merge request from MY fork to Another fork of the same project

Scenario: we are 3 developers. Developer 1 (admin) created the main repo. Developer 2 forked admin's repo. Developer 3 forked admin's repo. Developer 2 created a feature branch "Feature 1" Developer 3 checked out "Feature 1" from developer 2 repo.…
Guillermo Mansilla
  • 3,601
  • 2
  • 24
  • 34
10
votes
4 answers

How to integrate Jira with GitLab CE?

We have self hosted GitLab CE and Jira, we want link git commit with jira issue link git commit with jira issue status, like we can start/move/close issue by git issues limit above operations on specific branches, e.g., change issue status only…
fifth
  • 3,999
  • 9
  • 40
  • 61
7
votes
3 answers

how can i view a gitlab issue board that spans multiple projects

background I've been a religious user for github/zenhub for quite a while. We recently moved our repos to gitlab for many reasons, including free pipelines, security, more flexible groups etc. Problem Zenhub is a greasemonkey app that's added to…
abbood
  • 21,507
  • 9
  • 112
  • 218
4
votes
1 answer

Gitlab: how to change domain on the old uploaded assets?

I have changed the domain on my gitlab installation from ABC to XYZ according to the procedure explained here: How to change URL of a working GitLab install? The problem is, that old uploaded assets (images that were added to issues in projects),…
Roman Semko
  • 1,481
  • 5
  • 17
  • 27
3
votes
0 answers

Configuring gitlab hook plugin

we've created a continuous integration workflow with Gitlab (v7.9.2) and Jenkins(v1.596.2). We defined a Jenkins job to build every push that is made to every repository on Gitlab with the Gitlab hook: http://xx.xx.xx.xx:8080/gitlab/build_now It's…
Gijs
  • 815
  • 1
  • 13
  • 22
2
votes
2 answers

GitLab: Not able to clone repository from GitLab Server via http and ssh

I am running GitLab Community Edition. I created a one new project in Gitlab. When I try to clone via http it says: remote: Not found fatal: repository 'http://myhost/test/sample.git' not found
Rajasekhar
  • 21
  • 3
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
  • 3,968
  • 7
  • 39
  • 71
2
votes
2 answers

Gitlab and Jenkins integration novice

What do you put into the system hook URL? I see a lot of examples but they look like JSON scripts to me. I'm trying to configure gitlab to hook jenkins to create projects when projects are generated in gitlab. I'd also like builds to be run when…
2
votes
1 answer

Gitlab redirecting loop

yesterday I installed gitlab on a vm of mine and configured everything to work with it. Gitlab listens on port 8081 of my domain (e.g. domain:8081). I have an apache instance which listens to port 80 and 443, so I did a forward there (e.g.…
2
votes
1 answer

Don't work ssh in GitLab

In my one PC command ssh -T git@github.lcl.loc work and output Welcome to GitLab, Anonymous!. But in my two PC command output $ ssh -vT git@github.lcl.loc OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Connecting to github.lcl.loc…
scientistnik
  • 323
  • 4
  • 17
2
votes
3 answers

Gitlab 7.3.2 Permission Denied (publickey)

I just made a fresh installation of Gitlab 7.3.2 on a private server. Then I created a new project, a new user with a valid ssh key. When I am trying to clone the test project, it throws me the Permission denied (publickey). In the previous version…
lnki
  • 411
  • 1
  • 4
  • 9
1
vote
1 answer

GitLab-omnibus 7.9 on Banana Pi error when pushing to directory on external hard drive

I'm using a Banana Pi 1 with Ubuntu 14.04.5 Trusty Tahr (32bit architecture). I like to use the Banana Pi as my privat GitLab Server. I successfully installed gitlab-omnibus 7.9. See system information below: System information System: Current User:…
Bredjo
  • 21
  • 6
1
vote
1 answer

Update from master keeping changes made in forked repo in gitlab

I have forked my master code i.e zip/production and created a forked project i.e map/production on gitlab Now I have made changes to my forked codebase and I want to maintain it that way: I.e I dont want to touch the additional code present in…
sunshine
  • 351
  • 1
  • 4
  • 16
1
vote
2 answers

Gitlab Best Practice for having multiple instances of the same codebase

I have a master codebase of an application that i am working on. I want to duplicate this codebase into 'n' number of instances depending on who buys my codebase. Also from time to time i may have updates to all of the codebases and some additional…
sunshine
  • 351
  • 1
  • 4
  • 16
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
  • 251
  • 2
  • 13
1
2 3