diff --git a/dashboards/nova-libvirt.dash b/dashboards/nova-libvirt.dash new file mode 100644 index 0000000..9cb6ff6 --- /dev/null +++ b/dashboards/nova-libvirt.dash @@ -0,0 +1,33 @@ +[dashboard] +title = Nova Libvirt Driver Review Inbox +description = Review Inbox for the Nova Libvirt Driver +foreach = project:openstack/nova + status:open + NOT owner:self + NOT label:Workflow<=-1 + label:Verified>=1,zuul + NOT reviewedby:self + branch:master + (file:^nova/virt/libvirt/.* OR file:^nova/tests/unit/libvirt/.* OR file:^nova/tests/functional/libvirt/.*) + +[section "Small patches"] +query = NOT label:Code-Review>=2,self NOT label:Code-Review<=-1,nova-core NOT message:"DNM" delta:<=10 + +[section "Needs final +2"] +query = NOT label:Code-Review>=2,self label:Code-Review>=2 limit:50 NOT label:workflow>=1 + +[section "Bug fix, Passed Zuul, No Negative Feedback"] +query = NOT label:Code-Review>=2,self NOT label:Code-Review<=-1,nova-core message:"bug: " limit:50 + +[section "Wayward Changes (Changes with no code review in the last two days)"] +query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:2d limit:50 + +[section "Needs feedback (Changes older than 5 days that have not been reviewed by anyone)"] +query = NOT label:Code-Review<=-1 NOT label:Code-Review>=1 age:5d limit:50 + +[section "Passed Zuul, No Negative Feedback"] +query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50 + +[section "Needs revisit (You were a reviewer but haven't voted in the current revision)"] +query = reviewer:self limit:50 +