gitlab-ce Questions
3
Solved
I have a Gitlab CE 11.7 docker running on my server. When I import a project from gitlab.com, its wiki is missing. I use the built-in interface to import the projects:
New Project > Import pro...
4
Solved
I have restored Gitlab from a backup, now every time I try to access the runners webpage, I get a Internal Server error.
I have tried uninstalling all configured gitlab-runners and accessing it, t...
Piggy asked 16/1, 2019 at 12:18
6
Is there a way to get the total time spend on all issues that a user have spend with the time tracking /spend slash command?
Time tracking stats with the API gets just a small amount of data: http...
2
Solved
I'm dealing with a GitLab Community Edition 13.10.1.
At the moment there are about a hundred small projects on this.
By selecting a project it is possible to search for specific code within all its...
3
I try to use the Gitlab Workflow plugin for VS Code. Unfortunately it does not find my project. I debugged it and found that it calls
https://mydomain/gitlab/api/v4/projects/mygroup%2Fmyproject
and...
Irrepealable asked 24/7, 2020 at 12:50
4
I've been using GitHub for my previous project, and I had what is called auto-assign reviewer for pull requests that automatically assigns a reviewer from my team to do the code review.
now I'm wor...
4
Solved
I just upgraded my gitlab-ce version to the latest version using this command
sudo yum install gitlab-ce-12.1.3-ce.0.el7.x86_64
the upgrade works well, but after restart the gitlab service won't...
Marble asked 5/8, 2019 at 11:1
2
Solved
Right now, anyone that creates a branch in my project and adds a .gitlab-ci.yml file to it, can execute commands on my server using the runner. How can I make it so that only masters or owners can ...
Etiolate asked 30/8, 2016 at 17:13
3
I have received a gitlab alert mail stating that "One project failed its last repository check".
I did check the error in Gitlab admin panel as "Last repository check (just now) fail...
6
Solved
I tried to update my gitlab-CE from 10.3.2 to the latest one (currently the 11.4). And it gives me this honestly safe error.
[...]
gitlab preinstall: It seems you are upgrading from 10.x version ...
Outdo asked 10/9, 2018 at 9:43
1
Solved
Is there a way to configure 5 postgresql instance in a Gitlab CI?
This is my configuration:
image: something:latest
variables:
SPRING_PROFILES_ACTIVE: gitlab-ci
POSTGRES_USER: gitlab-ci
POSTG...
Rovelli asked 4/11, 2017 at 18:22
3
With gitlab-ce-12.x, Geo requires the storage path to be hashed (https://docs.gitlab.com/ee/administration/repository_storage_types.html)
For a given repository, the data will therefore be stored...
3
Solved
Is it possible to move a GitLab repository from one group to another in GitLab?
For example, I have https://gitlab.com/my-user/my-repo. I'd like to move it to https://gitlab.com/my-group/another-gr...
3
As an admin of a private GitLab instance, it would be great to know when new versions are available, especially for security updates.
I couldn't find a way to subscribe to a "newsletter" of new re...
2
1
Solved
How to trigger a GitLab CICD pipeline whenever a tag like below gets created? How can I make it in regular expression for all future tags based on the same format?
Tag to trigger the pipeline: 2021...
5
Solved
1- Environment:
Gitlab-CE
GitLab 13.2.1 (b55baf593e6)
GitLab Shell 13.3.0
GitLab Workhorse v8.37.0
GitLab API v4
Ruby 2.6.6p146
Rails 6.0.3.1
PostgreSQL 11.7
Debian GNU / Linux 10 server (buster)
...
Mahican asked 29/7, 2020 at 13:36
2
This is the third time I install gitlab on server and never had issues before.
I decide to reinstall gitlab-ce ( 12.10.0 ) after dealing with issues on 12.9.0.
Before installing the new version...
1
I'm in the process of migrating my projects from GitHub.com to a self-hosted GitLab CE instance. I had previously set up a GitHub Actions pipeline to publish the application when a new release was ...
Calbert asked 26/5, 2021 at 22:29
1
I have deployed Gitlab CE on my private server in Docker container. There are 5 users, 1 project (1GB) and nothing else, no CI/CD, no background tasks. We are using it just as a GIT repository.
It ...
1
I read this comparison https://about.gitlab.com/pricing/self-managed/feature-comparison/ on Gitlab, lot of things are still unclear. I would like to ask about the limitation at some points:
limit...
Beanstalk asked 8/10, 2019 at 8:1
1
I have the set-up for docker-compose like this
version: "3.2"
services:
gitlab:
image: gitlab/gitlab-ce:latest
container_name: gitlab-container
restart: always
environment:
- GITLA...
Dread asked 29/3, 2021 at 11:30
1
Solved
I am trying to set up a GitLab ce server running in docker, on my local Windows machine for the moment. Trying to configure GitLab CI, I am facing an issue when uploading the artifact at the end of...
Nepotism asked 16/12, 2020 at 13:38
2
Solved
Consider the following gilab-ci.yml script:
stages:
- build_for_ui_automation
- independent_job
variables:
LC_ALL: "en_US.UTF-8"
LANG: "en_US.UTF-8"
before_script:
- gem install bundler
- ...
Teaspoon asked 20/6, 2019 at 13:18
4
Solved
We had a Gitlab CE on a vm in our server.
There were 3 people working on a single repository on this Gitlab server.
This Gitlab CE vm has been deleted accidentally!
These 3 people still have their ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.