summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-09-24 21:02:36 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-09-24 21:02:36 +0000
commit5fd201d2b732275abff6dc6727a1cc87961f68d6 (patch)
treed220a56c599789872672e8ee7626acded7133ba9
parent19831ce56a14b37751694a6ba5e97f6a6e2f1b40 (diff)
downloadoslo-incubator-5fd201d2b732275abff6dc6727a1cc87961f68d6.tar.gz
Add dashboard for the documentation sprint
Change-Id: Ib52125a4c7c2927cfa0ce1ac9fc610e931611896
-rw-r--r--dashboards/documentation.dash28
1 files changed, 28 insertions, 0 deletions
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