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
1
vote
1 answer

Gitlab - Build docker images from within docker shared runner

Trying to build a docker image from withing shared runner, below is the CI configuration image: osrg/dind-ubuntu-vivid services: - docker:dind stages: - build - test - release variables: CONTAINER_TEST_IMAGE:…
Somasundaram Sekar
  • 5,244
  • 6
  • 43
  • 85
1
vote
1 answer

Change the attachment storage directory in Gitlab

I have an Omnibus installation of Gitlab and by default it stores all attachments to /var/opt/gitlab/gitlab-rails/uploads. Unfortunately the drive is pretty small and I would like to store the attachments on a different drive. Is there some…
Abhishek Dey Das
  • 587
  • 7
  • 23
1
vote
0 answers

Gitlab misdetects binary file with text file and raises Internal Error (500 Whoops)

What is Issue? When I push a link of the commit which invlolves a binary file from Commits view of a project on Gitlab, I recieve an Internal error ,"500 Whoops, something went wrong on our end." This issue also appears when creating Merge Request…
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 CE: See own project member permission in private projects

A user can see his GitLab group permissions (if he is a direct group member) on the group overview page - but for the projects overview page the own role / permission level is not listed. If a user is a member of a GitLab project but not of the…
bastelflp
  • 9,362
  • 7
  • 32
  • 67
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

Gitlab migrate from 6.x to 8 in docker

I'm currently running a gitlab 6, which I've installed locally. Now I'm trying to migrate my services to docker. Luckily there is a gitlab docker container, but it is version 8 and provides the tree volumes /etc/gitlab, /var/log/gitlab and…
white_gecko
  • 4,808
  • 4
  • 55
  • 76
0
votes
1 answer

what is outdated diff in gitlab MR?

We are using gitlab version 8.4.11. sometimes we see an outdated diff in MR discussion section. what is outdated diff and when it will occur?
Ramkumar D
  • 9,226
  • 2
  • 17
  • 18
0
votes
0 answers

Gitlab - Enable the merge permission to reporter

I want to give the merge_accept permission to reporters. I know that I have to edit the policy file in the server. I edited the project_policy.rb as below (added two lines) rule { can?(:reporter_access) }.policy do enable :admin_merge_request …
Arunkumar
  • 73
  • 1
  • 11
0
votes
1 answer

Retrieving push metainformation and transferring it to the CI

I know, that in general GitLab CI scripts run after every push to the repository. How I can retrieve metainforation about the push and then transfer it to the GitLab CI? By metainforation I mean: project name, name of the user, who performed this…
VeLKerr
  • 2,995
  • 3
  • 24
  • 47
0
votes
1 answer

Errors while import-image from a private registry (exactly the gitlab container registry...) on openshift-origin

According to https://docs.openshift.org/latest/dev_guide/managing_images.html , I had generated a secret named 'test-secret' by command : oc secrets new-dockercfg test-secret \ --docker-server=my.registry.com:5000 \ #if the port '5000' needed? But…
Oion Power
  • 41
  • 1
  • 5
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
0 answers

gitlab not displaying gitlab-runner output in spite of builds running to completion

I've looked at: Gitlab CI runner not building or showing any output But this isn't a case of upgrading from gitlab 7 to 8. Even so, I tried deleting the build directory and that hasn't solved my issue. The build triggers, and some of the stages pass…
spierepf
  • 2,774
  • 2
  • 30
  • 52
0
votes
1 answer

Gitlab manual steps are skipped by default. How to stop that?

Currently, In my gitlab configuration workflow, i have some manual stage tests. So I can decide if the test pass or fail. Now the manual steps are always skipped by default. Whenever the normal stage steps are building it jump to another normal…
0
votes
1 answer

Can a GitLab CE export from one namespace be imported into to gitlab.com in a different namespace?

As per the title, I am attempting to import a project previously exported from GitLab CE 8.10.4 as a new project on www.gitlab.com. I am following the instructions here: http://docs.gitlab.com/ce/user/project/settings/import_export.html To…
nickebbitt
  • 1,711
  • 1
  • 13
  • 13