Initial code commit

This commit is contained in:
Ilya Shakhat
2013-06-22 15:38:42 +04:00
parent 5a1376ca06
commit a5f1411218
104 changed files with 19824 additions and 4 deletions

15
README.rst Normal file
View File

@@ -0,0 +1,15 @@
Stackalytics - OpenStack analytics dashboard
============================================
Application Features
--------------------
OpenStack Stats is a service that automatically analyzes OpenStack git repos 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.
<todo add instructions>