gerrit-dash-creator/dashboards/openstack-ansible.dash

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