0a2dfc1032
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.
15 lines
391 B
Plaintext
15 lines
391 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
|
|
}
|