OpenStack analytics dashboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Ilya Shakhat 7cdf1408f0
Make Gerrit retry counter configurable
7 years ago
doc/source Make Gerrit retry counter configurable 7 years ago
etc Make Gerrit retry counter configurable 7 years ago
stackalytics Make Gerrit retry counter configurable 7 years ago
tools Enable config auto-generation 8 years ago
.gitignore Add *egg to gitignore 10 years ago
.gitreview Update .gitreview for new namespace 8 years ago
.testr.conf Move tests under stackalytics package 8 years ago
LICENSE Initial code commit 10 years ago
MANIFEST.in Initial code commit 10 years ago
README.rst Change repository from stackforge to openstack 8 years ago
config-generator.conf Enable config auto-generation 8 years ago
requirements.txt Use requests lib instead of low-level urllib calls 8 years ago
setup.cfg Update from global-requirements 8 years ago
setup.py Update from global-requirements 8 years ago
test-requirements.txt Update from global-requirements 8 years ago
tox.ini Merge "Remove H904 from hacking ignore list" 7 years ago

README.rst

Stackalytics

Application Features

Stackalytics is a service that automatically analyzes OpenStack development activities and displays statistics on contribution. The features are: * Extraction of author information from git log, store it in the database; * Calculate metrics on number of lines changed (LOC) and commits; * Mapping authors to companies and launchpad ids; * Filter statistics by time, modules, companies, authors; * Extract blueprint and bug ids from commit messages; * Auto-update of database.

Project Info