Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
Version: 2.0.0.3 (31259)
Channel: stable
Sha1: 8858db33c8692b69de9987a5d672798d778735b2
Started on: 2019/03/28 22:07:37.653
Resources: C:\Program Files\Docker\Docker\Resources
OS: Windows 10 Enterprise
Edition: Enterprise
Id: 1803
Build: 17134
BuildLabName: 17134.1.amd64fre.rs4_release.180410-1804
### Keybase proof
I hereby claim:
* I am alexkrauss on github.
* I am alex_krauss (https://keybase.io/alex_krauss) on keybase.
* I have a public key ASA3iTOOJgIAiiHo9H8QZt5HXf2RdR0BluMNAyrXhOql9go
To claim this, I am signing this object:
@alexkrauss
alexkrauss / gitlab-timeline.html
Created August 16, 2018 07:17
Timeline charts for Gitlab build jobs
<html>
<head>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
// This is a quick hack to be able to see Gantt-like Timelines of gitlab build pipelines.
// It makes it easier to diagnose the running time of the pipelines and understand resource usage.
// Ideally, gitlab would directly provide such a view in its frontend.
google.charts.load('current', {'packages':['gantt']});