• Stars
    star
    185
  • Rank 208,271 (Top 5 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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/nodejs/node/badge/pr?style=flat : nodejs/node

?style=flat-square is also available:

http://issuestats.com/github/nodejs/node/badge/pr?style=flat-square : nodejs/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 : nodejs/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 guard 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

More Repositories

1

rbtc_arbitrage

A gem for automating arbitrage between Bitcoin exchanges.
Ruby
274
star
2

electron-cookies

Adds support for cookies in Electron. Cookies are persisted through localStorage.
CoffeeScript
126
star
3

gender

Gender classification by first name in Go.
Go
99
star
4

copypastecsv

Paste in CSV, get a shareable file
Ruby
9
star
5

afterparty

A Rails 4 compatible queue with support for executing jobs in the future and serialization with ActiveRecord.
Ruby
9
star
6

stacks-fungible-token

A set of example contracts implementing the Stacks fungible token standard
TypeScript
9
star
7

glitchnet

An experimental Tensorflow LSTM network that glitch and pixel artwork.
Jupyter Notebook
8
star
8

uludum

An open platform for online education
Ruby
6
star
9

genetic

A genetic algorithm library in Go
Go
5
star
10

aqui

A handy method for logging your code as it runs
Ruby
4
star
11

sip-12-js

A JS / TS library for fetching SIP 12 data
TypeScript
4
star
12

send-many-stx-cli

A simple CLI for making a bulk STX transfer in one command.
TypeScript
4
star
13

bsk-analytics

TypeScript
4
star
14

dynamojs_rails

A light wrapper for using dynamo.js with Ruby on Rails.
Ruby
3
star
15

clarigen-counter-example

An example project for Clarity smart contracts that use Clarigen and Clarinet
TypeScript
3
star
16

bns-scripts

A few scripts for BNS stuff
TypeScript
3
star
17

Coderbracket-Weighted-Scorer

Some javascripts for making march madness brackets on coderbrackets.com
CoffeeScript
2
star
18

blockstack-demo-apps

A few Blockstack sample apps made to try out new functionality
JavaScript
2
star
19

mailigen-js

A JS library for using the Mailigen API
JavaScript
2
star
20

geospeed

An app for getting the speed limit, wherever you are.
Ruby
2
star
21

always-sunny

Visualize the time of day and weekday that episodes of "It's Always Sunny in Philadelphia" start at.
Ruby
1
star
22

hn-scraper

A gem for logging in and posting to Hacker News
Ruby
1
star
23

hankstoever.com

My personal website
Ruby
1
star
24

debut-server

Debut Server powered by Radiks
JavaScript
1
star