minikube/site/content/en/docs/contrib/leaderboard/2022.html

521 lines
19 KiB
HTML

---
title: "2022"
linkTitle: "2022"
weight: -99992022
---
<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">2022-01-01 &mdash; 2022-12-31</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' }],
["spowelljr", 63, "63"],
["medyagh", 49, "49"],
["klaases", 17, "17"],
["sharifelgamal", 13, "13"],
["afbjorklund", 13, "13"],
["t-inu", 8, "8"],
["atoato88", 7, "7"],
["AkihiroSuda", 3, "3"],
["jesperpedersen", 3, "3"],
["knrt10", 2, "2"],
["s-kawamura-w664", 2, "2"],
["kakkoyun", 2, "2"],
["csantanapr", 1, "1"],
["alexbaeza", 1, "1"],
["inductor", 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' }],
["spowelljr", 4978, "4978"],
["medyagh", 1492, "1492"],
["t-inu", 1152, "1152"],
["afbjorklund", 819, "819"],
["s-kawamura-w664", 534, "534"],
["klaases", 473, "473"],
["atoato88", 421, "421"],
["sharifelgamal", 394, "394"],
["mm0", 287, "287"],
["knrt10", 125, "125"],
["vbezhenar", 108, "108"],
["jesperpedersen", 65, "65"],
["kakkoyun", 49, "49"],
["AkihiroSuda", 34, "34"],
["mprimeaux", 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_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' }],
["spowelljr", 125, "125"],
["medyagh", 52, "52"],
["t-inu", 16, "16"],
["atoato88", 14, "14"],
["klaases", 13, "13"],
["afbjorklund", 11, "11"],
["sharifelgamal", 7, "7"],
["AkihiroSuda", 5, "5"],
["s-kawamura-w664", 4, "4"],
["mprimeaux", 2, "2"],
["inductor", 1, "1"],
["csantanapr", 1, "1"],
["criztovyl", 1, "1"],
["vbezhenar", 1, "1"],
["knrt10", 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_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' }],
["spowelljr", 234, "234"],
["sharifelgamal", 37, "37"],
["afbjorklund", 25, "25"],
["jeffmaury", 20, "20"],
["klaases", 20, "20"],
["medyagh", 8, "8"],
["yosshy", 8, "8"],
["presztak", 7, "7"],
["ckannon", 6, "6"],
["prezha", 6, "6"],
["kadern0", 4, "4"],
["eiffel-fl", 4, "4"],
["zdxgs", 3, "3"],
["yolossn", 3, "3"],
["chungjin", 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_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' }],
["spowelljr", 23237, "23237"],
["sharifelgamal", 8526, "8526"],
["afbjorklund", 1850, "1850"],
["gAmUssA", 1574, "1574"],
["prezha", 1390, "1390"],
["ckannon", 794, "794"],
["eiffel-fl", 635, "635"],
["chungjin", 499, "499"],
["klaases", 412, "412"],
["presztak", 349, "349"],
["zhan9san", 332, "332"],
["Juneezee", 268, "268"],
["naveensrinivasan", 264, "264"],
["NikhilSharmaWe", 264, "264"],
["yolossn", 249, "249"],
]);
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' }],
["gAmUssA", 1573, "1573"],
["sharifelgamal", 179, "179"],
["eliaskoromilas", 168, "168"],
["F1ko", 143, "143"],
["chungjin", 140, "140"],
["agarwalnit", 139, "139"],
["prezha", 129, "129"],
["eiffel-fl", 128, "128"],
["iastewar", 111, "111"],
["Rabattkarte", 108, "108"],
["tyabu12", 107, "107"],
["ckannon", 95, "95"],
["vharsh", 89, "89"],
["Juneezee", 88, "88"],
["naveensrinivasan", 85, "85"],
]);
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", 344, "344"],
["RA489", 239, "239"],
["klaases", 212, "212"],
["spowelljr", 184, "184"],
["sharifelgamal", 57, "57"],
["medyagh", 38, "38"],
["zhan9san", 22, "22"],
["mprimeaux", 15, "15"],
["kundan2707", 14, "14"],
["eiffel-fl", 12, "12"],
["fireinrain", 9, "9"],
["vroetman", 9, "9"],
["AkihiroSuda", 9, "9"],
["denisok", 8, "8"],
["vrapolinario", 8, "8"],
]);
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' }],
["afbjorklund", 16652, "16652"],
["spowelljr", 7995, "7995"],
["klaases", 7872, "7872"],
["blacksd", 4095, "4095"],
["kevinevans1", 2674, "2674"],
["slashben", 2287, "2287"],
["cdbattags", 2055, "2055"],
["sharifelgamal", 1759, "1759"],
["zhan9san", 1679, "1679"],
["medyagh", 1645, "1645"],
["denisok", 1626, "1626"],
["danieldonoghue", 1535, "1535"],
["mesketh", 1252, "1252"],
["clarencesham", 1043, "1043"],
["ps-spark", 982, "982"],
]);
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' }],
["klaases", 237, "237"],
["spowelljr", 223, "223"],
["sharifelgamal", 44, "44"],
["medyagh", 31, "31"],
["afbjorklund", 5, "5"],
["prezha", 4, "4"],
]);
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>