GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.
So, in addition to GitKraken won't let me clone from a private repo on GitHub I get this screen when …
gitlab gitkrakenWe want to install Git in our dedicated server to mange our code version and code revision. Our dedicated server …
git gitlab windows-server-2012I have GitLab & GitLab CI set up to host and test some of my private repos. For my composer …
ssh continuous-integration gitlab gitlab-ci gitlab-ci-runnerI need to see code coverage report for a java maven project in Gitlab. According to this, this and some …
maven gitlab code-coverage gitlab-ci jacocoI'm running GitLab in a container of Docker but it's okay so far, no problem with that at all. I'm …
repository project gitlabI'm trying to use 'cache' in .gitlab-ci.yml (http://doc.gitlab.com/ce/ci/yaml/README.html#cache). My gitlab …
gitlab gitlab-ci gitlab-ci-runnerI am trying to make use of the variables: keyword documented in the Gitlab CI Documentation here: FROM: https://docs.…
variables gitlab gitlab-ciI started to look in to ssl certificates when I stumbled upon let's encrypt, and I wanted to use it …
ssl-certificate gitlab raspbian gitlab-omnibus lets-encryptI'm trying to implement GitLab CI Pipelines to build and deploy an Angular app. In our project we have two …
git continuous-integration gitlab pipeline gitlab-ci