OpenStack analytics dashboard
Go to file
Ilya Shakhat 95833ec196 Added more projects from stackforge
Implements blueprint add-more-projects

Change-Id: If5ad02dbe3eb73b505bb9a1a09bd47f6904fdcd5
2013-07-19 20:14:42 +04:00
dashboard Added link to project wiki space 2013-07-19 18:54:12 +04:00
etc Added more projects from stackforge 2013-07-19 20:14:42 +04:00
stackalytics Favicon is added into layout 2013-07-19 17:58:55 +04:00
tests Several clean-ups related to config handling 2013-07-16 17:23:29 +04:00
tools Initial code commit 2013-06-22 15:42:32 +04:00
.gitignore Implementation of blueprint stackalytics-core 2013-07-10 23:05:47 +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 Implementation of blueprint stackalytics-core 2013-07-12 17:12:06 +04:00
requirements.txt Implementation of blueprint stackalytics-core 2013-07-10 23:05:47 +04:00
setup.cfg Stackalytics deployment clean up 2013-07-16 16:53:20 +04:00
setup.py Initial code commit 2013-06-22 15:42:32 +04:00
test-requirements.txt Implementation of blueprint stackalytics-core 2013-07-10 23:05:47 +04:00
tox.ini Implementation of blueprint stackalytics-core 2013-07-12 17:12:06 +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