Merge pull request #16986 from minikube-bot/yearly-leaderboard-b7f6cf2
Update Yearly Leaderboardpull/16988/head
commit
114051a138
|
@ -87,7 +87,7 @@ weight: -99992023
|
|||
</head>
|
||||
<body>
|
||||
<h1>kubernetes/minikube</h1>
|
||||
<div class="subtitle">2023-01-01 — 2023-06-30</div>
|
||||
<div class="subtitle">2023-01-01 — 2023-07-31</div>
|
||||
|
||||
|
||||
<h2>Reviewers</h2>
|
||||
|
@ -103,20 +103,21 @@ weight: -99992023
|
|||
function drawreviewCounts() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Merged PRs reviewed', type: 'number'}, { role: 'annotation' }],
|
||||
["medyagh", 52, "52"],
|
||||
["spowelljr", 36, "36"],
|
||||
["afbjorklund", 5, "5"],
|
||||
["medyagh", 62, "62"],
|
||||
["spowelljr", 43, "43"],
|
||||
["afbjorklund", 6, "6"],
|
||||
["eiffel-fl", 3, "3"],
|
||||
["aiyijing", 3, "3"],
|
||||
["sharifelgamal", 2, "2"],
|
||||
["shu-mutou", 1, "1"],
|
||||
["shaneutt", 1, "1"],
|
||||
["travisn", 1, "1"],
|
||||
["atoato88", 1, "1"],
|
||||
["alban", 1, "1"],
|
||||
["profnandaa", 1, "1"],
|
||||
["atoato88", 1, "1"],
|
||||
["neersighted", 1, "1"],
|
||||
["tstromberg", 1, "1"],
|
||||
["sethrylan", 1, "1"],
|
||||
["travisn", 1, "1"],
|
||||
["AkihiroSuda", 1, "1"],
|
||||
["shaneutt", 1, "1"],
|
||||
["neersighted", 1, "1"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -149,11 +150,12 @@ weight: -99992023
|
|||
function drawreviewWords() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 4213, "4213"],
|
||||
["medyagh", 1977, "1977"],
|
||||
["spowelljr", 5153, "5153"],
|
||||
["medyagh", 2373, "2373"],
|
||||
["afbjorklund", 1062, "1062"],
|
||||
["neersighted", 295, "295"],
|
||||
["eiffel-fl", 174, "174"],
|
||||
["afbjorklund", 157, "157"],
|
||||
["aiyijing", 165, "165"],
|
||||
["shu-mutou", 137, "137"],
|
||||
["atoato88", 46, "46"],
|
||||
["shaneutt", 39, "39"],
|
||||
|
@ -162,7 +164,7 @@ weight: -99992023
|
|||
["alban", 19, "19"],
|
||||
["profnandaa", 17, "17"],
|
||||
["AkihiroSuda", 8, "8"],
|
||||
["tstromberg", 6, "6"],
|
||||
["sethrylan", 7, "7"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -195,17 +197,18 @@ weight: -99992023
|
|||
function drawreviewComments() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 101, "101"],
|
||||
["medyagh", 57, "57"],
|
||||
["spowelljr", 119, "119"],
|
||||
["medyagh", 62, "62"],
|
||||
["aiyijing", 7, "7"],
|
||||
["neersighted", 4, "4"],
|
||||
["eiffel-fl", 2, "2"],
|
||||
["afbjorklund", 2, "2"],
|
||||
["tstromberg", 1, "1"],
|
||||
["alban", 1, "1"],
|
||||
["eiffel-fl", 2, "2"],
|
||||
["sethrylan", 1, "1"],
|
||||
["AkihiroSuda", 1, "1"],
|
||||
["shaneutt", 0, "0"],
|
||||
["alban", 1, "1"],
|
||||
["tstromberg", 1, "1"],
|
||||
["sharifelgamal", 0, "0"],
|
||||
["profnandaa", 0, "0"],
|
||||
["shaneutt", 0, "0"],
|
||||
["travisn", 0, "0"],
|
||||
["atoato88", 0, "0"],
|
||||
["shu-mutou", 0, "0"],
|
||||
|
@ -245,21 +248,21 @@ weight: -99992023
|
|||
function drawprCounts() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 171, "171"],
|
||||
["afbjorklund", 15, "15"],
|
||||
["spowelljr", 183, "183"],
|
||||
["afbjorklund", 16, "16"],
|
||||
["medyagh", 9, "9"],
|
||||
["ComradeProgrammer", 6, "6"],
|
||||
["jeffmaury", 5, "5"],
|
||||
["jeffmaury", 7, "7"],
|
||||
["ComradeProgrammer", 7, "7"],
|
||||
["aiyijing", 6, "6"],
|
||||
["syxunion", 6, "6"],
|
||||
["zdxgs", 5, "5"],
|
||||
["prezha", 4, "4"],
|
||||
["syxunion", 4, "4"],
|
||||
["yolossn", 4, "4"],
|
||||
["zdxgs", 3, "3"],
|
||||
["shubhbapna", 3, "3"],
|
||||
["joaquimrocha", 3, "3"],
|
||||
["lixin963", 3, "3"],
|
||||
["shubhbapna", 3, "3"],
|
||||
["p2c2e", 2, "2"],
|
||||
["salasberryfin", 2, "2"],
|
||||
["jmloyola", 2, "2"],
|
||||
["testwill", 2, "2"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -292,21 +295,21 @@ weight: -99992023
|
|||
function drawprDeltas() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 9142, "9142"],
|
||||
["spowelljr", 10256, "10256"],
|
||||
["prezha", 3865, "3865"],
|
||||
["ComradeProgrammer", 1005, "1005"],
|
||||
["gAmUssA", 855, "855"],
|
||||
["denisok", 693, "693"],
|
||||
["afbjorklund", 660, "660"],
|
||||
["ComradeProgrammer", 650, "650"],
|
||||
["yolossn", 481, "481"],
|
||||
["x7upLime", 398, "398"],
|
||||
["shubhbapna", 301, "301"],
|
||||
["JudahNour", 227, "227"],
|
||||
["OmSaran", 216, "216"],
|
||||
["fvoznika", 202, "202"],
|
||||
["AkihiroSuda", 192, "192"],
|
||||
["salasberryfin", 187, "187"],
|
||||
["BlaineEXE", 92, "92"],
|
||||
["medyagh", 80, "80"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -345,15 +348,15 @@ weight: -99992023
|
|||
["denisok", 324, "324"],
|
||||
["JudahNour", 209, "209"],
|
||||
["AkihiroSuda", 190, "190"],
|
||||
["ComradeProgrammer", 130, "130"],
|
||||
["yolossn", 119, "119"],
|
||||
["ComradeProgrammer", 103, "103"],
|
||||
["OmSaran", 99, "99"],
|
||||
["salasberryfin", 92, "92"],
|
||||
["norshtein", 77, "77"],
|
||||
["msharran", 77, "77"],
|
||||
["shubhbapna", 70, "70"],
|
||||
["elizabeth-dev", 41, "41"],
|
||||
["spowelljr", 36, "36"],
|
||||
["oldium", 31, "31"],
|
||||
["BlaineEXE", 29, "29"],
|
||||
["spowelljr", 39, "39"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -390,21 +393,21 @@ weight: -99992023
|
|||
function drawcomments() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }],
|
||||
["afbjorklund", 159, "159"],
|
||||
["spowelljr", 54, "54"],
|
||||
["kundan2707", 29, "29"],
|
||||
["afbjorklund", 168, "168"],
|
||||
["spowelljr", 75, "75"],
|
||||
["kundan2707", 36, "36"],
|
||||
["medyagh", 17, "17"],
|
||||
["BenTheElder", 12, "12"],
|
||||
["ComradeProgrammer", 10, "10"],
|
||||
["mprimeaux", 9, "9"],
|
||||
["prezha", 9, "9"],
|
||||
["nirs", 8, "8"],
|
||||
["ComradeProgrammer", 8, "8"],
|
||||
["torenware", 8, "8"],
|
||||
["lbogdan", 8, "8"],
|
||||
["mqasimsarfraz", 6, "6"],
|
||||
["mprimeaux", 6, "6"],
|
||||
["termdew", 6, "6"],
|
||||
["kant777", 6, "6"],
|
||||
["prezha", 6, "6"],
|
||||
["mqasimsarfraz", 6, "6"],
|
||||
["termdew", 6, "6"],
|
||||
["sftim", 6, "6"],
|
||||
["pjnssn", 5, "5"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -437,21 +440,21 @@ weight: -99992023
|
|||
function drawcommentWords() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }],
|
||||
["afbjorklund", 7216, "7216"],
|
||||
["spowelljr", 2553, "2553"],
|
||||
["afbjorklund", 7512, "7512"],
|
||||
["spowelljr", 3935, "3935"],
|
||||
["prasanna-desikank", 2363, "2363"],
|
||||
["pluveto", 1042, "1042"],
|
||||
["BenTheElder", 1024, "1024"],
|
||||
["mprimeaux", 879, "879"],
|
||||
["mprimeaux", 985, "985"],
|
||||
["prezha", 963, "963"],
|
||||
["ShardulPrabhu", 783, "783"],
|
||||
["x7upLime", 775, "775"],
|
||||
["prezha", 642, "642"],
|
||||
["torenware", 747, "747"],
|
||||
["nirs", 638, "638"],
|
||||
["lbogdan", 471, "471"],
|
||||
["jackjie2016", 469, "469"],
|
||||
["blacksd", 448, "448"],
|
||||
["FlyFlame", 443, "443"],
|
||||
["medyagh", 435, "435"],
|
||||
|
||||
]);
|
||||
|
||||
|
@ -484,9 +487,9 @@ weight: -99992023
|
|||
function drawissueCloser() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }],
|
||||
["spowelljr", 51, "51"],
|
||||
["medyagh", 30, "30"],
|
||||
["afbjorklund", 4, "4"],
|
||||
["spowelljr", 59, "59"],
|
||||
["medyagh", 31, "31"],
|
||||
["afbjorklund", 5, "5"],
|
||||
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in New Issue