Update yearly leaderboard
parent
f6964fcb22
commit
2325a58ed2
|
|
@ -87,7 +87,7 @@ weight: -99992025
|
|||
</head>
|
||||
<body>
|
||||
<h1>kubernetes/minikube</h1>
|
||||
<div class="subtitle">2025-01-01 — 2025-09-30</div>
|
||||
<div class="subtitle">2025-01-01 — 2025-10-31</div>
|
||||
|
||||
|
||||
<h2>Reviewers</h2>
|
||||
|
|
@ -103,16 +103,16 @@ weight: -99992025
|
|||
function drawreviewCounts() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Merged PRs reviewed', type: 'number'}, { role: 'annotation' }],
|
||||
["medyagh", 72, "72"],
|
||||
["nirs", 20, "20"],
|
||||
["prezha", 7, "7"],
|
||||
["afbjorklund", 6, "6"],
|
||||
["medyagh", 79, "79"],
|
||||
["nirs", 29, "29"],
|
||||
["prezha", 8, "8"],
|
||||
["afbjorklund", 7, "7"],
|
||||
["cfergeau", 3, "3"],
|
||||
["Copilot", 2, "2"],
|
||||
["obnoxxx", 1, "1"],
|
||||
["wt", 1, "1"],
|
||||
["illume", 1, "1"],
|
||||
["bobsira", 1, "1"],
|
||||
["wt", 1, "1"],
|
||||
["obnoxxx", 1, "1"],
|
||||
["illume", 1, "1"],
|
||||
|
||||
]);
|
||||
|
||||
|
|
@ -145,10 +145,10 @@ weight: -99992025
|
|||
function drawreviewWords() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }],
|
||||
["nirs", 3751, "3751"],
|
||||
["medyagh", 3605, "3605"],
|
||||
["prezha", 908, "908"],
|
||||
["afbjorklund", 304, "304"],
|
||||
["nirs", 5792, "5792"],
|
||||
["medyagh", 3941, "3941"],
|
||||
["prezha", 947, "947"],
|
||||
["afbjorklund", 464, "464"],
|
||||
["cfergeau", 238, "238"],
|
||||
["Copilot", 175, "175"],
|
||||
["bobsira", 61, "61"],
|
||||
|
|
@ -187,10 +187,10 @@ weight: -99992025
|
|||
function drawreviewComments() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }],
|
||||
["nirs", 121, "121"],
|
||||
["medyagh", 86, "86"],
|
||||
["prezha", 11, "11"],
|
||||
["afbjorklund", 8, "8"],
|
||||
["nirs", 140, "140"],
|
||||
["medyagh", 98, "98"],
|
||||
["prezha", 14, "14"],
|
||||
["afbjorklund", 10, "10"],
|
||||
["Copilot", 5, "5"],
|
||||
["cfergeau", 3, "3"],
|
||||
["bobsira", 1, "1"],
|
||||
|
|
@ -233,20 +233,20 @@ weight: -99992025
|
|||
function drawprCounts() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }],
|
||||
["medyagh", 56, "56"],
|
||||
["nirs", 48, "48"],
|
||||
["medyagh", 61, "61"],
|
||||
["nirs", 57, "57"],
|
||||
["prezha", 15, "15"],
|
||||
["ComradeProgrammer", 10, "10"],
|
||||
["jeffmaury", 7, "7"],
|
||||
["jeffmaury", 8, "8"],
|
||||
["LJTian", 6, "6"],
|
||||
["developowl", 3, "3"],
|
||||
["joaquimrocha", 3, "3"],
|
||||
["Victorthedev", 3, "3"],
|
||||
["zvdy", 2, "2"],
|
||||
["developowl", 3, "3"],
|
||||
["bobsira", 3, "3"],
|
||||
["joaquimrocha", 3, "3"],
|
||||
["volatilemolotov", 2, "2"],
|
||||
["divysinghvi", 2, "2"],
|
||||
["zvdy", 2, "2"],
|
||||
["ipochi", 2, "2"],
|
||||
["amorey", 2, "2"],
|
||||
["divysinghvi", 2, "2"],
|
||||
["Cosmicoppai", 2, "2"],
|
||||
|
||||
]);
|
||||
|
|
@ -280,8 +280,8 @@ weight: -99992025
|
|||
function drawprDeltas() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }],
|
||||
["nirs", 6088, "6088"],
|
||||
["medyagh", 5300, "5300"],
|
||||
["nirs", 8270, "8270"],
|
||||
["medyagh", 6563, "6563"],
|
||||
["LJTian", 1297, "1297"],
|
||||
["prezha", 1118, "1118"],
|
||||
["nixpanic", 914, "914"],
|
||||
|
|
@ -291,10 +291,10 @@ weight: -99992025
|
|||
["panyam", 738, "738"],
|
||||
["laxman-gupta1006", 137, "137"],
|
||||
["joaquimrocha", 114, "114"],
|
||||
["bobsira", 93, "93"],
|
||||
["divysinghvi", 62, "62"],
|
||||
["james-world", 59, "59"],
|
||||
["yankay", 59, "59"],
|
||||
["flushthemoney", 50, "50"],
|
||||
["james-world", 59, "59"],
|
||||
|
||||
]);
|
||||
|
||||
|
|
@ -332,16 +332,16 @@ weight: -99992025
|
|||
["Victorthedev", 150, "150"],
|
||||
["laxman-gupta1006", 131, "131"],
|
||||
["LJTian", 127, "127"],
|
||||
["nirs", 89, "89"],
|
||||
["nirs", 93, "93"],
|
||||
["yankay", 54, "54"],
|
||||
["medyagh", 52, "52"],
|
||||
["ComradeProgrammer", 48, "48"],
|
||||
["medyagh", 46, "46"],
|
||||
["james-world", 45, "45"],
|
||||
["prezha", 39, "39"],
|
||||
["joaquimrocha", 37, "37"],
|
||||
["divysinghvi", 26, "26"],
|
||||
["xcarolan", 25, "25"],
|
||||
["kartikjoshi21", 21, "21"],
|
||||
["blu3r4y", 21, "21"],
|
||||
|
||||
]);
|
||||
|
||||
|
|
@ -378,21 +378,21 @@ weight: -99992025
|
|||
function drawcomments() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }],
|
||||
["afbjorklund", 79, "79"],
|
||||
["nirs", 60, "60"],
|
||||
["afbjorklund", 105, "105"],
|
||||
["nirs", 101, "101"],
|
||||
["Ritikaa96", 60, "60"],
|
||||
["medyagh", 43, "43"],
|
||||
["Ruchi1499", 42, "42"],
|
||||
["medyagh", 34, "34"],
|
||||
["dhairya-seth", 31, "31"],
|
||||
["divysinghvi", 22, "22"],
|
||||
["henry3260", 26, "26"],
|
||||
["divysinghvi", 24, "24"],
|
||||
["obnoxxx", 19, "19"],
|
||||
["LJTian", 15, "15"],
|
||||
["AmarNathChary", 10, "10"],
|
||||
["kundan2707", 7, "7"],
|
||||
["obnoxxx", 6, "6"],
|
||||
["henry3260", 5, "5"],
|
||||
["eshentials", 4, "4"],
|
||||
["Angelin01", 4, "4"],
|
||||
["ljluestc", 4, "4"],
|
||||
["xcarolan", 4, "4"],
|
||||
|
||||
]);
|
||||
|
||||
|
|
@ -425,21 +425,21 @@ weight: -99992025
|
|||
function drawcommentWords() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }],
|
||||
["afbjorklund", 4176, "4176"],
|
||||
["nirs", 3707, "3707"],
|
||||
["afbjorklund", 6685, "6685"],
|
||||
["nirs", 6226, "6226"],
|
||||
["huttsMichael", 2234, "2234"],
|
||||
["medyagh", 1316, "1316"],
|
||||
["medyagh", 1797, "1797"],
|
||||
["henry3260", 1331, "1331"],
|
||||
["obnoxxx", 1105, "1105"],
|
||||
["Ruchi1499", 1084, "1084"],
|
||||
["Ritikaa96", 988, "988"],
|
||||
["mardonner", 790, "790"],
|
||||
["ljluestc", 715, "715"],
|
||||
["divysinghvi", 666, "666"],
|
||||
["dhairya-seth", 615, "615"],
|
||||
["divysinghvi", 606, "606"],
|
||||
["polarathene", 556, "556"],
|
||||
["venkateswarareddy027", 448, "448"],
|
||||
["Zenner2", 423, "423"],
|
||||
["LJTian", 338, "338"],
|
||||
["danmaninc", 336, "336"],
|
||||
|
||||
]);
|
||||
|
||||
|
|
@ -472,7 +472,7 @@ weight: -99992025
|
|||
function drawissueCloser() {
|
||||
var data = new google.visualization.arrayToDataTable([
|
||||
[{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }],
|
||||
["medyagh", 25, "25"],
|
||||
["medyagh", 31, "31"],
|
||||
["afbjorklund", 3, "3"],
|
||||
["prezha", 2, "2"],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue