28514885b5
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
17 lines
437 B
Plaintext
17 lines
437 B
Plaintext
{
|
|
"projects": [
|
|
{ "project": "nova", "height": 380 },
|
|
{ "project": "glance" },
|
|
{ "project": "keystone" },
|
|
{ "project": "quantum" },
|
|
{ "project": "cinder" },
|
|
{ "project": "horizon" },
|
|
{ "project": "swift" },
|
|
{ "project": "openstack-manuals", "title": "Manuals" },
|
|
{ "project": "tempest" }
|
|
],
|
|
"rotation": 2,
|
|
"daily": true,
|
|
"daily_rotation": 183
|
|
}
|