Merge pull request #11637 from sharifelgamal/lb-1.21

add contribution leaderboard for v1.21.0
pull/11641/head
Medya Ghazizadeh 2021-06-11 14:50:28 -04:00 committed by GitHub
commit f77b13331c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 496 additions and 0 deletions

View File

@ -0,0 +1,496 @@
---
title: "v1.21.0 - 2021-06-11"
linkTitle: "v1.21.0 - 2021-06-11"
weight: -97
---
<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-05-06 &mdash; 2021-06-11</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", 46, "46"],
["ilya-zuyev", 6, "6"],
["afbjorklund", 6, "6"],
["sharifelgamal", 5, "5"],
["spowelljr", 4, "4"],
["andriyDev", 2, "2"],
["AkihiroSuda", 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", 2911, "2911"],
["afbjorklund", 419, "419"],
["spowelljr", 381, "381"],
["ilya-zuyev", 380, "380"],
["sharifelgamal", 221, "221"],
["andriyDev", 221, "221"],
["AkihiroSuda", 5, "5"],
]);
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", 85, "85"],
["ilya-zuyev", 20, "20"],
["spowelljr", 19, "19"],
["sharifelgamal", 7, "7"],
["afbjorklund", 2, "2"],
["andriyDev", 0, "0"],
["AkihiroSuda", 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' }],
["spowelljr", 18, "18"],
["afbjorklund", 14, "14"],
["medyagh", 13, "13"],
["andriyDev", 13, "13"],
["ilya-zuyev", 12, "12"],
["sharifelgamal", 11, "11"],
["dinever", 8, "8"],
["daehyeok", 4, "4"],
["guettli", 3, "3"],
["AkihiroSuda", 2, "2"],
["prezha", 2, "2"],
["JacekDuszenko", 2, "2"],
["briandealwis", 2, "2"],
["evankanderson", 1, "1"],
["EmandM", 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' }],
["andriyDev", 21210, "21210"],
["sharifelgamal", 2073, "2073"],
["medyagh", 2004, "2004"],
["spowelljr", 955, "955"],
["afbjorklund", 853, "853"],
["daehyeok", 609, "609"],
["ilya-zuyev", 489, "489"],
["dinever", 426, "426"],
["prezha", 276, "276"],
["AkihiroSuda", 91, "91"],
["zhijianli88", 57, "57"],
["guettli", 31, "31"],
["utkarsh-pro", 13, "13"],
["janisz", 12, "12"],
["JacekDuszenko", 11, "11"],
]);
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' }],
["andriyDev", 1602, "1602"],
["prezha", 136, "136"],
["medyagh", 130, "130"],
["sharifelgamal", 111, "111"],
["daehyeok", 89, "89"],
["dinever", 42, "42"],
["zhijianli88", 42, "42"],
["spowelljr", 41, "41"],
["afbjorklund", 36, "36"],
["AkihiroSuda", 33, "33"],
["ilya-zuyev", 32, "32"],
["janisz", 11, "11"],
["utkarsh-pro", 8, "8"],
["vigothehacker", 6, "6"],
["guettli", 5, "5"],
]);
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", 34, "34"],
["afbjorklund", 32, "32"],
["andriyDev", 19, "19"],
["RA489", 16, "16"],
["sharifelgamal", 15, "15"],
["dinever", 14, "14"],
["ilya-zuyev", 12, "12"],
["spowelljr", 8, "8"],
["AkihiroSuda", 8, "8"],
["vishjain", 7, "7"],
["JacekDuszenko", 6, "6"],
["Srikrishnabh", 5, "5"],
["daehyeok", 5, "5"],
["vigothehacker", 5, "5"],
["AlbertMarashi", 5, "5"],
]);
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' }],
["Abheestanistala", 3617, "3617"],
["afbjorklund", 1851, "1851"],
["medyagh", 1269, "1269"],
["adamf", 712, "712"],
["dinever", 576, "576"],
["chris-ryu", 539, "539"],
["andriyDev", 532, "532"],
["ilya-zuyev", 487, "487"],
["zhan9san", 352, "352"],
["x3a", 333, "333"],
["AlbertMarashi", 325, "325"],
["sharifelgamal", 276, "276"],
["Srikrishnabh", 265, "265"],
["weshouman", 260, "260"],
["idealism-xxm", 185, "185"],
]);
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", 40, "40"],
["spowelljr", 23, "23"],
["sharifelgamal", 15, "15"],
["ilya-zuyev", 12, "12"],
["andriyDev", 8, "8"],
["afbjorklund", 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_issueCloser'));
chart.draw(data, options);
};
</script>
</div>
</body>
</html>