OpenStack analytics dashboard
Go to file
Christian Berendt 5c971ae6cb Enabled hacking check H404
* [H404] Multi line docstrings should start without a leading new line.

Change-Id: I4754c98640c71e73fe99b864bd37a23f92377430
2014-07-11 15:45:54 +02:00
doc/source Fix URL for API example 2014-03-03 20:15:51 -05:00
etc Reset LOC to 623 for commit https://review.openstack.org/94539 2014-07-11 16:14:48 +04:00
stackalytics Enabled hacking check H404 2014-07-11 15:45:54 +02:00
tests Optimize performance of compact records 2014-06-30 22:43:19 +04:00
tools sort requirement files in alphabetical order 2014-05-21 23:59:41 +02: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
openstack-common.conf Remove dependent module py3kcompat 2014-03-03 22:28:44 +08:00
README.rst Remove use of github urls 2014-06-08 11:33:23 -07:00
requirements-py3.txt Update requirements* files matching global requ 2014-07-01 03:23:36 +08:00
requirements.txt Update requirements* files matching global requ 2014-07-01 03:23:36 +08:00
setup.cfg Move dashboard into stackalytics 2014-06-17 16:26:08 +04:00
setup.py Synched requirements with the global list 2013-12-18 17:05:28 +04:00
test-requirements.txt sort requirement files in alphabetical order 2014-05-21 23:59:41 +02:00
tox.ini Enabled hacking check H404 2014-07-11 15:45:54 +02:00

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