twolfson / issue_stats

Analyze and compare how long it takes for Github issues to be closed.

Home Page:issuestats.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue Stats Issue Stats

Code Climate Coverage Status

This is a project for analyzing how long it takes for Github issues and pull requests to be closed.

screen shot 2014-08-01 at 5 21 30 pm

Badges

This project serves badges like so:

http://issuestats.com/github/rails/rails/badge/pr : rails/rails http://issuestats.com/github/twbs/bootstrap/badge/issue : twbs/bootstrap

You can add ?style=flat to the url to get a flat badge:

http://issuestats.com/github/joyent/node/badge/pr?style=flat : joyent/node

?style=flat-square is also available:

http://issuestats.com/github/joyent/node/badge/pr?style=flat-square : joyent/node

You can also add ?concise=true to the URL to get a more concise version: (thanks to brettwooldridge):

http://issuestats.com/github/rails/rails/badge/pr?style=flat-square&concise=true : joyent/node

API

You can get JSON data for a given repository by appending ?format=json to a repository's Issue Stats URL:

issuestats.com/github/rails/rails?format=json

Contributing

Pull requests and issues are encouraged!

This is a Rails 4.1 project. You'll need Postgres and Redis on your machine.

To install:

git clone https://github.com/hstove/issue_stats.git
cd issue_stats
bundle install
rake db:create
rake db:migrate
rake db:seed # enqueues a Sidekiq job
guard

Running gaurd will start a few things:

  • rails at http://localhost:3006
  • a Sidekiq worker a concurrency of 1
  • an rspec auto-runner with guard-rspec

Codeship Status for hstove/issue_stats

About

Analyze and compare how long it takes for Github issues to be closed.

issuestats.com

License:MIT License


Languages

Language:Ruby 71.6%Language:HTML 16.8%Language:CoffeeScript 8.4%Language:CSS 2.1%Language:JavaScript 1.0%Language:Shell 0.3%