OpenStack analytics dashboard
Go to file
pkholkin 97a64afd68 Fixed sorting in members_table and fixed dropdown
closes bug 1308976
Changed "two years" to "all" in date dropdown

Change-Id: I778bcbb845d67ed5fcc39e7e360701c83b7d13a0
2014-04-23 14:07:39 +04:00
dashboard Fixed sorting in members_table and fixed dropdown 2014-04-23 14:07:39 +04:00
doc/source Fix URL for API example 2014-03-03 20:15:51 -05:00
etc Create a group for solum 2014-04-23 16:05:04 +10:00
stackalytics Added aliases 2014-04-16 18:04:52 +04:00
tests Added new record type for patches 2014-04-16 13:00:51 +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
openstack-common.conf Remove dependent module py3kcompat 2014-03-03 22:28:44 +08:00
README.rst Implementation of blueprint stackalytics-core 2013-07-12 17:12:06 +04:00
requirements.txt Sync requirements with globals 2014-03-04 14:10:00 +04:00
setup.cfg Bump version to 0.4 2013-12-17 15:54:54 +04:00
setup.py Synched requirements with the global list 2013-12-18 17:05:28 +04:00
test-requirements.txt Sync requirements with globals 2014-03-04 14:10:00 +04:00
tox.ini Use develop install and fix docutils version 2013-09-18 13:46:47 +04: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