diff options
| author | franck cuny <franck@lumberjaph.net> | 2011-06-19 10:54:44 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2011-06-19 10:54:44 +0200 |
| commit | d4723b675240bcb860478a05f78d7a718397e9a9 (patch) | |
| tree | ce6adb653f6a7c9f18f28708673438e96f0b6027 /lib/GitHub/Collector/Role | |
| parent | add more metrics to nodes (diff) | |
| download | stargit-d4723b675240bcb860478a05f78d7a718397e9a9.tar.gz | |
more metrics
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'lib/GitHub/Collector/Role')
| -rw-r--r-- | lib/GitHub/Collector/Role/Graph/Neighbors.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/GitHub/Collector/Role/Graph/Neighbors.pm b/lib/GitHub/Collector/Role/Graph/Neighbors.pm index 627de94..9f2ecdb 100644 --- a/lib/GitHub/Collector/Role/Graph/Neighbors.pm +++ b/lib/GitHub/Collector/Role/Graph/Neighbors.pm @@ -122,6 +122,8 @@ sub _create_node { language => $self->map_languages($info->{language}), country => $info->{country} || '', indegree => $info->{indegree}, + nbrepos => $info->{public_repo_count}, + follower => $info->{followers_count}, }; } |
