Update yearly leaderboard

pull/18274/head
minikube-bot 2024-03-02 00:04:37 +00:00
parent 29200a2d54
commit 84bb58f811
1 changed files with 51 additions and 33 deletions

View File

@ -87,7 +87,7 @@ weight: -99992024
</head> </head>
<body> <body>
<h1>kubernetes/minikube</h1> <h1>kubernetes/minikube</h1>
<div class="subtitle">2024-01-01 &mdash; 2024-01-31</div> <div class="subtitle">2024-01-01 &mdash; 2024-02-29</div>
<h2>Reviewers</h2> <h2>Reviewers</h2>
@ -103,9 +103,9 @@ weight: -99992024
function drawreviewCounts() { function drawreviewCounts() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: '# of Merged PRs reviewed', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: '# of Merged PRs reviewed', type: 'number'}, { role: 'annotation' }],
["medyagh", 3, "3"],
["spowelljr", 2, "2"],
["afbjorklund", 1, "1"], ["afbjorklund", 1, "1"],
["spowelljr", 1, "1"],
["medyagh", 1, "1"],
]); ]);
@ -138,9 +138,9 @@ weight: -99992024
function drawreviewWords() { function drawreviewWords() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }],
["spowelljr", 118, "118"], ["spowelljr", 786, "786"],
["medyagh", 37, "37"],
["afbjorklund", 16, "16"], ["afbjorklund", 16, "16"],
["medyagh", 11, "11"],
]); ]);
@ -173,9 +173,9 @@ weight: -99992024
function drawreviewComments() { function drawreviewComments() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }],
["medyagh", 1, "1"], ["medyagh", 2, "2"],
["spowelljr", 1, "1"],
["afbjorklund", 0, "0"], ["afbjorklund", 0, "0"],
["spowelljr", 0, "0"],
]); ]);
@ -212,13 +212,19 @@ weight: -99992024
function drawprCounts() { function drawprCounts() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }],
["spowelljr", 15, "15"], ["spowelljr", 20, "20"],
["prezha", 6, "6"], ["prezha", 6, "6"],
["jeffmaury", 3, "3"],
["sandipanpanda", 2, "2"], ["sandipanpanda", 2, "2"],
["travier", 2, "2"],
["ComradeProgrammer", 1, "1"],
["syxunion", 1, "1"],
["Juneezee", 1, "1"],
["mahmut-Abi", 1, "1"],
["ph-ngn", 1, "1"], ["ph-ngn", 1, "1"],
["MarcusDunn", 1, "1"], ["MarcusDunn", 1, "1"],
["jeffmaury", 1, "1"],
["qlijin", 1, "1"], ["qlijin", 1, "1"],
["coderrick", 1, "1"],
]); ]);
@ -251,12 +257,18 @@ weight: -99992024
function drawprDeltas() { function drawprDeltas() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }],
["spowelljr", 760, "760"], ["spowelljr", 932, "932"],
["travier", 586, "586"],
["prezha", 163, "163"], ["prezha", 163, "163"],
["sandipanpanda", 95, "95"], ["sandipanpanda", 95, "95"],
["ComradeProgrammer", 12, "12"],
["coderrick", 5, "5"],
["ph-ngn", 4, "4"], ["ph-ngn", 4, "4"],
["Juneezee", 4, "4"],
["qlijin", 2, "2"], ["qlijin", 2, "2"],
["MarcusDunn", 2, "2"], ["MarcusDunn", 2, "2"],
["mahmut-Abi", 0, "0"],
["syxunion", 0, "0"],
["jeffmaury", 0, "0"], ["jeffmaury", 0, "0"],
]); ]);
@ -290,12 +302,18 @@ weight: -99992024
function drawprSize() { function drawprSize() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: 'Average PR size (added+changed)', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: 'Average PR size (added+changed)', type: 'number'}, { role: 'annotation' }],
["travier", 123, "123"],
["sandipanpanda", 44, "44"], ["sandipanpanda", 44, "44"],
["spowelljr", 31, "31"], ["spowelljr", 30, "30"],
["prezha", 14, "14"], ["prezha", 14, "14"],
["ComradeProgrammer", 7, "7"],
["coderrick", 5, "5"],
["ph-ngn", 2, "2"], ["ph-ngn", 2, "2"],
["Juneezee", 2, "2"],
["MarcusDunn", 1, "1"], ["MarcusDunn", 1, "1"],
["qlijin", 1, "1"], ["qlijin", 1, "1"],
["mahmut-Abi", 0, "0"],
["syxunion", 0, "0"],
["jeffmaury", 0, "0"], ["jeffmaury", 0, "0"],
]); ]);
@ -333,21 +351,21 @@ weight: -99992024
function drawcomments() { function drawcomments() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }],
["caerulescens", 42, "42"], ["caerulescens", 46, "46"],
["afbjorklund", 17, "17"], ["afbjorklund", 26, "26"],
["T-Lakshmi", 15, "15"],
["spowelljr", 11, "11"],
["liangyuanpeng", 10, "10"], ["liangyuanpeng", 10, "10"],
["spowelljr", 10, "10"], ["kundan2707", 6, "6"],
["prezha", 3, "3"], ["prezha", 4, "4"],
["medyagh", 4, "4"],
["64J0", 3, "3"],
["vaibhav2107", 3, "3"],
["leeseoungsuk1", 3, "3"],
["mazzystr", 2, "2"], ["mazzystr", 2, "2"],
["medyagh", 2, "2"], ["maksymilian-mulawa-form3", 2, "2"],
["logopk", 2, "2"],
["iamprakash89", 2, "2"],
["jusito", 2, "2"], ["jusito", 2, "2"],
["kundan2707", 2, "2"], ["metalcycling", 2, "2"],
["yamaken1343", 1, "1"],
["chronicc", 1, "1"],
["lb7", 1, "1"],
["pshiki", 1, "1"],
]); ]);
@ -380,21 +398,21 @@ weight: -99992024
function drawcommentWords() { function drawcommentWords() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }],
["caerulescens", 1607, "1607"], ["caerulescens", 1996, "1996"],
["adrian-moisa", 1688, "1688"],
["karthick-dkk", 1285, "1285"], ["karthick-dkk", 1285, "1285"],
["afbjorklund", 712, "712"], ["afbjorklund", 921, "921"],
["spowelljr", 391, "391"], ["kundan2707", 652, "652"],
["spowelljr", 432, "432"],
["jusito", 387, "387"], ["jusito", 387, "387"],
["adolphTech", 277, "277"], ["adolphTech", 277, "277"],
["prezha", 251, "251"],
["mazzystr", 243, "243"], ["mazzystr", 243, "243"],
["gufertum", 219, "219"],
["iamprakash89", 176, "176"], ["iamprakash89", 176, "176"],
["prezha", 160, "160"], ["T-Lakshmi", 148, "148"],
["64J0", 138, "138"],
["liangyuanpeng", 112, "112"], ["liangyuanpeng", 112, "112"],
["fredjeck", 109, "109"],
["yamaken1343", 71, "71"],
["medyagh", 61, "61"],
["pshiki", 60, "60"],
["friedrich", 52, "52"],
]); ]);
@ -427,7 +445,7 @@ weight: -99992024
function drawissueCloser() { function drawissueCloser() {
var data = new google.visualization.arrayToDataTable([ var data = new google.visualization.arrayToDataTable([
[{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }], [{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }],
["spowelljr", 18, "18"], ["spowelljr", 19, "19"],
]); ]);