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
Ken'ichi Ohmichi 887f2c5814
Separate config module
6 years ago
doc/source Add how to use local file 6 years ago
etc Merge "Add user zhangdaolong." 6 years ago
stackalytics Separate config module 6 years ago
tools Remove white space between print () 6 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 Separate config module 6 years ago
requirements.txt Use requests lib instead of low-level urllib calls 8 years ago
setup.cfg Separate config module 6 years ago
setup.py Update from global-requirements 8 years ago
test-requirements.txt [Fix gate]Update test requirement 6 years ago
tox.ini fix setup.cfg and tox.ini 6 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