Compare commits
26 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
23679b7288 | |
|
|
7f14b2fd50 | |
|
|
446fede68c | |
|
|
0a3d236ece | |
|
|
b704c37495 | |
|
|
2992bca4a0 | |
|
|
bf5dd7ed49 | |
|
|
f876cfea54 | |
|
|
eea0249346 | |
|
|
c579dd6d42 | |
|
|
199b9c2b77 | |
|
|
d6ebaa038e | |
|
|
4f5d54419c | |
|
|
2644a47da2 | |
|
|
9296c8c6d2 | |
|
|
cd8d82eec7 | |
|
|
1715a27371 | |
|
|
a9ac1c7277 | |
|
|
8a201da025 | |
|
|
3c95ef40a4 | |
|
|
5642d9b1e1 | |
|
|
6515b58172 | |
|
|
b1c686f690 | |
|
|
3362d6d24e | |
|
|
4a2ab1b686 | |
|
|
6eed7d7283 |
|
|
@ -6,7 +6,7 @@ json.developers @active_developer_rank_query.each_with_index.to_a do |item, inde
|
|||
json.login item["develop_name"]
|
||||
json.name user.full_name
|
||||
json.develop_projects projects do |project|
|
||||
json.(project, :name, :identifier, :description)
|
||||
json.(project, :name, :identifier)
|
||||
end
|
||||
json.total_commit_count item["total_count"]
|
||||
json.active_commit_count item["active_count"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue