Questions tagged [gitlab-ce]

Use this tag to explicitly mark a question related to GitLab Community Edition only. Should never come in conjunction with GitLab-ee (use only GitLab instead)

GitLab Community Edition is the Open Source version of GitLab stripped of any proprietary code. It is marketed as an unlicensed Enterprise Edition in terms of functionalities.

336 questions
9
votes
1 answer

GitLab backup doesn't include wiki

We have GitLab CE 9.1.2 installed on our server where a backup is scheduled to run every 8:00 PM Mon-Fri. So far things are fine but yesterday we started using the Wiki. I double checked the backup file and somehow it had the exact same size as the…
dokgu
  • 4,957
  • 3
  • 39
  • 77
8
votes
3 answers

GitLab projects failed their last repository check

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) failed. See the 'repocheck.log' file for error messages." As suggested…
Chanikya_Sai
  • 101
  • 1
  • 3
8
votes
1 answer

Optimization of high memory usage for GitLab CE

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 is currently taking 4.5GB RAM and it seems to be too…
7
votes
1 answer

What are the limitations of Gitlab Community Edition (Gitlab CE)?

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: limitation for general element type (number of people,…
Thach Lockevn
  • 1,438
  • 1
  • 12
  • 15
7
votes
3 answers

Internal Server Error 500 while accessing $GITLAB/admin/runners

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, the problem persists. Here is a trace from the…
NerdSec
  • 95
  • 1
  • 2
  • 7
6
votes
1 answer

Job ends with error "WARNING: Uploading artifacts as "archive" to coordinator... failed"

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 the job: WARNING: Uploading artifacts as "archive"…
bokabraq
  • 105
  • 1
  • 1
  • 5
6
votes
3 answers

Why Gitlab fails importing repository from local network with status code 128?

I have recently installed GitLab with Docker in a server within a local network. I am trying to migrate a repository I mantained locally in my PC. I exposed it through a local HTTP server within my local network as a workaround, just to be able to…
SebasSBM
  • 860
  • 2
  • 8
  • 32
6
votes
2 answers

GitLab Incremental BackUp

Now everyday i'm taking the full back-up of gitlab-CE 8.12.4 server whose size is more than 4 GB. Is there any way or work-around to take the incremental backup of gitlab-CE server.
Saurabh Agrawal
  • 421
  • 2
  • 7
  • 16
6
votes
2 answers

Close GitLab CE Merge Requests From Commit Message

A useful feature of GitHub is that users are able to close their "pull requests" (PRs) via commit message. For instance, if Closes #1 is written in a commit message and that commit subsequently lands on the master branch, GitHub will automatically…
Kenny Worden
  • 4,335
  • 11
  • 35
  • 62
6
votes
3 answers

Can't change users project limit in GitLab

I have installed GitLab-CE from the projects package repo on a Ubuntu 16.04 LTS system. The package version is this: 8.9.5-ce.0 The architecture is AMD64. I have configured everything fine. I have HTTPS and so on. I created my admin account and so…
PHPDeveloper
  • 81
  • 1
  • 1
  • 5
5
votes
2 answers

Gitlab api v4 returns 404 on project search when using namespace/projectname instead of id

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 the api returns { error: "404 Project Not…
Arigion
  • 3,267
  • 31
  • 41
5
votes
3 answers

Login to docker registry located in Gitlab

I created a docker registry and want to connect it with GitLab. I followed this documentation https://docs.gitlab.com/ce/user/project/container_registry.html. After that I tried to login to docker, but I received 401 or Access denied, do you know…
Krasimir
  • 1,806
  • 2
  • 18
  • 31
5
votes
4 answers

how to recover from a Git remote repository deleted

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 local repositories with a lot of branches. Our…
MeeDNite
  • 159
  • 3
  • 13
5
votes
3 answers

GitLab project (repository) quota

I am running a GitLab Community Edition and would like to add a quota to the GitLab projects (repositories) to prevent users from creating large projects. The quota should be in terms of max project size, e.g. 420 MB per project. Is this possible?…
bastelflp
  • 9,362
  • 7
  • 32
  • 67
4
votes
0 answers

Gitlab Kubernetes Agent how to restrict access by namespace or environment

I'm trying to move from certificate based GitLab Kubernetes integration which got deprecated, to new agent based Kubernetes integration. I use CI/CD workflow, created separate project for Gitlab Kubernetes Agents and registered them there. The…
Simon
  • 997
  • 1
  • 15
  • 29
1
2
3
22 23