Commit Graph

10 Commits

Author SHA1 Message Date
Sean McGinnis b207744a7b
Update for py3 support
This updates the default jobs and various settings to reflect py3
support. Updates to the README also due to switching to use a
requirements.txt file.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Change-Id: I19ae0818e166e1b801797a6d50ec4aa8cb0c3300
2021-07-26 14:53:50 -05:00
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
Sean McGinnis 0c1760594f Remove use of simplejson library
The simplejson library was not included in the setup requirements. Since
it is not actually needed - the default json library works fine - it
should just be removed.

Change-Id: I50c083344ea91e8a169a8b503c9418d71ec541e6
2021-07-26 13:37:07 -05:00
Sean McGinnis b0dad97c33
Fix pep8 tox environment
Changes to tox and the pep8 package require updates to the tox
environment definition.

Change-Id: Id95ae5fe17f71e15903e646f3065db85282359ba
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-07-26 13:35:24 -05:00
Ken'ichi Ohmichi 28514885b5 Add "daily" option to bugdaystats.py
Recently, we are triaging bugs of Tempest on the launchpad and that
work was fine to clean up old bugs and fixed bugs with different
patches.
Current bugdaystats shows it in last several days statically, and it
would be nice to add more long terms like in 30 days or a release to see
bug triage trends.

This patch adds a "daily" option to bugdaystats.py for making daily data
json files. The file can be used to show long term data in other graphs.

Change-Id: Ieac396389ce13468b717d03264164c77f7c36104
2016-09-20 12:35:53 +02:00
Elizabeth Krumbach Joseph 4b8b0922c4 Recreate index.html with each run
Regardless of whether the index.html already exists, create a new
one with each run so any template changes are picked up.

Change-Id: I3d39924bddfe8b8ad053d36cbf3b41ae21110972
2014-03-28 13:06:28 -07:00
Elizabeth Krumbach Joseph f14d070ed9 Add tox.ini, setup.py and do syntax cleanup
Add tox.ini and setup.py files.

Do syntax cleanup of bugdaystats.py so checks pass now with tox.ini
applied.

Also update .git files.

Change-Id: I7a65138bab4cb5e1194e0b35c94a847df70e3004
2014-03-11 16:13:25 -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 0a2dfc1032 Optionally rotate old data
Introduces a 'rotation' parameter in config.js that will remove
entries older than n days from the datasets, resulting in a rolling
view of bug activity.
2013-03-21 17:05:08 +01:00
Thierry Carrez 3e1bc6b24a Initial import 2012-12-21 16:08:08 +01:00