Skip to content

Commit 9055535

Browse files
committed
Merge pull request #364 from SethTisue/hall-of-fame-nov-215
hall of fame updates
2 parents 7770d54 + 7e41520 commit 9055535

File tree

3 files changed

+68
-3
lines changed

3 files changed

+68
-3
lines changed

_tools/hall-of-fame/MakeHallOfFame.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/** This script makes the Hall of Fame for the elapsed month.
22
* It should be run every 1st day of the month, in the working tree, and
33
* 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/
46
*/
57

68
import java.net.URL
@@ -35,15 +37,15 @@ object MakeHallOfFame {
3537
"pvlugter",
3638
"henrikengstrom",
3739
"szeiger",
38-
"SethTisue"
40+
"SethTisue",
41+
"lrytz"
3942
)
4043

4144
// TODO Expand (and maintain) that list - or fetch it from some source
4245
val EPFLPeople = Set(
4346
"axel22",
4447
"heathermiller",
4548
"hubertp",
46-
"lrytz",
4749
"magarciaEPFL",
4850
"namin",
4951
"odersky",
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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+
---

contribute/scala-fame.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A big thank you to everyone who has contributed over the years to:
77
- [the Scala library and compiler](https://github.com/scala/scala/contributors)
88
- [the Scala documentation website](https://github.com/scala/scala.github.com/contributors)
99

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,
1111
for last month. (For a commit to be counted, it must have been both committed and merged
1212
in the same month.)
1313

0 commit comments

Comments
 (0)