Merge pull request #17710 from minikube-bot/yearly-leaderboard-677defc

Update Yearly Leaderboard
pull/17715/head
Steven Powell 2023-12-01 16:07:25 -08:00 committed by GitHub
commit 2ee67fcc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 51 additions and 51 deletions

View File

@ -87,7 +87,7 @@ weight: -99992023
</head> </head>
<body> <body>
<h1>kubernetes/minikube</h1> <h1>kubernetes/minikube</h1>
<div class="subtitle">2023-01-01 &mdash; 2023-10-31</div> <div class="subtitle">2023-01-01 &mdash; 2023-11-30</div>
<h2>Reviewers</h2> <h2>Reviewers</h2>
@ -103,21 +103,21 @@ weight: -99992023
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", 86, "86"], ["medyagh", 89, "89"],
["spowelljr", 50, "50"], ["spowelljr", 53, "53"],
["afbjorklund", 7, "7"], ["afbjorklund", 8, "8"],
["aiyijing", 4, "4"], ["aiyijing", 5, "5"],
["eiffel-fl", 3, "3"], ["eiffel-fl", 3, "3"],
["sharifelgamal", 2, "2"], ["sharifelgamal", 2, "2"],
["profnandaa", 1, "1"], ["profnandaa", 1, "1"],
["shu-mutou", 1, "1"],
["AkihiroSuda", 1, "1"], ["AkihiroSuda", 1, "1"],
["andresmmujica", 1, "1"],
["neersighted", 1, "1"], ["neersighted", 1, "1"],
["r0b2g1t", 1, "1"],
["travisn", 1, "1"],
["sethrylan", 1, "1"], ["sethrylan", 1, "1"],
["alban", 1, "1"], ["alban", 1, "1"],
["atoato88", 1, "1"],
["shu-mutou", 1, "1"],
["ComradeProgrammer", 1, "1"],
["andresmmujica", 1, "1"],
]); ]);
@ -150,21 +150,21 @@ weight: -99992023
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", 5871, "5871"], ["spowelljr", 5986, "5986"],
["medyagh", 3003, "3003"], ["medyagh", 3056, "3056"],
["afbjorklund", 1085, "1085"], ["afbjorklund", 1118, "1118"],
["neersighted", 295, "295"], ["neersighted", 295, "295"],
["aiyijing", 187, "187"], ["aiyijing", 190, "190"],
["ComradeProgrammer", 175, "175"], ["ComradeProgrammer", 175, "175"],
["eiffel-fl", 174, "174"], ["eiffel-fl", 174, "174"],
["shu-mutou", 137, "137"], ["shu-mutou", 137, "137"],
["prezha", 62, "62"],
["atoato88", 46, "46"], ["atoato88", 46, "46"],
["shaneutt", 39, "39"], ["shaneutt", 39, "39"],
["andresmmujica", 34, "34"], ["andresmmujica", 34, "34"],
["sharifelgamal", 24, "24"], ["sharifelgamal", 24, "24"],
["travisn", 24, "24"], ["travisn", 24, "24"],
["alban", 19, "19"], ["alban", 19, "19"],
["profnandaa", 17, "17"],
]); ]);
@ -197,21 +197,21 @@ weight: -99992023
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' }],
["spowelljr", 130, "130"], ["spowelljr", 133, "133"],
["medyagh", 86, "86"], ["medyagh", 87, "87"],
["aiyijing", 9, "9"], ["aiyijing", 10, "10"],
["neersighted", 4, "4"], ["neersighted", 4, "4"],
["afbjorklund", 2, "2"], ["afbjorklund", 2, "2"],
["eiffel-fl", 2, "2"], ["eiffel-fl", 2, "2"],
["sethrylan", 1, "1"], ["sethrylan", 1, "1"],
["tstromberg", 1, "1"],
["AkihiroSuda", 1, "1"], ["AkihiroSuda", 1, "1"],
["alban", 1, "1"], ["alban", 1, "1"],
["tstromberg", 1, "1"],
["shu-mutou", 0, "0"], ["shu-mutou", 0, "0"],
["andresmmujica", 0, "0"],
["atoato88", 0, "0"],
["shaneutt", 0, "0"],
["ComradeProgrammer", 0, "0"], ["ComradeProgrammer", 0, "0"],
["atoato88", 0, "0"],
["r0b2g1t", 0, "0"],
["profnandaa", 0, "0"],
]); ]);
@ -248,20 +248,20 @@ weight: -99992023
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", 233, "233"], ["spowelljr", 240, "240"],
["afbjorklund", 21, "21"], ["afbjorklund", 22, "22"],
["ComradeProgrammer", 15, "15"], ["ComradeProgrammer", 16, "16"],
["jeffmaury", 11, "11"], ["jeffmaury", 12, "12"],
["medyagh", 10, "10"], ["medyagh", 10, "10"],
["aiyijing", 8, "8"], ["aiyijing", 8, "8"],
["syxunion", 7, "7"], ["syxunion", 8, "8"],
["prezha", 6, "6"], ["prezha", 8, "8"],
["joaquimrocha", 6, "6"], ["joaquimrocha", 7, "7"],
["zdxgs", 6, "6"], ["zdxgs", 7, "7"],
["yolossn", 4, "4"], ["yolossn", 4, "4"],
["lixin963", 4, "4"],
["JudahNour", 3, "3"], ["JudahNour", 3, "3"],
["uos-ljtian", 3, "3"], ["uos-ljtian", 3, "3"],
["lixin963", 3, "3"],
["shubhbapna", 3, "3"], ["shubhbapna", 3, "3"],
]); ]);
@ -295,11 +295,11 @@ weight: -99992023
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", 140540, "140540"], ["spowelljr", 140694, "140694"],
["prezha", 3884, "3884"], ["prezha", 3914, "3914"],
["ComradeProgrammer", 1499, "1499"], ["ComradeProgrammer", 1536, "1536"],
["gAmUssA", 855, "855"], ["gAmUssA", 855, "855"],
["afbjorklund", 723, "723"], ["afbjorklund", 727, "727"],
["denisok", 693, "693"], ["denisok", 693, "693"],
["JudahNour", 538, "538"], ["JudahNour", 538, "538"],
["yolossn", 481, "481"], ["yolossn", 481, "481"],
@ -343,18 +343,18 @@ weight: -99992023
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' }],
["gAmUssA", 677, "677"], ["gAmUssA", 677, "677"],
["spowelljr", 585, "585"], ["spowelljr", 568, "568"],
["prezha", 404, "404"],
["x7upLime", 366, "366"], ["x7upLime", 366, "366"],
["presztak", 360, "360"], ["presztak", 360, "360"],
["denisok", 324, "324"], ["denisok", 324, "324"],
["prezha", 305, "305"],
["AkihiroSuda", 190, "190"], ["AkihiroSuda", 190, "190"],
["JudahNour", 173, "173"], ["JudahNour", 173, "173"],
["yolossn", 119, "119"], ["yolossn", 119, "119"],
["rmsilva1973", 113, "113"], ["rmsilva1973", 113, "113"],
["OmSaran", 99, "99"], ["OmSaran", 99, "99"],
["salasberryfin", 92, "92"], ["salasberryfin", 92, "92"],
["ComradeProgrammer", 91, "91"], ["ComradeProgrammer", 87, "87"],
["norshtein", 77, "77"], ["norshtein", 77, "77"],
["msharran", 77, "77"], ["msharran", 77, "77"],
@ -393,21 +393,21 @@ weight: -99992023
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' }],
["afbjorklund", 210, "210"], ["afbjorklund", 224, "224"],
["spowelljr", 98, "98"], ["spowelljr", 105, "105"],
["kundan2707", 38, "38"], ["kundan2707", 44, "44"],
["rmsilva1973", 27, "27"], ["rmsilva1973", 27, "27"],
["pnasrat", 25, "25"], ["pnasrat", 26, "26"],
["medyagh", 19, "19"], ["medyagh", 20, "20"],
["BenTheElder", 12, "12"],
["ComradeProgrammer", 12, "12"], ["ComradeProgrammer", 12, "12"],
["BenTheElder", 12, "12"],
["megazone23", 11, "11"], ["megazone23", 11, "11"],
["mprimeaux", 10, "10"], ["mprimeaux", 10, "10"],
["prezha", 9, "9"], ["prezha", 9, "9"],
["uos-ljtian", 8, "8"],
["lbogdan", 8, "8"],
["nirs", 8, "8"],
["torenware", 8, "8"], ["torenware", 8, "8"],
["nirs", 8, "8"],
["lbogdan", 8, "8"],
["uos-ljtian", 8, "8"],
]); ]);
@ -440,9 +440,9 @@ weight: -99992023
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' }],
["afbjorklund", 8991, "8991"], ["afbjorklund", 9524, "9524"],
["spowelljr", 5272, "5272"], ["spowelljr", 5583, "5583"],
["pnasrat", 2730, "2730"], ["pnasrat", 2887, "2887"],
["prasanna-desikank", 2363, "2363"], ["prasanna-desikank", 2363, "2363"],
["jplimack", 1283, "1283"], ["jplimack", 1283, "1283"],
["pluveto", 1042, "1042"], ["pluveto", 1042, "1042"],
@ -487,8 +487,8 @@ weight: -99992023
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", 83, "83"], ["spowelljr", 85, "85"],
["medyagh", 40, "40"], ["medyagh", 43, "43"],
["afbjorklund", 5, "5"], ["afbjorklund", 5, "5"],
]); ]);