A retro-style bug leaderboard
Project description
GitHub Survivor is a simple bug dashboard that shows an overview of bugs in an external issue tracker. We use it at 99designs to keep an eye on the bug count and remind ourselves to close bugs.
Overview
It’s easy to forget about bugs when you’re knee-deep in feature development. This dashboard is a good way to keep bugs on people’s minds, and to show at-a-glance information about the current bug situation.
GitHub Survivor scrapes your bug data using your issue tracker’s API and stores it in a local Mongo DB for subsequent querying. It shows, at a glance:
Top/bottom bug closers for the current reporting period (week, month or sprint)
Current open bug count
Net difference in open bugs since the last reporting period
Charts (yay!):
Number of bugs opened/closed for the last 12 reporting periods
Number of open bugs over the last 12 reporting periods
There are bug trackers that provide this kind of data, but we wanted something fun that integrates with our existing bug tracking solution.
Supported issue trackers
GitHub Survivor can integrate with these issue trackers out of the box:
JIRA (courtesy of jirasurvivor)
Read more about defining backends in the wiki.
Quick setup
Requirements:
Python >= 2.7
MongoDB
virtualenv (recommended)
This command might satisfy the above dependencies on Ubuntu:
$ sudo apt-get install python2.7 mongodb python-virtualenv
Install package using pip install githubsurvivor
Generate a configuration file using githubsurvivor-generate-config
Do an initial import of your bugs using githubsurvivor-sync
Start the server using githubsurvivor
For detailed instructions, see https://github.com/99designs/githubsurvivor/wiki/Installation
Development notes
See https://github.com/99designs/githubsurvivor/wiki/Development
License
MIT; see LICENSE
Contributors
See https://github.com/99designs/githubsurvivor/wiki/Contributors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file githubsurvivor-0.0.1.tar.gz
.
File metadata
- Download URL: githubsurvivor-0.0.1.tar.gz
- Upload date:
- Size: 127.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83ace93a63b3d48b8828ece6cd3ac42e265e35743a551bd23b060e72eb6a18a3 |
|
MD5 | 6d3db58d5b9103a5b6c87945c6702417 |
|
BLAKE2b-256 | ed8ae4e04ed222021cf6dec4c14f20bd77efaaa8a185880d7a35ba5f641f4cf4 |