e6d4216557
As of today we use this version of dashboard by storing a link to it in IRC channel. It's high time we've updated dash-creator with relevant version of the review dashboard. Change-Id: I8b70acc9522a1c84ba15f5f596f2f8e130670696
33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
[dashboard]
|
|
title = OpenStack-Ansible Review Dashboard
|
|
description = Dashbard to review relevant patches in the OpenStack-Ansible project
|
|
foreach = parentproject:openstack/openstack-ansible
|
|
|
|
|
|
[section "14 Days Without Feedback"]
|
|
query = age:14d limit:5 status:open
|
|
|
|
[section "Needs Approval"]
|
|
query = NOT label:Workflow<=-1 NOT label:Workflow>=1 label:Verified>=1 NOT label:Code-Review<=-1 label:Code-Review>=2 status:open branch:master
|
|
|
|
[section "Bug Fixes without Negative Feedback"]
|
|
query = NOT label:Workflow<=-1 NOT label:Workflow>=1 label:Verified>=1 NOT label:Code-Review<=-1 NOT label:Code-Review>=2 branch:master intopic:^bug.* status:open
|
|
|
|
[section "Blueprints without Negative Feedback"]
|
|
query = NOT label:Workflow<=-1 NOT label:Workflow>=1 label:Verified>=1 NOT label:Code-Review<=-1 NOT label:Code-Review>=2 branch:master project:openstack/openstack-ansible-specs status:open
|
|
|
|
[section "Without Negative Feedback"]
|
|
query = NOT label:Workflow<=-1 NOT label:Workflow>=1 label:Verified>=1 NOT label:Code-Review<=-1 NOT label:Code-Review>=2 branch:master NOT intopic:^bug.* NOT intopic:^bp.* status:open
|
|
|
|
[section "Backport Candidates (14 Days)"]
|
|
query = status:merged -age:14d label:Backport-Candidate>=1 NOT is:cherrypick
|
|
|
|
[section "Stable Branches"]
|
|
query = branch:^stable/.* status:open
|
|
|
|
[section "Needs Reverify"]
|
|
query = NOT label:Workflow<=-1 NOT label:Code-Review<=-1 label:Verified<=-1 branch:master status:open
|
|
|
|
[section "With Negative Feedback"]
|
|
query = NOT label:Workflow<=-1 NOT label:Verified<=-1 label:Code-Review-1 branch:master status:open
|