User Tools

Site Tools


oss-health-metrics:metrics:pull-requests-made-closed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
oss-health-metrics:metrics:pull-requests-made-closed [2017/04/10 19:06]
abuhman [4. Description]
oss-health-metrics:metrics:pull-requests-made-closed [2017/04/26 18:28]
abuhman
Line 11: Line 11:
 [[http://​repocheck.com/#​https%3A%2F%2Fgithub.com%2Ftwbs%2Fbootstrap|Example]] [[http://​repocheck.com/#​https%3A%2F%2Fgithub.com%2Ftwbs%2Fbootstrap|Example]]
 Encompasses number of pull requests rejected Encompasses number of pull requests rejected
 +
 +==== Pseudo Code ====
  
 ==== Visualization ==== ==== Visualization ====
Line 16: Line 18:
 ==== Interpretation ==== ==== Interpretation ====
  
-===== 5. Known Implementations ===== +===== 5. Pseudo Code/Query ===== 
- +===GHTorrent: ​All pull requests that were created===
-===== 6. Data Source ===== +
-GHTorrent +
- +
-===== 7. Pseudo Code/Query ===== +
-===All pull requests that were created===+
  
  SELECT count(distinct pull_request_id) as num_opened, projects.name as project_name,​ projects.url as url  SELECT count(distinct pull_request_id) as num_opened, projects.name as project_name,​ projects.url as url
Line 31: Line 28:
  group by projects.id  group by projects.id
   
-=== Pull Requests Closed===+===GHTorrent: ​Pull Requests Closed===
  
  SELECT count(distinct pull_request_id) as num_closed, projects.name as project_name,​ projects.url as url  SELECT count(distinct pull_request_id) as num_closed, projects.name as project_name,​ projects.url as url
Line 40: Line 37:
  group by projects.id  group by projects.id
  
-===== 8. Data Exchange Format =====+===== 6. Data Exchange Format ​===== 
 + 
 +===== 7. Known Implementations ​=====
  
-===== 9. References to Academic Literature =====+===== 8. References to Academic Literature =====
  
-===== 10. Internet References =====+===== 9. Internet References =====
  
-===== 11. Contributors =====+===== 10. Contributors =====
 Anna Buhman Anna Buhman
oss-health-metrics/metrics/pull-requests-made-closed.txt · Last modified: 2017/10/06 20:57 by GeorgLink