github-dashing icon indicating copy to clipboard operation
github-dashing copied to clipboard

Commit stats are inaccurate

Open chillu opened this issue 12 years ago • 0 comments

The underlying data is normalized in a lossy way, only retaining the last commit of any given push to github: https://github.com/igrigorik/githubarchive.org/blob/master/bigquery/transform.rb#L105 https://github.com/chillu/github-dashing/blob/master/lib/big_query_backend.rb#L191 http://developer.github.com/v3/activity/events/types/#pushevent

I think I'll need to fall back to the good old github API for that one again… :/ http://developer.github.com/v3/repos/commits/#list-commits-on-a-repository

chillu avatar May 29 '13 22:05 chillu