Commit Graph

4 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
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
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