Since GitLab 10.3. you can use Mermaid in GitLab comments: Gitlab Doc. With Mermaid you can create diagrams based on...

Accessing other repositories in Gitlab CI is not straight forward, since the access rights of the current pipeline might not...

docs.gitlab.com

Use rules to include or exclude jobs in pipelines. Rules are evaluated in order until the first match. When a...

If a project ist configured to spawn CI runners for tests or deployment when pushing to the Repo, a habit...

makandra Operations

Sometimes you might need to do some task in GitLab which would be tedious if you'd have to do...

Say you want to move a git repository from one remote (perhaps Github) to another (perhaps Gitlab).

makandra dev

An end-to-end test (E2E test) is a script that remote-controls a web browser with tools like Selenium...

Sometimes, through some firewall or proxy misconfiguration, you might have to deploy to a server that cannot access the git...

makandra dev

When you're using feature branches, they will stack up if you don't delete them after the merge to...

We are using the BEM pattern ("Block, Element, Modifier") to structure our CSS in all new projects. We try to...

makandra Curriculum

makandra's development process Learn about our process. The squares represent the state of the issue in Linear:

Rails is our web framework. Goals Be able to write a simple Rails application. Understand how Rails talks to the...

help.github.com

Please don't simply copy line number links from Github. The URL usually contains a branch name like master which...

If your project manager wants to do gatekeeping on a project, as a developer you need to follow the following...

If you're responsible for gatekeeping in a projects, here is a guide, what to do. In order to reduce...

linux.die.net

You can convert git commits into patch files. Those can be used to apply to a different repository [1] or...

makandra dev

Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]