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 33d8ec8e4f
Sync requirements with OpenStack global requirements
6 years ago
doc/source Add how to use local file 6 years ago
etc Merge "add new users information" 6 years ago
stackalytics Sync requirements with OpenStack global requirements 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 Sync requirements with OpenStack global requirements 6 years ago
setup.cfg Separate config module 6 years ago
setup.py Sync requirements with OpenStack global requirements 6 years ago
test-requirements.txt Sync requirements with OpenStack global requirements 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