OpenStack analytics dashboard
Go to file
Ilya Shakhat e6eb64af82 Bump version to 0.4
Change-Id: I851226d613e3eb48f3d2e0dcb6591e79167fbc6d
2013-12-17 15:54:54 +04:00
dashboard Activity handler always returns page-size records or remainder 2013-12-11 11:22:00 +00:00
doc/source Added documentation on API 2013-09-21 13:41:50 +04:00
etc Merge "Added moved to stackforge fuel repos under fuel-group" 2013-12-16 09:21:10 +00:00
stackalytics Use merge date as a primary date for commit 2013-12-10 12:56:40 +04:00
tests Use merge date as a primary date for commit 2013-12-10 12:56:40 +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 Bump version to 0.4 2013-12-17 15:54:54 +04:00
setup.py Updated with global requirements 2013-08-19 14:01:49 +04:00
test-requirements.txt Pin Sphinx to <1.2 2013-12-11 15:12:20 +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