OpenStack analytics dashboard
Go to file
Ilya Shakhat ae15432679 Default data updated with new companies
Change-Id: I07c0516b7b7650d15981ce5aec150d100570b70e
2013-10-17 15:44:46 +04:00
dashboard Added report to show all users with details 2013-10-17 13:42:59 +04:00
doc/source Added documentation on API 2013-09-21 13:41:50 +04:00
etc Default data updated with new companies 2013-10-17 15:44:46 +04:00
stackalytics Strip git remote uri before processing 2013-10-17 14:57:01 +04:00
tests Long URLs are diluted with zero-width whitespaces 2013-09-24 18:23:01 +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 in setup.cfg 2013-09-24 13:25:54 +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