513 lines
18 KiB
HTML
513 lines
18 KiB
HTML
---
|
|
title: "v1.23.0 - 2021-09-03"
|
|
linkTitle: "v1.23.0 - 2021-09-03"
|
|
weight: -99
|
|
---
|
|
<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">2021-07-07 — 2021-09-03</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([
|
|
[{label:'',type:'string'},{label: '# of Merged PRs reviewed', type: 'number'}, { role: 'annotation' }],
|
|
["medyagh", 38, "38"],
|
|
["sharifelgamal", 15, "15"],
|
|
["afbjorklund", 8, "8"],
|
|
["spowelljr", 8, "8"],
|
|
["andriyDev", 3, "3"],
|
|
["ilya-zuyev", 2, "2"],
|
|
["azhao155", 1, "1"],
|
|
["mikebrow", 1, "1"],
|
|
["briandealwis", 1, "1"],
|
|
["ncresswell", 1, "1"],
|
|
["iliadmitriev", 1, "1"],
|
|
["shahiddev", 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([
|
|
[{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }],
|
|
["medyagh", 1407, "1407"],
|
|
["sharifelgamal", 526, "526"],
|
|
["afbjorklund", 465, "465"],
|
|
["spowelljr", 261, "261"],
|
|
["mikebrow", 145, "145"],
|
|
["iliadmitriev", 101, "101"],
|
|
["andriyDev", 79, "79"],
|
|
["shahiddev", 36, "36"],
|
|
["ilya-zuyev", 27, "27"],
|
|
["ncresswell", 18, "18"],
|
|
["briandealwis", 12, "12"],
|
|
["azhao155", 2, "2"],
|
|
|
|
]);
|
|
|
|
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([
|
|
[{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }],
|
|
["medyagh", 25, "25"],
|
|
["spowelljr", 13, "13"],
|
|
["sharifelgamal", 10, "10"],
|
|
["mikebrow", 7, "7"],
|
|
["afbjorklund", 7, "7"],
|
|
["andriyDev", 5, "5"],
|
|
["ilya-zuyev", 2, "2"],
|
|
["iliadmitriev", 2, "2"],
|
|
["briandealwis", 0, "0"],
|
|
["ncresswell", 0, "0"],
|
|
["azhao155", 0, "0"],
|
|
["shahiddev", 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([
|
|
[{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }],
|
|
["andriyDev", 41, "41"],
|
|
["spowelljr", 24, "24"],
|
|
["sharifelgamal", 17, "17"],
|
|
["afbjorklund", 14, "14"],
|
|
["medyagh", 12, "12"],
|
|
["jeffmaury", 4, "4"],
|
|
["ilya-zuyev", 3, "3"],
|
|
["prezha", 3, "3"],
|
|
["kadern0", 2, "2"],
|
|
["mahalrs", 2, "2"],
|
|
["browncrane", 2, "2"],
|
|
["rajdevworks", 1, "1"],
|
|
["zigarn", 1, "1"],
|
|
["valaparthvi", 1, "1"],
|
|
["zhan9san", 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([
|
|
[{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }],
|
|
["prezha", 20587, "20587"],
|
|
["medyagh", 6068, "6068"],
|
|
["andriyDev", 2567, "2567"],
|
|
["afbjorklund", 1205, "1205"],
|
|
["spowelljr", 771, "771"],
|
|
["sharifelgamal", 711, "711"],
|
|
["kadern0", 334, "334"],
|
|
["ilya-zuyev", 284, "284"],
|
|
["coolamiy", 238, "238"],
|
|
["AkihiroSuda", 231, "231"],
|
|
["dinever", 171, "171"],
|
|
["balasu", 159, "159"],
|
|
["raghavendra-talur", 120, "120"],
|
|
["zhan9san", 97, "97"],
|
|
["mahalrs", 65, "65"],
|
|
|
|
]);
|
|
|
|
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([
|
|
[{label:'',type:'string'},{label: 'Average PR size (added+changed)', type: 'number'}, { role: 'annotation' }],
|
|
["prezha", 2803, "2803"],
|
|
["medyagh", 376, "376"],
|
|
["AkihiroSuda", 204, "204"],
|
|
["kadern0", 166, "166"],
|
|
["dinever", 162, "162"],
|
|
["balasu", 159, "159"],
|
|
["raghavendra-talur", 117, "117"],
|
|
["coolamiy", 103, "103"],
|
|
["afbjorklund", 81, "81"],
|
|
["zhan9san", 71, "71"],
|
|
["ilya-zuyev", 68, "68"],
|
|
["BlaineEXE", 57, "57"],
|
|
["andriyDev", 41, "41"],
|
|
["de-sh", 38, "38"],
|
|
["vishjain", 35, "35"],
|
|
|
|
]);
|
|
|
|
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([
|
|
[{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }],
|
|
["afbjorklund", 45, "45"],
|
|
["RA489", 36, "36"],
|
|
["sharifelgamal", 31, "31"],
|
|
["spowelljr", 28, "28"],
|
|
["medyagh", 20, "20"],
|
|
["andriyDev", 13, "13"],
|
|
["mprimeaux", 7, "7"],
|
|
["jayesh-srivastava", 6, "6"],
|
|
["Bytesu", 5, "5"],
|
|
["Osprey2021", 4, "4"],
|
|
["Luttik", 4, "4"],
|
|
["Rits333", 3, "3"],
|
|
["pfeigl", 3, "3"],
|
|
["Himkwok", 3, "3"],
|
|
["yangyaofei", 2, "2"],
|
|
|
|
]);
|
|
|
|
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([
|
|
[{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }],
|
|
["D2C-Cai", 4008, "4008"],
|
|
["afbjorklund", 2677, "2677"],
|
|
["andriyDev", 1510, "1510"],
|
|
["spowelljr", 1364, "1364"],
|
|
["deepakponnada", 1190, "1190"],
|
|
["mcg1969", 932, "932"],
|
|
["sharifelgamal", 828, "828"],
|
|
["yangyaofei", 757, "757"],
|
|
["medyagh", 713, "713"],
|
|
["Luttik", 452, "452"],
|
|
["pfeigl", 410, "410"],
|
|
["apupier", 388, "388"],
|
|
["rlanting", 384, "384"],
|
|
["mprimeaux", 371, "371"],
|
|
["edemen", 356, "356"],
|
|
|
|
]);
|
|
|
|
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([
|
|
[{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }],
|
|
["spowelljr", 47, "47"],
|
|
["medyagh", 41, "41"],
|
|
["sharifelgamal", 22, "22"],
|
|
["andriyDev", 6, "6"],
|
|
["ilya-zuyev", 3, "3"],
|
|
["afbjorklund", 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>
|