Skip to content

Commit 3332297

Browse files
authored
Update yearly leaderboard (kubernetes#20479)
1 parent 8a951bd commit 3332297

File tree

1 file changed

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

1 file changed

+44
-32
lines changed

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

+44-32
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-01-31</div>
90+
<div class="subtitle">2025-01-01 &mdash; 2025-02-28</div>
9191

9292

9393
<h2>Reviewers</h2>
@@ -103,7 +103,8 @@ <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", 5, "5"],
106+
["medyagh", 9, "9"],
107+
["nirs", 1, "1"],
107108

108109
]);
109110

@@ -136,7 +137,8 @@ <h3>Most Helpful</h3>
136137
function drawreviewWords() {
137138
var data = new google.visualization.arrayToDataTable([
138139
[{label:'',type:'string'},{label: '# of words written in merged PRs', type: 'number'}, { role: 'annotation' }],
139-
["medyagh", 201, "201"],
140+
["medyagh", 258, "258"],
141+
["nirs", 62, "62"],
140142

141143
]);
142144

@@ -169,7 +171,8 @@ <h3>Most Demanding</h3>
169171
function drawreviewComments() {
170172
var data = new google.visualization.arrayToDataTable([
171173
[{label:'',type:'string'},{label: '# of Review Comments in merged PRs', type: 'number'}, { role: 'annotation' }],
172-
["medyagh", 5, "5"],
174+
["medyagh", 6, "6"],
175+
["nirs", 2, "2"],
173176

174177
]);
175178

@@ -208,11 +211,14 @@ <h3>Most Active</h3>
208211
[{label:'',type:'string'},{label: '# of Pull Requests Merged', type: 'number'}, { role: 'annotation' }],
209212
["ComradeProgrammer", 7, "7"],
210213
["medyagh", 7, "7"],
211-
["prezha", 3, "3"],
212-
["luchenhan", 1, "1"],
214+
["prezha", 5, "5"],
215+
["jeffmaury", 1, "1"],
213216
["joaquimrocha", 1, "1"],
214-
["SzymonNadbrzezny", 1, "1"],
217+
["nirs", 1, "1"],
215218
["wuwentao", 1, "1"],
219+
["luchenhan", 1, "1"],
220+
["SzymonNadbrzezny", 1, "1"],
221+
["liangyuanpeng", 1, "1"],
216222

217223
]);
218224

@@ -247,11 +253,14 @@ <h3>Big Movers</h3>
247253
[{label:'',type:'string'},{label: 'Lines of code (delta)', type: 'number'}, { role: 'annotation' }],
248254
["ComradeProgrammer", 262, "262"],
249255
["medyagh", 235, "235"],
250-
["prezha", 34, "34"],
256+
["prezha", 98, "98"],
257+
["nirs", 10, "10"],
258+
["liangyuanpeng", 10, "10"],
251259
["luchenhan", 4, "4"],
260+
["wuwentao", 2, "2"],
252261
["joaquimrocha", 2, "2"],
253262
["SzymonNadbrzezny", 2, "2"],
254-
["wuwentao", 2, "2"],
263+
["jeffmaury", 0, "0"],
255264

256265
]);
257266

@@ -286,11 +295,14 @@ <h3>Most difficult to review</h3>
286295
[{label:'',type:'string'},{label: 'Average PR size (added+changed)', type: 'number'}, { role: 'annotation' }],
287296
["ComradeProgrammer", 30, "30"],
288297
["medyagh", 24, "24"],
289-
["prezha", 2, "2"],
298+
["prezha", 11, "11"],
299+
["nirs", 10, "10"],
300+
["liangyuanpeng", 5, "5"],
290301
["luchenhan", 2, "2"],
291302
["joaquimrocha", 1, "1"],
292303
["SzymonNadbrzezny", 1, "1"],
293304
["wuwentao", 1, "1"],
305+
["jeffmaury", 0, "0"],
294306

295307
]);
296308

@@ -327,21 +339,21 @@ <h3>Most Active</h3>
327339
function drawcomments() {
328340
var data = new google.visualization.arrayToDataTable([
329341
[{label:'',type:'string'},{label: '# of comments', type: 'number'}, { role: 'annotation' }],
330-
["afbjorklund", 9, "9"],
342+
["afbjorklund", 14, "14"],
343+
["Ruchi1499", 10, "10"],
331344
["medyagh", 6, "6"],
332-
["kundan2707", 3, "3"],
345+
["Ritikaa96", 6, "6"],
346+
["nirs", 3, "3"],
347+
["danmaninc", 3, "3"],
333348
["iankingori", 3, "3"],
334-
["panyam", 2, "2"],
349+
["kundan2707", 3, "3"],
335350
["ptiseo-mcs", 2, "2"],
336-
["svinther", 2, "2"],
337-
["Zenner2", 2, "2"],
338351
["mardonner", 2, "2"],
339-
["66Ton99", 1, "1"],
340-
["prezha", 1, "1"],
341-
["envyst", 1, "1"],
342-
["tylersonn", 1, "1"],
343-
["masalinas", 1, "1"],
344-
["tylerauerbeck", 1, "1"],
352+
["Mayerus", 2, "2"],
353+
["Zenner2", 2, "2"],
354+
["svinther", 2, "2"],
355+
["paulwalrath", 2, "2"],
356+
["skol101", 2, "2"],
345357

346358
]);
347359

@@ -374,21 +386,21 @@ <h3>Most Helpful</h3>
374386
function drawcommentWords() {
375387
var data = new google.visualization.arrayToDataTable([
376388
[{label:'',type:'string'},{label: '# of words (excludes authored)', type: 'number'}, { role: 'annotation' }],
389+
["huttsMichael", 2234, "2234"],
377390
["mardonner", 790, "790"],
391+
["Ruchi1499", 441, "441"],
378392
["Zenner2", 423, "423"],
393+
["afbjorklund", 373, "373"],
394+
["danmaninc", 336, "336"],
379395
["ptiseo-mcs", 326, "326"],
380-
["afbjorklund", 282, "282"],
381396
["medyagh", 238, "238"],
397+
["skol101", 128, "128"],
398+
["carlosaml500", 115, "115"],
399+
["nirs", 114, "114"],
382400
["masalinas", 110, "110"],
401+
["Ritikaa96", 102, "102"],
383402
["iankingori", 93, "93"],
384-
["svinther", 52, "52"],
385-
["tylersonn", 48, "48"],
386-
["panyam", 43, "43"],
387-
["envyst", 35, "35"],
388-
["tylerauerbeck", 22, "22"],
389-
["66Ton99", 16, "16"],
390-
["hharshas", 15, "15"],
391-
["kundan2707", 12, "12"],
403+
["Mayerus", 83, "83"],
392404

393405
]);
394406

@@ -421,8 +433,8 @@ <h3>Top Closers</h3>
421433
function drawissueCloser() {
422434
var data = new google.visualization.arrayToDataTable([
423435
[{label:'',type:'string'},{label: '# of issues closed (excludes authored)', type: 'number'}, { role: 'annotation' }],
424-
["medyagh", 1, "1"],
425-
["prezha", 1, "1"],
436+
["medyagh", 2, "2"],
437+
["prezha", 2, "2"],
426438
["afbjorklund", 1, "1"],
427439

428440
]);

0 commit comments

Comments
 (0)