Go to file
Yuriy Taraday 03ca988d43 Allow cliend-side caching
Add Expires and Cache-Control headers to API responses. This allows
browsers to cache them and avoid extra round-trips for data. Also use
plain JSON type in UI to allow browser to use cache. For widget to work
added "Access-Control-Allow-Origin: *" header to all API requests. Note
that althogh this will make cross-origin requests work, it's still not
enough to make browser cache such response, so widget won't benefit from
client-side caching yet.

Change-Id: I49eeffccaf79fe3417bd941590b5dd239ddc433f
2014-09-04 23:26:10 +04:00
2014-03-03 20:15:51 -05:00
2014-08-18 02:22:34 +00:00
2014-09-04 23:26:10 +04:00
2014-08-14 17:58:33 +04:00
2013-08-19 18:10:56 +04:00
2013-06-22 15:42:32 +04:00
2013-06-22 15:42:32 +04:00
2013-06-22 15:42:32 +04:00
2013-06-22 15:42:32 +04:00
2014-06-08 11:33:23 -07:00
2014-06-17 16:26:08 +04:00
2014-07-24 16:48:03 +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

Description
OpenStack analytics dashboard
Readme 46 MiB
Languages
Python 61.5%
HTML 19%
JavaScript 12%
CSS 7.5%