516 lines
18 KiB
HTML
516 lines
18 KiB
HTML
---
|
|
title: "v1.12.0 - 2020-07-09"
|
|
linkTitle: "v1.12.0 - 2020-07-09"
|
|
weight: -79
|
|
---
|
|
<html>
|
|
<head>
|
|
<title>kubernetes/minikube - Leaderboard</title>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap" rel="stylesheet">
|
|
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
|
|
<script type="text/javascript">
|
|
google.charts.load("current", {packages:["corechart"]});
|
|
</script>
|
|
<style>
|
|
body {
|
|
font-family: 'Open Sans', sans-serif;
|
|
background-color: #f7f7fa;
|
|
padding: 1em;
|
|
}
|
|
|
|
h1 {
|
|
color: rgba(66,133,244);
|
|
margin-bottom: 0em;
|
|
}
|
|
|
|
.subtitle {
|
|
color: rgba(23,90,201);
|
|
font-size: small;
|
|
}
|
|
|
|
pre {
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
color: #666;
|
|
font-size: small;
|
|
}
|
|
|
|
h2.cli {
|
|
color: #666;
|
|
}
|
|
|
|
h2 {
|
|
color: #333;
|
|
}
|
|
|
|
.board p {
|
|
font-size: small;
|
|
color: #999;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.board {
|
|
clear: right;
|
|
display: inline-block;
|
|
padding: 0.5em;
|
|
margin: 0.5em;
|
|
background-color: #fff;
|
|
}
|
|
.board:nth-child(4n+3) {
|
|
border: 2px solid rgba(66,133,244,0.25);
|
|
color: rgba(66,133,244);
|
|
}
|
|
|
|
.board:nth-child(4n+2) {
|
|
border: 2px solid rgba(219,68,55,0.25);
|
|
color: rgba rgba(219,68,55);
|
|
}
|
|
|
|
.board:nth-child(4n+1) {
|
|
border: 2px solid rgba(244,160,0,0.25);
|
|
color: rgba(244,160,0);
|
|
}
|
|
|
|
.board:nth-child(4n) {
|
|
border: 2px solid rgba(15,157,88,0.25);
|
|
color: rgba(15,157,88);
|
|
}
|
|
|
|
h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>kubernetes/minikube</h1>
|
|
<div class="subtitle">2020-05-29 — 2020-07-09</div>
|
|
|
|
|
|
|
|
<h2>Reviewers</h2>
|
|
|
|
|
|
<div class="board">
|
|
<h3>Most Influential</h3>
|
|
<p># of Merged PRs reviewed</p>
|
|
<div id="chart_reviewCounts" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawreviewCounts);
|
|
|
|
function drawreviewCounts() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', '# of Merged PRs reviewed', { role: 'annotation' }],
|
|
["medyagh", 24, "24"],
|
|
["afbjorklund", 9, "9"],
|
|
["priyawadhwa", 6, "6"],
|
|
["tstromberg", 6, "6"],
|
|
["sharifelgamal", 6, "6"],
|
|
["panchoh", 1, "1"],
|
|
["RA489", 1, "1"],
|
|
["Chili-Man", 1, "1"],
|
|
["celestehorgan", 1, "1"],
|
|
["clcollins", 1, "1"],
|
|
["alonyb", 1, "1"],
|
|
["prasadkatti", 1, "1"],
|
|
["fabiand", 1, "1"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_reviewCounts'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
<div class="board">
|
|
<h3>Most Helpful</h3>
|
|
<p># of words written in merged PRs</p>
|
|
<div id="chart_reviewWords" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawreviewWords);
|
|
|
|
function drawreviewWords() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', '# of words written in merged PRs', { role: 'annotation' }],
|
|
["medyagh", 1256, "1256"],
|
|
["afbjorklund", 649, "649"],
|
|
["priyawadhwa", 260, "260"],
|
|
["tstromberg", 222, "222"],
|
|
["sharifelgamal", 112, "112"],
|
|
["prasadkatti", 59, "59"],
|
|
["panchoh", 44, "44"],
|
|
["celestehorgan", 42, "42"],
|
|
["Chili-Man", 42, "42"],
|
|
["clcollins", 21, "21"],
|
|
["alonyb", 19, "19"],
|
|
["fabiand", 17, "17"],
|
|
["RA489", 17, "17"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_reviewWords'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
<div class="board">
|
|
<h3>Most Demanding</h3>
|
|
<p># of Review Comments in merged PRs</p>
|
|
<div id="chart_reviewComments" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawreviewComments);
|
|
|
|
function drawreviewComments() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', '# of Review Comments in merged PRs', { role: 'annotation' }],
|
|
["medyagh", 27, "27"],
|
|
["priyawadhwa", 16, "16"],
|
|
["tstromberg", 12, "12"],
|
|
["afbjorklund", 9, "9"],
|
|
["sharifelgamal", 5, "5"],
|
|
["clcollins", 1, "1"],
|
|
["celestehorgan", 1, "1"],
|
|
["fabiand", 1, "1"],
|
|
["RA489", 0, "0"],
|
|
["panchoh", 0, "0"],
|
|
["alonyb", 0, "0"],
|
|
["Chili-Man", 0, "0"],
|
|
["prasadkatti", 0, "0"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_reviewComments'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
|
|
<h2>Pull Requests</h2>
|
|
|
|
|
|
<div class="board">
|
|
<h3>Most Active</h3>
|
|
<p># of Pull Requests Merged</p>
|
|
<div id="chart_prCounts" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawprCounts);
|
|
|
|
function drawprCounts() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', '# of Pull Requests Merged', { role: 'annotation' }],
|
|
["medyagh", 28, "28"],
|
|
["afbjorklund", 26, "26"],
|
|
["tstromberg", 14, "14"],
|
|
["priyawadhwa", 13, "13"],
|
|
["prasadkatti", 2, "2"],
|
|
["govargo", 2, "2"],
|
|
["n0npax", 2, "2"],
|
|
["zhijianli88", 2, "2"],
|
|
["Harkishen-Singh", 2, "2"],
|
|
["sharifelgamal", 2, "2"],
|
|
["radeksm", 1, "1"],
|
|
["tsraza", 1, "1"],
|
|
["nezorflame", 1, "1"],
|
|
["kadern0", 1, "1"],
|
|
["colvin", 1, "1"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_prCounts'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
<div class="board">
|
|
<h3>Big Movers</h3>
|
|
<p>Lines of code (delta)</p>
|
|
<div id="chart_prDeltas" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawprDeltas);
|
|
|
|
function drawprDeltas() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', 'Lines of code (delta)', { role: 'annotation' }],
|
|
["medyagh", 23729, "23729"],
|
|
["awgreene", 21523, "21523"],
|
|
["afbjorklund", 2693, "2693"],
|
|
["tstromberg", 2641, "2641"],
|
|
["priyawadhwa", 1301, "1301"],
|
|
["n0npax", 621, "621"],
|
|
["colvin", 189, "189"],
|
|
["prasadkatti", 167, "167"],
|
|
["ashleyschuett", 136, "136"],
|
|
["nezorflame", 123, "123"],
|
|
["Harkishen-Singh", 79, "79"],
|
|
["zhijianli88", 77, "77"],
|
|
["kadern0", 61, "61"],
|
|
["sharifelgamal", 54, "54"],
|
|
["mbbroberg", 51, "51"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_prDeltas'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
<div class="board">
|
|
<h3>Most difficult to review</h3>
|
|
<p>Average PR size (added+changed)</p>
|
|
<div id="chart_prSize" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawprSize);
|
|
|
|
function drawprSize() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', 'Average PR size (added+changed)', { role: 'annotation' }],
|
|
["awgreene", 11148, "11148"],
|
|
["medyagh", 431, "431"],
|
|
["colvin", 185, "185"],
|
|
["tstromberg", 152, "152"],
|
|
["ashleyschuett", 136, "136"],
|
|
["n0npax", 132, "132"],
|
|
["nezorflame", 107, "107"],
|
|
["priyawadhwa", 86, "86"],
|
|
["afbjorklund", 85, "85"],
|
|
["prasadkatti", 78, "78"],
|
|
["kadern0", 46, "46"],
|
|
["sunny-b", 34, "34"],
|
|
["mbbroberg", 34, "34"],
|
|
["Harkishen-Singh", 29, "29"],
|
|
["maciaszczykm", 24, "24"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_prSize'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
|
|
<h2>Issues</h2>
|
|
|
|
|
|
<div class="board">
|
|
<h3>Most Active</h3>
|
|
<p># of comments</p>
|
|
<div id="chart_comments" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawcomments);
|
|
|
|
function drawcomments() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', '# of comments', { role: 'annotation' }],
|
|
["medyagh", 27, "27"],
|
|
["afbjorklund", 24, "24"],
|
|
["tstromberg", 9, "9"],
|
|
["sharifelgamal", 7, "7"],
|
|
["paddy-hack", 6, "6"],
|
|
["bolipereira", 3, "3"],
|
|
["priyawadhwa", 3, "3"],
|
|
["vinu2003", 3, "3"],
|
|
["MansM", 2, "2"],
|
|
["croensch", 2, "2"],
|
|
["marcominetti", 2, "2"],
|
|
["cwegener", 1, "1"],
|
|
["iRON5", 1, "1"],
|
|
["gordillo-ramon", 1, "1"],
|
|
["colangelo", 1, "1"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_comments'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
<div class="board">
|
|
<h3>Most Helpful</h3>
|
|
<p># of words (excludes authored)</p>
|
|
<div id="chart_commentWords" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawcommentWords);
|
|
|
|
function drawcommentWords() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', '# of words (excludes authored)', { role: 'annotation' }],
|
|
["afbjorklund", 1479, "1479"],
|
|
["medyagh", 1437, "1437"],
|
|
["martin-schaefer", 875, "875"],
|
|
["xAt0mZ", 824, "824"],
|
|
["paddy-hack", 823, "823"],
|
|
["pkankar", 615, "615"],
|
|
["croensch", 386, "386"],
|
|
["DanielFallon", 302, "302"],
|
|
["marcominetti", 254, "254"],
|
|
["vinu2003", 252, "252"],
|
|
["bolipereira", 240, "240"],
|
|
["khusseini", 220, "220"],
|
|
["sharifelgamal", 199, "199"],
|
|
["tstromberg", 178, "178"],
|
|
["iRON5", 150, "150"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_commentWords'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
<div class="board">
|
|
<h3>Top Closers</h3>
|
|
<p># of issues closed (excludes authored)</p>
|
|
<div id="chart_issueCloser" style="width: 450px; height: 350px;"></div>
|
|
<script type="text/javascript">
|
|
google.charts.setOnLoadCallback(drawissueCloser);
|
|
|
|
function drawissueCloser() {
|
|
var data = new google.visualization.arrayToDataTable([
|
|
['', '# of issues closed (excludes authored)', { role: 'annotation' }],
|
|
["medyagh", 67, "67"],
|
|
["sharifelgamal", 31, "31"],
|
|
["priyawadhwa", 19, "19"],
|
|
["tstromberg", 18, "18"],
|
|
["RA489", 5, "5"],
|
|
["afbjorklund", 3, "3"],
|
|
["", 1, "1"],
|
|
|
|
]);
|
|
|
|
var options = {
|
|
axisTitlesPosition: 'none',
|
|
|
|
bars: 'horizontal', // Required for Material Bar Charts.
|
|
axes: {
|
|
x: {
|
|
y: { side: 'top'} // Top x-axis.
|
|
}
|
|
},
|
|
legend: { position: "none" },
|
|
bar: { groupWidth: "85%" }
|
|
};
|
|
|
|
var chart = new google.visualization.BarChart(document.getElementById('chart_issueCloser'));
|
|
chart.draw(data, options);
|
|
};
|
|
</script>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
</html>
|