OpenStack analytics dashboard
Go to file
Ilya Shakhat 4f2ed5141b Added dummy docs, build process updated
Part of blueprint api-docs

Change-Id: I372b03341b5576db68175888df6044cfe6730e41
2013-08-30 19:47:44 +04:00
dashboard Fixed wrong affiliation for autodetected users 2013-08-30 15:57:18 +04:00
doc/source Added dummy docs, build process updated 2013-08-30 19:47:44 +04:00
etc Fixed wrong affiliation for autodetected users 2013-08-30 15:57:18 +04:00
stackalytics Added dummy docs, build process updated 2013-08-30 19:47:44 +04:00
tests Fixed wrong affiliation for autodetected users 2013-08-30 15:57:18 +04:00
tools Initial code commit 2013-06-22 15:42:32 +04: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 Implementation of blueprint stackalytics-core 2013-07-12 17:12:06 +04:00
requirements.txt Fixed version of psutil 2013-08-28 17:47:22 +04:00
setup.cfg Added dummy docs, build process updated 2013-08-30 19:47:44 +04:00
setup.py Updated with global requirements 2013-08-19 14:01:49 +04:00
test-requirements.txt Updated with global requirements 2013-08-19 14:01:49 +04:00
tox.ini Added dummy docs, build process updated 2013-08-30 19:47:44 +04:00

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