OpenStack analytics dashboard
Go to file
Ilya Shakhat a5f1411218 Initial code commit 2013-06-22 15:42:32 +04:00
bin Initial code commit 2013-06-22 15:42:32 +04:00
dashboard Initial code commit 2013-06-22 15:42:32 +04:00
etc Initial code commit 2013-06-22 15:42:32 +04:00
scripts Initial code commit 2013-06-22 15:42:32 +04:00
tests Initial code commit 2013-06-22 15:42:32 +04:00
tools Initial code commit 2013-06-22 15:42:32 +04:00
.gitignore Initial code commit 2013-06-22 15:42:32 +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 Initial code commit 2013-06-22 15:42:32 +04:00
requirements.txt Initial code commit 2013-06-22 15:42:32 +04:00
setup.cfg Initial code commit 2013-06-22 15:42:32 +04:00
setup.py Initial code commit 2013-06-22 15:42:32 +04:00
test-requirements.txt Initial code commit 2013-06-22 15:42:32 +04:00
tox.ini Initial code commit 2013-06-22 15:42:32 +04:00

README.rst

Stackalytics - OpenStack analytics dashboard

Application Features

OpenStack Stats is a service that automatically analyzes OpenStack git repos 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.

<todo add instructions>