Commit Graph

7 Commits

Author SHA1 Message Date
Masayuki Igawa f10ee2d6bd Introduce daily bug stats chart
This commit introduces daily bug stats graphs. To do this, this commit
also introduces nvd3 js library for enabling to use lineWithFocusChart.
It is not same style chart of the main pages ones. Because
stackedAreaWithFocusChart is a little bit buggy. So it sometimes shows
wrong charts. And I also think lineWithFocusChart is better than the
stackedArea chart because it is simple enough to understand the trend.

Change-Id: Iacf22cddbd676d1447cfd9ae8ba1e7ce387720f6
2021-07-26 14:06:14 -05:00
Christian Berendt 5e2b9bc703 Prettified all HTML files
Prettified all HTML files using Beautiful Soup with the
following script.

https://github.com/berendt/openstack-development/blob/master/prettify.py

Change-Id: Icd5a1ffd0ad0eaf5cbbeed9d8d6ae66d7f569041
2014-06-08 19:16:27 +02:00
Jenkins 790bff4fac Merge "Add link to JSON file on index.html" 2014-04-17 20:53:35 +00:00
Elizabeth Krumbach Joseph 61cda4a2e3 Add link to JSON file on index.html
A json file is generated for each service, link this to the main page
so it's discoverable.

Change-Id: I4dc17671cb1d96eb8cbfef1aaf4604d8cfa34cc0
2014-03-28 12:52:39 -07:00
Elizabeth Krumbach Joseph de4e917021 Wrap results on index.html in container div
All other projects on status.openstack.org are nicely
containerized for a similar look. Doing this for the
bugdaystats template as well.

Change-Id: I164fb98f48d5b0d7a69bd6cfb84793328bbdc202
2014-03-28 12:30:41 -07:00
Thierry Carrez a878b43380 Support status.openstack.org header/footer
Add a openstack_status magic parameter in config.js which toggles the
use of openstack-specific CSS and JS files to better integrate in
status.openstack.org.
2013-03-29 17:18:29 +01:00
Thierry Carrez 3e1bc6b24a Initial import 2012-12-21 16:08:08 +01:00