OpenStack analytics dashboard
Go to file
Sergey Lukjanov 71d631ae5b Use develop install and fix docutils version
tox 1.6 was released, so, we can use new develop mode that'll speed up
project installation.

docutils version should be fixed to prevent doc build failures.

Change-Id: Icb713f54fc7646d7325d66dc26a5f91250451a4e
2013-09-18 13:46:47 +04:00
dashboard Implemented mailing list processing 2013-09-13 13:41:27 +04:00
doc/source Added dummy docs, build process updated 2013-08-30 19:47:44 +04:00
etc Fixed review control sustem polling 2013-09-13 17:07:13 +04:00
stackalytics Refactor read_uri function 2013-09-15 22:54:19 +04:00
tests Fixed review control sustem polling 2013-09-13 17:07:13 +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 version info into UI 2013-09-05 15:42:08 +04:00
setup.py Updated with global requirements 2013-08-19 14:01:49 +04:00
test-requirements.txt Use develop install and fix docutils version 2013-09-18 13:46:47 +04:00
tox.ini Use develop install and fix docutils version 2013-09-18 13:46:47 +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