File tree Expand file tree Collapse file tree 3 files changed +68
-3
lines changed Expand file tree Collapse file tree 3 files changed +68
-3
lines changed Original file line number Diff line number Diff line change 1
1
/** This script makes the Hall of Fame for the elapsed month.
2
2
* It should be run every 1st day of the month, in the working tree, and
3
3
* then a commit with the changes should be pushed to scala-lang.
4
+ *
5
+ * Relevant API doc is https://developer.github.com/v3/repos/statistics/
4
6
*/
5
7
6
8
import java .net .URL
@@ -35,15 +37,15 @@ object MakeHallOfFame {
35
37
" pvlugter" ,
36
38
" henrikengstrom" ,
37
39
" szeiger" ,
38
- " SethTisue"
40
+ " SethTisue" ,
41
+ " lrytz"
39
42
)
40
43
41
44
// TODO Expand (and maintain) that list - or fetch it from some source
42
45
val EPFLPeople = Set (
43
46
" axel22" ,
44
47
" heathermiller" ,
45
48
" hubertp" ,
46
- " lrytz" ,
47
49
" magarciaEPFL" ,
48
50
" namin" ,
49
51
" odersky" ,
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : famearchive
3
+ title : Contributors of November 2015
4
+ fame-year : 2015
5
+ fame-month : 11
6
+ fame-month-str : November
7
+ fame-categories :
8
+ - category : Typesafe
9
+ authors :
10
+ - username : szeiger
11
+ gravatar : https://avatars.githubusercontent.com/u/54262?v=3
12
+ commits : 5
13
+ linesAdded : 427
14
+ linesDeleted : 116
15
+ rank : 1
16
+ newContributor : false
17
+ - username : SethTisue
18
+ gravatar : https://avatars.githubusercontent.com/u/161079?v=3
19
+ commits : 3
20
+ linesAdded : 21
21
+ linesDeleted : 21
22
+ rank : 2
23
+ newContributor : false
24
+ - username : retronym
25
+ gravatar : https://avatars.githubusercontent.com/u/65551?v=3
26
+ commits : 3
27
+ linesAdded : 44
28
+ linesDeleted : 28
29
+ rank : 2
30
+ newContributor : false
31
+ - username : adriaanm
32
+ gravatar : https://avatars.githubusercontent.com/u/91083?v=3
33
+ commits : 2
34
+ linesAdded : 22
35
+ linesDeleted : 25
36
+ rank : 3
37
+ newContributor : false
38
+ - username : lrytz
39
+ gravatar : https://avatars.githubusercontent.com/u/119636?v=3
40
+ commits : 1
41
+ linesAdded : 7
42
+ linesDeleted : 18
43
+ rank : 4
44
+ newContributor : false
45
+ - category : EPFL
46
+ authors :
47
+ - category : Community
48
+ authors :
49
+ - username : janekdb
50
+ gravatar : https://avatars.githubusercontent.com/u/1123855?v=3
51
+ commits : 6
52
+ linesAdded : 76
53
+ linesDeleted : 63
54
+ rank : 1
55
+ newContributor : false
56
+ - username : soc
57
+ gravatar : https://avatars.githubusercontent.com/u/42493?v=3
58
+ commits : 2
59
+ linesAdded : 14
60
+ linesDeleted : 19
61
+ rank : 2
62
+ newContributor : false
63
+ ---
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A big thank you to everyone who has contributed over the years to:
7
7
- [ the Scala library and compiler] ( https://github.com/scala/scala/contributors )
8
8
- [ the Scala documentation website] ( https://github.com/scala/scala.github.com/contributors )
9
9
10
- What follows are the commit totals, to the 2.11 .x branch of the scala/scala repo only,
10
+ What follows are the commit totals, to the 2.12 .x branch of the scala/scala repo only,
11
11
for last month. (For a commit to be counted, it must have been both committed and merged
12
12
in the same month.)
13
13
You can’t perform that action at this time.
0 commit comments