We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: