Top "Gitlab" questions

GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.

How to integrate UML diagrams into GitLab or GitHub

I want to publish some programming documentation I have in a public available repository. This documentation has formatted text, some …

git github uml markdown gitlab
How to use Go with a private GitLab repo

GitLab is a free, open-source way to host private .git repositories but it does not seem to work with Go. …

git go get package gitlab
This job is stuck, because the project doesn't have any runners online assigned to it. Go to Runners page

I am learning CI/CD. I have installed Gitlab And Gitlab Runner From Officicals. But whenever running the pipeline during …

continuous-integration gitlab gitlab-ci-runner
Changing image size in Markdown on Gitlab

I'm trying to post a picture to a file on my Gitlab using markdown ![](test/media/screenshot.png) seems to …

gitlab image-resizing
java.lang.IllegalStateException: Dex archives: setting .DEX extension only for .CLASS files

I build the project at gitlab ci ./gradlew assembleDebug --stacktrace and sometimes it throws an error: FAILURE: Build failed with …

android build continuous-integration kotlin gitlab
Whole team gets 'too many unreachable loose objects' messages

Not long ago, we have made the switch from SVN to Git. A few days ago, I realized that all …

git garbage-collection gitlab
High memory usage for Gitlab CE

Look at this picture showing gitlab ce memory consumption. I really dont need all of those workers, sidekiq or unicorn …

git gitlab gitlab-omnibus
GitLab email notifications not sending

I just recently install GitLab v5.0 on an Ubuntu 12.04 server and am now having issues with email notifications. I can't …

email ubuntu-12.04 sidekiq gitlab
Gitlab-CI runner: ignore self-signed certificate

gitlab-ci-multi-runner register gave me couldn't execute POST against https://xxxx/ci/api/v1/runners/register.json: Post https://xxxx/ci/…

go gitlab gitlab-ci gitlab-ci-runner gitlab-8
How do I remove Tag in GitLab repository

I am using GitLab 7.7.2 and tried to remove Tag in a repository in GitLab. I could remove tag in a …

git tags gitlab