OpenStack analytics dashboard
Go to file
Ilya Shakhat 5e7f9a7b9a Added engineers into default data
Change-Id: I1fc273e57e5b17d434b9aba74140a0e747ef1034
2013-08-21 15:16:37 +04:00
dashboard Improved links to users and companies 2013-08-20 18:05:25 +04:00
etc Added engineers into default data 2013-08-21 15:16:37 +04:00
stackalytics Handle all exceptions from github lib 2013-08-20 18:26:22 +04:00
tests Minor UI enhancements 2013-08-20 17:16:59 +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 Updated with global requirements 2013-08-19 14:01:49 +04:00
setup.cfg Updated setup.cfg to install entry point for dump script 2013-08-16 12:31:51 +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 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