minikube/site/content/en/docs/contrib/leaderboard/v1.19.0.html

510 lines
18 KiB
HTML

---
title: "v1.19.0 - 2021-04-09"
linkTitle: "v1.19.0 - 2021-04-09"
weight: -95
---
<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-03-04 &mdash; 2021-04-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", 54, "54"],
["sharifelgamal", 6, "6"],
["afbjorklund", 5, "5"],
["tstromberg", 4, "4"],
["spowelljr", 4, "4"],
["ilya-zuyev", 4, "4"],
["runlevel5", 1, "1"],
["nikhita", 1, "1"],
["bl-ue", 1, "1"],
["camba1", 1, "1"],
["prezha", 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", 3130, "3130"],
["afbjorklund", 399, "399"],
["sharifelgamal", 282, "282"],
["tstromberg", 200, "200"],
["camba1", 97, "97"],
["spowelljr", 92, "92"],
["ilya-zuyev", 71, "71"],
["prezha", 43, "43"],
["nikhita", 19, "19"],
["bl-ue", 2, "2"],
["runlevel5", 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_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", 102, "102"],
["spowelljr", 7, "7"],
["afbjorklund", 6, "6"],
["ilya-zuyev", 4, "4"],
["tstromberg", 2, "2"],
["bl-ue", 1, "1"],
["runlevel5", 0, "0"],
["camba1", 0, "0"],
["prezha", 0, "0"],
["nikhita", 0, "0"],
["sharifelgamal", 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' }],
["afbjorklund", 25, "25"],
["sharifelgamal", 17, "17"],
["prezha", 14, "14"],
["ilya-zuyev", 10, "10"],
["medyagh", 9, "9"],
["govargo", 6, "6"],
["spowelljr", 5, "5"],
["hetong07", 4, "4"],
["tharun208", 4, "4"],
["azhao155", 3, "3"],
["lilongfeng0902", 3, "3"],
["maoyangLiu", 2, "2"],
["daehyeok", 2, "2"],
["Loyen", 2, "2"],
["anencore94", 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_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' }],
["govargo", 1862, "1862"],
["prezha", 1817, "1817"],
["sharifelgamal", 1738, "1738"],
["ilya-zuyev", 1556, "1556"],
["afbjorklund", 1254, "1254"],
["azhao155", 603, "603"],
["tharun208", 348, "348"],
["bharathkkb", 159, "159"],
["anencore94", 155, "155"],
["medyagh", 134, "134"],
["hetong07", 109, "109"],
["spowelljr", 74, "74"],
["yxxhero", 71, "71"],
["vishjain", 60, "60"],
["daehyeok", 44, "44"],
]);
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' }],
["govargo", 210, "210"],
["azhao155", 195, "195"],
["bharathkkb", 155, "155"],
["ilya-zuyev", 147, "147"],
["prezha", 82, "82"],
["tharun208", 78, "78"],
["anencore94", 74, "74"],
["yxxhero", 71, "71"],
["vishjain", 60, "60"],
["sharifelgamal", 40, "40"],
["afbjorklund", 39, "39"],
["BLasan", 29, "29"],
["hetong07", 26, "26"],
["tripolkaandrey", 18, "18"],
["Loyen", 16, "16"],
]);
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' }],
["afbjorklund", 58, "58"],
["medyagh", 30, "30"],
["sharifelgamal", 15, "15"],
["tstromberg", 12, "12"],
["spowelljr", 9, "9"],
["ilya-zuyev", 7, "7"],
["vishjain", 4, "4"],
["orrymr", 4, "4"],
["hetong07", 3, "3"],
["seperman", 3, "3"],
["prezha", 3, "3"],
["daehyeok", 3, "3"],
["azhao155", 3, "3"],
["tharun208", 3, "3"],
["Karmavil", 3, "3"],
]);
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", 4266, "4266"],
["medyagh", 1368, "1368"],
["ilya-zuyev", 919, "919"],
["sharifelgamal", 633, "633"],
["orrymr", 524, "524"],
["azhao155", 412, "412"],
["tstromberg", 402, "402"],
["riklopfer", 351, "351"],
["Filip-231", 338, "338"],
["tejal29", 293, "293"],
["spowelljr", 290, "290"],
["yogyogi", 288, "288"],
["devZer0", 274, "274"],
["hetong07", 250, "250"],
["santhoshcameo", 166, "166"],
]);
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", 73, "73"],
["spowelljr", 34, "34"],
["sharifelgamal", 20, "20"],
["ilya-zuyev", 7, "7"],
["tstromberg", 4, "4"],
["afbjorklund", 2, "2"],
["", 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>