87
87
</ head >
88
88
< body >
89
89
< h1 > kubernetes/minikube</ h1 >
90
- < div class ="subtitle "> 2025-01-01 — 2025-01-31 </ div >
90
+ < div class ="subtitle "> 2025-01-01 — 2025-02-28 </ div >
91
91
92
92
93
93
< h2 > Reviewers</ h2 >
@@ -103,7 +103,8 @@ <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" , 5 , "5" ] ,
106
+ [ "medyagh" , 9 , "9" ] ,
107
+ [ "nirs" , 1 , "1" ] ,
107
108
108
109
] ) ;
109
110
@@ -136,7 +137,8 @@ <h3>Most Helpful</h3>
136
137
function drawreviewWords ( ) {
137
138
var data = new google . visualization . arrayToDataTable ( [
138
139
[ { 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" ] ,
140
142
141
143
] ) ;
142
144
@@ -169,7 +171,8 @@ <h3>Most Demanding</h3>
169
171
function drawreviewComments ( ) {
170
172
var data = new google . visualization . arrayToDataTable ( [
171
173
[ { 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" ] ,
173
176
174
177
] ) ;
175
178
@@ -208,11 +211,14 @@ <h3>Most Active</h3>
208
211
[ { label :'' , type :'string' } , { label : '# of Pull Requests Merged' , type : 'number' } , { role : 'annotation' } ] ,
209
212
[ "ComradeProgrammer" , 7 , "7" ] ,
210
213
[ "medyagh" , 7 , "7" ] ,
211
- [ "prezha" , 3 , "3 " ] ,
212
- [ "luchenhan " , 1 , "1" ] ,
214
+ [ "prezha" , 5 , "5 " ] ,
215
+ [ "jeffmaury " , 1 , "1" ] ,
213
216
[ "joaquimrocha" , 1 , "1" ] ,
214
- [ "SzymonNadbrzezny " , 1 , "1" ] ,
217
+ [ "nirs " , 1 , "1" ] ,
215
218
[ "wuwentao" , 1 , "1" ] ,
219
+ [ "luchenhan" , 1 , "1" ] ,
220
+ [ "SzymonNadbrzezny" , 1 , "1" ] ,
221
+ [ "liangyuanpeng" , 1 , "1" ] ,
216
222
217
223
] ) ;
218
224
@@ -247,11 +253,14 @@ <h3>Big Movers</h3>
247
253
[ { label :'' , type :'string' } , { label : 'Lines of code (delta)' , type : 'number' } , { role : 'annotation' } ] ,
248
254
[ "ComradeProgrammer" , 262 , "262" ] ,
249
255
[ "medyagh" , 235 , "235" ] ,
250
- [ "prezha" , 34 , "34" ] ,
256
+ [ "prezha" , 98 , "98" ] ,
257
+ [ "nirs" , 10 , "10" ] ,
258
+ [ "liangyuanpeng" , 10 , "10" ] ,
251
259
[ "luchenhan" , 4 , "4" ] ,
260
+ [ "wuwentao" , 2 , "2" ] ,
252
261
[ "joaquimrocha" , 2 , "2" ] ,
253
262
[ "SzymonNadbrzezny" , 2 , "2" ] ,
254
- [ "wuwentao " , 2 , "2 " ] ,
263
+ [ "jeffmaury " , 0 , "0 " ] ,
255
264
256
265
] ) ;
257
266
@@ -286,11 +295,14 @@ <h3>Most difficult to review</h3>
286
295
[ { label :'' , type :'string' } , { label : 'Average PR size (added+changed)' , type : 'number' } , { role : 'annotation' } ] ,
287
296
[ "ComradeProgrammer" , 30 , "30" ] ,
288
297
[ "medyagh" , 24 , "24" ] ,
289
- [ "prezha" , 2 , "2" ] ,
298
+ [ "prezha" , 11 , "11" ] ,
299
+ [ "nirs" , 10 , "10" ] ,
300
+ [ "liangyuanpeng" , 5 , "5" ] ,
290
301
[ "luchenhan" , 2 , "2" ] ,
291
302
[ "joaquimrocha" , 1 , "1" ] ,
292
303
[ "SzymonNadbrzezny" , 1 , "1" ] ,
293
304
[ "wuwentao" , 1 , "1" ] ,
305
+ [ "jeffmaury" , 0 , "0" ] ,
294
306
295
307
] ) ;
296
308
@@ -327,21 +339,21 @@ <h3>Most Active</h3>
327
339
function drawcomments ( ) {
328
340
var data = new google . visualization . arrayToDataTable ( [
329
341
[ { label :'' , type :'string' } , { label : '# of comments' , type : 'number' } , { role : 'annotation' } ] ,
330
- [ "afbjorklund" , 9 , "9" ] ,
342
+ [ "afbjorklund" , 14 , "14" ] ,
343
+ [ "Ruchi1499" , 10 , "10" ] ,
331
344
[ "medyagh" , 6 , "6" ] ,
332
- [ "kundan2707" , 3 , "3" ] ,
345
+ [ "Ritikaa96" , 6 , "6" ] ,
346
+ [ "nirs" , 3 , "3" ] ,
347
+ [ "danmaninc" , 3 , "3" ] ,
333
348
[ "iankingori" , 3 , "3" ] ,
334
- [ "panyam " , 2 , "2 " ] ,
349
+ [ "kundan2707 " , 3 , "3 " ] ,
335
350
[ "ptiseo-mcs" , 2 , "2" ] ,
336
- [ "svinther" , 2 , "2" ] ,
337
- [ "Zenner2" , 2 , "2" ] ,
338
351
[ "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" ] ,
345
357
346
358
] ) ;
347
359
@@ -374,21 +386,21 @@ <h3>Most Helpful</h3>
374
386
function drawcommentWords ( ) {
375
387
var data = new google . visualization . arrayToDataTable ( [
376
388
[ { label :'' , type :'string' } , { label : '# of words (excludes authored)' , type : 'number' } , { role : 'annotation' } ] ,
389
+ [ "huttsMichael" , 2234 , "2234" ] ,
377
390
[ "mardonner" , 790 , "790" ] ,
391
+ [ "Ruchi1499" , 441 , "441" ] ,
378
392
[ "Zenner2" , 423 , "423" ] ,
393
+ [ "afbjorklund" , 373 , "373" ] ,
394
+ [ "danmaninc" , 336 , "336" ] ,
379
395
[ "ptiseo-mcs" , 326 , "326" ] ,
380
- [ "afbjorklund" , 282 , "282" ] ,
381
396
[ "medyagh" , 238 , "238" ] ,
397
+ [ "skol101" , 128 , "128" ] ,
398
+ [ "carlosaml500" , 115 , "115" ] ,
399
+ [ "nirs" , 114 , "114" ] ,
382
400
[ "masalinas" , 110 , "110" ] ,
401
+ [ "Ritikaa96" , 102 , "102" ] ,
383
402
[ "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" ] ,
392
404
393
405
] ) ;
394
406
@@ -421,8 +433,8 @@ <h3>Top Closers</h3>
421
433
function drawissueCloser ( ) {
422
434
var data = new google . visualization . arrayToDataTable ( [
423
435
[ { 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 " ] ,
426
438
[ "afbjorklund" , 1 , "1" ] ,
427
439
428
440
] ) ;
0 commit comments