Skip to content

Commit 420fe34

Browse files
authored
Merge pull request #21838 from minikube-bot/yearly-leaderboard-f6964fc
site: Update Yearly Leaderboard
2 parents 9101384 + 2325a58 commit 420fe34

File tree

1 file changed

+43
-43
lines changed
  • site/content/en/docs/contrib/leaderboard

1 file changed

+43
-43
lines changed

site/content/en/docs/contrib/leaderboard/2025.html

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
</head>
8888
<body>
8989
<h1>kubernetes/minikube</h1>
90-
<div class="subtitle">2025-01-01 &mdash; 2025-09-30</div>
90+
<div class="subtitle">2025-01-01 &mdash; 2025-10-31</div>
9191

9292

9393
<h2>Reviewers</h2>
@@ -103,16 +103,16 @@ <h3>Most Influential</h3>
103103
function drawreviewCounts() {
104104
var data = new google.visualization.arrayToDataTable([
105105
[{label:'',type:'string'},{label: '# of Merged PRs reviewed', type: 'number'}, { role: 'annotation' }],
106-
["medyagh", 72, "72"],
107-
["nirs", 20, "20"],
108-
["prezha", 7, "7"],
109-
["afbjorklund", 6, "6"],
106+
["medyagh", 79, "79"],
107+
["nirs", 29, "29"],
108+
["prezha", 8, "8"],
109+
["afbjorklund", 7, "7"],
110110
["cfergeau", 3, "3"],
111111
["Copilot", 2, "2"],
112-
["obnoxxx", 1, "1"],
112+
["bobsira", 1, "1"],
113113
["wt", 1, "1"],
114+
["obnoxxx", 1, "1"],
114115
["illume", 1, "1"],
115-
["bobsira", 1, "1"],
116116

117117
]);
118118

@@ -145,10 +145,10 @@ <h3>Most Helpful</h3>
145145
function drawreviewWords() {
146146
var data = new google.visualization.arrayToDataTable([
147147
[{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }],
148-
["nirs", 3751, "3751"],
149-
["medyagh", 3605, "3605"],
150-
["prezha", 908, "908"],
151-
["afbjorklund", 304, "304"],
148+
["nirs", 5792, "5792"],
149+
["medyagh", 3941, "3941"],
150+
["prezha", 947, "947"],
151+
["afbjorklund", 464, "464"],
152152
["cfergeau", 238, "238"],
153153
["Copilot", 175, "175"],
154154
["bobsira", 61, "61"],
@@ -187,10 +187,10 @@ <h3>Most Demanding</h3>
187187
function drawreviewComments() {
188188
var data = new google.visualization.arrayToDataTable([
189189
[{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }],
190-
["nirs", 121, "121"],
191-
["medyagh", 86, "86"],
192-
["prezha", 11, "11"],
193-
["afbjorklund", 8, "8"],
190+
["nirs", 140, "140"],
191+
["medyagh", 98, "98"],
192+
["prezha", 14, "14"],
193+
["afbjorklund", 10, "10"],
194194
["Copilot", 5, "5"],
195195
["cfergeau", 3, "3"],
196196
["bobsira", 1, "1"],
@@ -233,20 +233,20 @@ <h3>Most Active</h3>
233233
function drawprCounts() {
234234
var data = new google.visualization.arrayToDataTable([
235235
[{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }],
236-
["medyagh", 56, "56"],
237-
["nirs", 48, "48"],
236+
["medyagh", 61, "61"],
237+
["nirs", 57, "57"],
238238
["prezha", 15, "15"],
239239
["ComradeProgrammer", 10, "10"],
240-
["jeffmaury", 7, "7"],
240+
["jeffmaury", 8, "8"],
241241
["LJTian", 6, "6"],
242+
["Victorthedev", 3, "3"],
242243
["developowl", 3, "3"],
244+
["bobsira", 3, "3"],
243245
["joaquimrocha", 3, "3"],
244-
["Victorthedev", 3, "3"],
245-
["zvdy", 2, "2"],
246246
["volatilemolotov", 2, "2"],
247-
["divysinghvi", 2, "2"],
247+
["zvdy", 2, "2"],
248248
["ipochi", 2, "2"],
249-
["amorey", 2, "2"],
249+
["divysinghvi", 2, "2"],
250250
["Cosmicoppai", 2, "2"],
251251

252252
]);
@@ -280,8 +280,8 @@ <h3>Big Movers</h3>
280280
function drawprDeltas() {
281281
var data = new google.visualization.arrayToDataTable([
282282
[{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }],
283-
["nirs", 6088, "6088"],
284-
["medyagh", 5300, "5300"],
283+
["nirs", 8270, "8270"],
284+
["medyagh", 6563, "6563"],
285285
["LJTian", 1297, "1297"],
286286
["prezha", 1118, "1118"],
287287
["nixpanic", 914, "914"],
@@ -291,10 +291,10 @@ <h3>Big Movers</h3>
291291
["panyam", 738, "738"],
292292
["laxman-gupta1006", 137, "137"],
293293
["joaquimrocha", 114, "114"],
294+
["bobsira", 93, "93"],
294295
["divysinghvi", 62, "62"],
295-
["james-world", 59, "59"],
296296
["yankay", 59, "59"],
297-
["flushthemoney", 50, "50"],
297+
["james-world", 59, "59"],
298298

299299
]);
300300

@@ -332,16 +332,16 @@ <h3>Most difficult to review</h3>
332332
["Victorthedev", 150, "150"],
333333
["laxman-gupta1006", 131, "131"],
334334
["LJTian", 127, "127"],
335-
["nirs", 89, "89"],
335+
["nirs", 93, "93"],
336336
["yankay", 54, "54"],
337+
["medyagh", 52, "52"],
337338
["ComradeProgrammer", 48, "48"],
338-
["medyagh", 46, "46"],
339339
["james-world", 45, "45"],
340340
["prezha", 39, "39"],
341341
["joaquimrocha", 37, "37"],
342342
["divysinghvi", 26, "26"],
343343
["xcarolan", 25, "25"],
344-
["kartikjoshi21", 21, "21"],
344+
["blu3r4y", 21, "21"],
345345

346346
]);
347347

@@ -378,21 +378,21 @@ <h3>Most Active</h3>
378378
function drawcomments() {
379379
var data = new google.visualization.arrayToDataTable([
380380
[{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }],
381-
["afbjorklund", 79, "79"],
382-
["nirs", 60, "60"],
381+
["afbjorklund", 105, "105"],
382+
["nirs", 101, "101"],
383383
["Ritikaa96", 60, "60"],
384+
["medyagh", 43, "43"],
384385
["Ruchi1499", 42, "42"],
385-
["medyagh", 34, "34"],
386386
["dhairya-seth", 31, "31"],
387-
["divysinghvi", 22, "22"],
387+
["henry3260", 26, "26"],
388+
["divysinghvi", 24, "24"],
389+
["obnoxxx", 19, "19"],
388390
["LJTian", 15, "15"],
389391
["AmarNathChary", 10, "10"],
390392
["kundan2707", 7, "7"],
391-
["obnoxxx", 6, "6"],
392-
["henry3260", 5, "5"],
393393
["eshentials", 4, "4"],
394-
["Angelin01", 4, "4"],
395394
["ljluestc", 4, "4"],
395+
["xcarolan", 4, "4"],
396396

397397
]);
398398

@@ -425,21 +425,21 @@ <h3>Most Helpful</h3>
425425
function drawcommentWords() {
426426
var data = new google.visualization.arrayToDataTable([
427427
[{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }],
428-
["afbjorklund", 4176, "4176"],
429-
["nirs", 3707, "3707"],
428+
["afbjorklund", 6685, "6685"],
429+
["nirs", 6226, "6226"],
430430
["huttsMichael", 2234, "2234"],
431-
["medyagh", 1316, "1316"],
431+
["medyagh", 1797, "1797"],
432+
["henry3260", 1331, "1331"],
433+
["obnoxxx", 1105, "1105"],
432434
["Ruchi1499", 1084, "1084"],
433435
["Ritikaa96", 988, "988"],
434436
["mardonner", 790, "790"],
435437
["ljluestc", 715, "715"],
438+
["divysinghvi", 666, "666"],
436439
["dhairya-seth", 615, "615"],
437-
["divysinghvi", 606, "606"],
438440
["polarathene", 556, "556"],
439441
["venkateswarareddy027", 448, "448"],
440442
["Zenner2", 423, "423"],
441-
["LJTian", 338, "338"],
442-
["danmaninc", 336, "336"],
443443

444444
]);
445445

@@ -472,7 +472,7 @@ <h3>Top Closers</h3>
472472
function drawissueCloser() {
473473
var data = new google.visualization.arrayToDataTable([
474474
[{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }],
475-
["medyagh", 25, "25"],
475+
["medyagh", 31, "31"],
476476
["afbjorklund", 3, "3"],
477477
["prezha", 2, "2"],
478478

0 commit comments

Comments
 (0)