OpenStack analytics dashboard
Go to file
Ilya Shakhat dcdcf627e3 Add py34 into tox list of envs
Change-Id: I7431cecda6f7d30e7ea1997e784051ed86ad8b18
2014-09-29 16:16:36 +04:00
doc/source Fix URL for API example 2014-03-03 20:15:51 -05:00
etc Merge "Add clayton-oneill" 2014-09-26 09:26:35 +00:00
stackalytics Allow co-author email not to be included into angles 2014-09-26 13:39:44 +04:00
tests Allow co-author email not to be included into angles 2014-09-26 13:39:44 +04:00
tools warn against sorting requirements 2014-09-03 22:27:53 +02:00
.gitignore Add *egg to gitignore 2013-08-19 18:10:56 +04:00
.gitreview Initial code commit 2013-06-22 15:42:32 +04:00
.testr.conf Initial code commit 2013-06-22 15:42:32 +04:00
LICENSE Initial code commit 2013-06-22 15:42:32 +04:00
MANIFEST.in Initial code commit 2013-06-22 15:42:32 +04:00
README.rst Remove use of github urls 2014-06-08 11:33:23 -07:00
openstack-common.conf Remove dependent module py3kcompat 2014-03-03 22:28:44 +08:00
requirements-py3.txt warn against sorting requirements 2014-09-03 22:27:53 +02:00
requirements.txt warn against sorting requirements 2014-09-03 22:27:53 +02:00
setup.cfg Move dashboard into stackalytics 2014-06-17 16:26:08 +04:00
setup.py Synched requirements with the global list 2013-12-18 17:05:28 +04:00
test-requirements.txt warn against sorting requirements 2014-09-03 22:27:53 +02:00
tox.ini Add py34 into tox list of envs 2014-09-29 16:16:36 +04:00

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