87
87
</ head >
88
88
< body >
89
89
< h1 > kubernetes/minikube</ h1 >
90
- < div class ="subtitle "> 2025-01-01 — 2025-06-30 </ div >
90
+ < div class ="subtitle "> 2025-01-01 — 2025-07-31 </ div >
91
91
92
92
93
93
< h2 > Reviewers</ h2 >
@@ -103,11 +103,13 @@ <h3>Most Influential</h3>
103
103
function drawreviewCounts ( ) {
104
104
var data = new google . visualization . arrayToDataTable ( [
105
105
[ { label :'' , type :'string' } , { label : '# of Merged PRs reviewed' , type : 'number' } , { role : 'annotation' } ] ,
106
- [ "medyagh" , 35 , "35 " ] ,
107
- [ "nirs" , 4 , "4 " ] ,
108
- [ "prezha " , 3 , "3 " ] ,
109
- [ "afbjorklund " , 2 , "2 " ] ,
106
+ [ "medyagh" , 51 , "51 " ] ,
107
+ [ "nirs" , 8 , "8 " ] ,
108
+ [ "afbjorklund " , 5 , "5 " ] ,
109
+ [ "prezha " , 4 , "4 " ] ,
110
110
[ "cfergeau" , 2 , "2" ] ,
111
+ [ "wt" , 1 , "1" ] ,
112
+ [ "illume" , 1 , "1" ] ,
111
113
112
114
] ) ;
113
115
@@ -140,11 +142,13 @@ <h3>Most Helpful</h3>
140
142
function drawreviewWords ( ) {
141
143
var data = new google . visualization . arrayToDataTable ( [
142
144
[ { label :'' , type :'string' } , { label : '# of words written in merged PRs' , type : 'number' } , { role : 'annotation' } ] ,
143
- [ "medyagh" , 1060 , "1060" ] ,
144
- [ "nirs" , 615 , "615" ] ,
145
- [ "prezha" , 523 , "523" ] ,
145
+ [ "medyagh" , 2083 , "2083" ] ,
146
+ [ "nirs" , 1705 , "1705" ] ,
147
+ [ "prezha" , 556 , "556" ] ,
148
+ [ "afbjorklund" , 281 , "281" ] ,
146
149
[ "cfergeau" , 228 , "228" ] ,
147
- [ "afbjorklund" , 126 , "126" ] ,
150
+ [ "illume" , 21 , "21" ] ,
151
+ [ "wt" , 14 , "14" ] ,
148
152
149
153
] ) ;
150
154
@@ -177,11 +181,13 @@ <h3>Most Demanding</h3>
177
181
function drawreviewComments ( ) {
178
182
var data = new google . visualization . arrayToDataTable ( [
179
183
[ { label :'' , type :'string' } , { label : '# of Review Comments in merged PRs' , type : 'number' } , { role : 'annotation' } ] ,
180
- [ "nirs" , 26 , "26 " ] ,
181
- [ "medyagh" , 21 , "21 " ] ,
184
+ [ "nirs" , 47 , "47 " ] ,
185
+ [ "medyagh" , 46 , "46 " ] ,
182
186
[ "prezha" , 9 , "9" ] ,
183
- [ "afbjorklund" , 4 , "4 " ] ,
187
+ [ "afbjorklund" , 8 , "8 " ] ,
184
188
[ "cfergeau" , 2 , "2" ] ,
189
+ [ "wt" , 0 , "0" ] ,
190
+ [ "illume" , 0 , "0" ] ,
185
191
186
192
] ) ;
187
193
@@ -218,21 +224,21 @@ <h3>Most Active</h3>
218
224
function drawprCounts ( ) {
219
225
var data = new google . visualization . arrayToDataTable ( [
220
226
[ { label :'' , type :'string' } , { label : '# of Pull Requests Merged' , type : 'number' } , { role : 'annotation' } ] ,
221
- [ "nirs " , 14 , "14 " ] ,
222
- [ "medyagh " , 12 , "12 " ] ,
227
+ [ "medyagh " , 31 , "31 " ] ,
228
+ [ "nirs " , 29 , "29 " ] ,
223
229
[ "ComradeProgrammer" , 9 , "9" ] ,
224
230
[ "prezha" , 8 , "8" ] ,
225
231
[ "LJTian" , 6 , "6" ] ,
226
- [ "jeffmaury" , 3 , "3" ] ,
232
+ [ "jeffmaury" , 5 , "5" ] ,
233
+ [ "Victorthedev" , 3 , "3" ] ,
234
+ [ "joaquimrocha" , 3 , "3" ] ,
235
+ [ "divysinghvi" , 2 , "2" ] ,
236
+ [ "Cosmicoppai" , 2 , "2" ] ,
227
237
[ "ipochi" , 2 , "2" ] ,
228
238
[ "zvdy" , 2 , "2" ] ,
229
- [ "Victorthedev" , 2 , "2" ] ,
230
- [ "SzymonNadbrzezny" , 1 , "1" ] ,
231
- [ "Aaina26" , 1 , "1" ] ,
232
- [ "danielcristho" , 1 , "1" ] ,
233
- [ "gopherorg" , 1 , "1" ] ,
234
- [ "Cosmicoppai" , 1 , "1" ] ,
239
+ [ "yankay" , 1 , "1" ] ,
235
240
[ "spowelljr" , 1 , "1" ] ,
241
+ [ "xcarolan" , 1 , "1" ] ,
236
242
237
243
] ) ;
238
244
@@ -265,21 +271,21 @@ <h3>Big Movers</h3>
265
271
function drawprDeltas ( ) {
266
272
var data = new google . visualization . arrayToDataTable ( [
267
273
[ { label :'' , type :'string' } , { label : 'Lines of code (delta)' , type : 'number' } , { role : 'annotation' } ] ,
268
- [ "nirs" , 1538 , "1538" ] ,
274
+ [ "nirs" , 4307 , "4307" ] ,
275
+ [ "medyagh" , 1593 , "1593" ] ,
269
276
[ "LJTian" , 1297 , "1297" ] ,
270
277
[ "prezha" , 942 , "942" ] ,
278
+ [ "Victorthedev" , 764 , "764" ] ,
271
279
[ "amorey" , 752 , "752" ] ,
272
280
[ "ComradeProgrammer" , 742 , "742" ] ,
273
281
[ "panyam" , 738 , "738" ] ,
274
- [ "Victorthedev" , 507 , "507" ] ,
275
- [ "medyagh" , 360 , "360" ] ,
282
+ [ "joaquimrocha" , 114 , "114" ] ,
283
+ [ "divysinghvi" , 62 , "62" ] ,
284
+ [ "yankay" , 59 , "59" ] ,
276
285
[ "xcarolan" , 27 , "27" ] ,
277
286
[ "zvdy" , 21 , "21" ] ,
287
+ [ "sugymt" , 18 , "18" ] ,
278
288
[ "ipochi" , 16 , "16" ] ,
279
- [ "liangyuanpeng" , 10 , "10" ] ,
280
- [ "luchenhan" , 4 , "4" ] ,
281
- [ "gopherorg" , 4 , "4" ] ,
282
- [ "wuwentao" , 2 , "2" ] ,
283
289
284
290
] ) ;
285
291
@@ -314,19 +320,19 @@ <h3>Most difficult to review</h3>
314
320
[ { label :'' , type :'string' } , { label : 'Average PR size (added+changed)' , type : 'number' } , { role : 'annotation' } ] ,
315
321
[ "amorey" , 752 , "752" ] ,
316
322
[ "panyam" , 504 , "504" ] ,
317
- [ "Victorthedev" , 155 , "155 " ] ,
323
+ [ "Victorthedev" , 150 , "150 " ] ,
318
324
[ "LJTian" , 127 , "127" ] ,
319
- [ "nirs" , 96 , "96 " ] ,
325
+ [ "nirs" , 102 , "102 " ] ,
320
326
[ "prezha" , 68 , "68" ] ,
327
+ [ "yankay" , 54 , "54" ] ,
321
328
[ "ComradeProgrammer" , 47 , "47" ] ,
329
+ [ "joaquimrocha" , 37 , "37" ] ,
330
+ [ "medyagh" , 26 , "26" ] ,
331
+ [ "divysinghvi" , 26 , "26" ] ,
322
332
[ "xcarolan" , 25 , "25" ] ,
323
- [ "medyagh " , 20 , "20 " ] ,
333
+ [ "sugymt " , 13 , "13 " ] ,
324
334
[ "zvdy" , 9 , "9" ] ,
325
335
[ "ipochi" , 7 , "7" ] ,
326
- [ "liangyuanpeng" , 5 , "5" ] ,
327
- [ "luchenhan" , 2 , "2" ] ,
328
- [ "gopherorg" , 2 , "2" ] ,
329
- [ "wuwentao" , 1 , "1" ] ,
330
336
331
337
] ) ;
332
338
@@ -364,19 +370,19 @@ <h3>Most Active</h3>
364
370
var data = new google . visualization . arrayToDataTable ( [
365
371
[ { label :'' , type :'string' } , { label : '# of comments' , type : 'number' } , { role : 'annotation' } ] ,
366
372
[ "Ritikaa96" , 60 , "60" ] ,
373
+ [ "afbjorklund" , 58 , "58" ] ,
367
374
[ "Ruchi1499" , 42 , "42" ] ,
368
- [ "afbjorklund" , 35 , "35" ] ,
369
375
[ "dhairya-seth" , 31 , "31" ] ,
370
- [ "medyagh" , 20 , "20" ] ,
371
- [ "nirs" , 15 , "15" ] ,
372
- [ "LJTian" , 13 , "13" ] ,
376
+ [ "nirs" , 25 , "25" ] ,
377
+ [ "medyagh" , 24 , "24" ] ,
378
+ [ "LJTian" , 15 , "15" ] ,
379
+ [ "divysinghvi" , 10 , "10" ] ,
373
380
[ "AmarNathChary" , 10 , "10" ] ,
374
381
[ "kundan2707" , 7 , "7" ] ,
382
+ [ "xcarolan" , 4 , "4" ] ,
375
383
[ "ljluestc" , 4 , "4" ] ,
376
384
[ "eshentials" , 4 , "4" ] ,
377
- [ "xcarolan" , 4 , "4" ] ,
378
- [ "rvs497" , 3 , "3" ] ,
379
- [ "danmaninc" , 3 , "3" ] ,
385
+ [ "nhochamvui" , 3 , "3" ] ,
380
386
[ "panyam" , 3 , "3" ] ,
381
387
382
388
] ) ;
@@ -410,21 +416,21 @@ <h3>Most Helpful</h3>
410
416
function drawcommentWords ( ) {
411
417
var data = new google . visualization . arrayToDataTable ( [
412
418
[ { label :'' , type :'string' } , { label : '# of words (excludes authored)' , type : 'number' } , { role : 'annotation' } ] ,
419
+ [ "afbjorklund" , 3059 , "3059" ] ,
413
420
[ "huttsMichael" , 2234 , "2234" ] ,
414
- [ "afbjorklund" , 1330 , "1330" ] ,
415
- [ "nirs" , 1269 , "1269" ] ,
421
+ [ "nirs" , 1719 , "1719" ] ,
416
422
[ "Ruchi1499" , 1084 , "1084" ] ,
417
423
[ "Ritikaa96" , 988 , "988" ] ,
418
424
[ "mardonner" , 790 , "790" ] ,
425
+ [ "medyagh" , 784 , "784" ] ,
419
426
[ "ljluestc" , 715 , "715" ] ,
420
427
[ "dhairya-seth" , 615 , "615" ] ,
421
- [ "medyagh" , 612 , "612" ] ,
422
428
[ "polarathene" , 556 , "556" ] ,
423
429
[ "Zenner2" , 423 , "423" ] ,
430
+ [ "LJTian" , 338 , "338" ] ,
424
431
[ "danmaninc" , 336 , "336" ] ,
425
432
[ "ptiseo-mcs" , 326 , "326" ] ,
426
433
[ "haoyun" , 314 , "314" ] ,
427
- [ "folletst" , 304 , "304" ] ,
428
434
429
435
] ) ;
430
436
@@ -457,7 +463,7 @@ <h3>Top Closers</h3>
457
463
function drawissueCloser ( ) {
458
464
var data = new google . visualization . arrayToDataTable ( [
459
465
[ { label :'' , type :'string' } , { label : '# of issues closed (excludes authored)' , type : 'number' } , { role : 'annotation' } ] ,
460
- [ "medyagh" , 13 , "13 " ] ,
466
+ [ "medyagh" , 17 , "17 " ] ,
461
467
[ "prezha" , 2 , "2" ] ,
462
468
[ "afbjorklund" , 1 , "1" ] ,
463
469
0 commit comments