From fd5c84a4de2c368d5c6256acb2618b969e78737a Mon Sep 17 00:00:00 2001 From: Sridhar Ramaswamy Date: Wed, 14 Sep 2016 06:38:13 +0000 Subject: [PATCH] Add tacker gerrit dashbaord to developer info With too many gerrit reviews in the queue, the team needs a way to categorize and bubble up reviews that are actionable. Hence introduce gerrit dashboard with various filters to identify patchsets to review. Change-Id: I6e1552f8a3fbd81ae45ad1943b493e8c3bd83654 --- doc/source/devref/dashboards.rst | 9 +++++++++ doc/source/index.rst | 1 + 2 files changed, 10 insertions(+) create mode 100644 doc/source/devref/dashboards.rst diff --git a/doc/source/devref/dashboards.rst b/doc/source/devref/dashboards.rst new file mode 100644 index 000000000..7df08d0f8 --- /dev/null +++ b/doc/source/devref/dashboards.rst @@ -0,0 +1,9 @@ +Gerrit Dashboards +================= + +- `Tacker master branch reviews `_ + +These dashboard links can be generated by `Gerrit Dashboard Creator`_. +Useful dashboard definitions are found in ``dashboards`` directory. + +.. _Gerrit Dashboard Creator: https://github.com/openstack/gerrit-dash-creator diff --git a/doc/source/index.rst b/doc/source/index.rst index fe6c0736f..000cabc26 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -82,6 +82,7 @@ Developer Info devref/api_layer.rst devref/api_extensions.rst devref/tacker_functional_test.rst + devref/dashboards.rst Project Info ============