diff --git a/dashboards/openstack-ansible.dash b/dashboards/openstack-ansible.dash index 5e696df..1ad6266 100644 --- a/dashboards/openstack-ansible.dash +++ b/dashboards/openstack-ansible.dash @@ -1,30 +1,32 @@ [dashboard] -title = OpenStack-Ansible Review Inbox -description = Review Inbox for the OpenStack-Ansible project -foreach = (projects:openstack/openstack-ansible OR - projects:openstack/ansible-role-systemd_ OR - project:openstack/ansible-role-qdrouterd OR - project:openstack/ansible-role-python_venv_build OR - project:openstack/ansible-hardening) - status:open - NOT owner:self - NOT label:Workflow<=-1 - NOT reviewedby:self +title = OpenStack-Ansible Review Dashboard +description = Dashbard to review relevant patches in the OpenStack-Ansible project +foreach = parentproject:openstack/openstack-ansible -[section "You are a reviewer but haven't voted in the current revision"] -query = reviewer:self NOT reviewedby:self label:Verified>=1,zuul -[section "Needs final +2"] -query = label:Code-Review>=2 limit:50 NOT label:Code-Review<=-1 NOT reviewedby:self label:Verified>=1,zuul NOT label:workflow>=1 +[section "14 Days Without Feedback"] +query = age:14d limit:5 status:open -[section "Passed Zuul, No Negative Feedback"] -query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50 label:Verified>=1,zuul +[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 "Wayward Changes (Changes with no code review in the last 2days)"] -query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:2d label:Verified>=1,zuul +[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 "Backports"] -query = branch:^stable/.* +[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 "Failed Zuul, No Negative Feedback"] -query = NOT label:Code-Review<=-1 label:Verified<=-1,zuul +[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