From 5fd201d2b732275abff6dc6727a1cc87961f68d6 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 24 Sep 2015 21:02:36 +0000 Subject: Add dashboard for the documentation sprint Change-Id: Ib52125a4c7c2927cfa0ce1ac9fc610e931611896 --- dashboards/documentation.dash | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dashboards/documentation.dash diff --git a/dashboards/documentation.dash b/dashboards/documentation.dash new file mode 100644 index 00000000..7768845d --- /dev/null +++ b/dashboards/documentation.dash @@ -0,0 +1,28 @@ +[dashboard] +title = Oslo Documentation Sprint +description = Documentation SPrint +foreach = (project:^openstack/.*oslo.* OR project:^openstack-dev/.*oslo.* OR + project:openstack/debtcollector OR project:openstack/pylockfile OR + project:openstack/futurist OR project:openstack/automaton OR + project:openstack/stevedore OR project:openstack/taskflow OR + project:openstack/tooz OR project:openstack-dev/cookiecutter OR + project:openstack-dev/pbr OR project:openstack/debtcollector OR + project:openstack/mox3) + status:open NOT owner:self NOT label:Workflow<=-1 label:Verified>=1 + NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self + (file:^doc/source/.* OR file:^README.*) + +[section "Bug Fixes"] +query = topic:^bug/.* + +[section "You are a reviewer, but haven't voted in the current revision"] +query = reviewer:self + +[section "Needs final +2"] +query = label:Code-Review>=2 limit:50 + +[section "New Contributors"] +query = reviewer:10068 + +[section "Passed Jenkins, No Negative Feedback"] +query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50 -- cgit v1.2.1