|
|
@ -1,5 +1,7 @@
|
|
|
|
json.identifier @repo.identifier
|
|
|
|
json.identifier @repo.identifier
|
|
|
|
json.project_id @project.id
|
|
|
|
json.project_id @project.id
|
|
|
|
|
|
|
|
json.issues_count @project.issues_count
|
|
|
|
|
|
|
|
json.pull_requests_count @project.pull_requests_count
|
|
|
|
json.project_identifier @project.identifier
|
|
|
|
json.project_identifier @project.identifier
|
|
|
|
json.praises_count @repo.project.praises_count
|
|
|
|
json.praises_count @repo.project.praises_count
|
|
|
|
json.forked_count @repo.project.forked_count
|
|
|
|
json.forked_count @repo.project.forked_count
|
|
|
|