From 0b51fb4f5e8291923070b29335f51b469c05e7be Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Thu, 30 Jun 2016 16:05:41 +0300 Subject: [PATCH] [docs] Added murano gerrit dashboard To facilitate better reviews we can start maintaining/sharing a team-wide gerrit murano dashboard. This commit adds initial file and documents it's usage. Change-Id: Idd67daa2701832b2151a4d06e929925f9d4355fa --- doc/source/index.rst | 7 ++++ doc/source/murano_gerrit_dashboard.rst | 57 ++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 doc/source/murano_gerrit_dashboard.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index dc251faf..1e5c7704 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -142,6 +142,13 @@ Miscellaneous guidelines articles/debug_tips +**Gerrit review dashboard** + +.. toctree:: + :maxdepth: 1 + + murano_gerrit_dashboard + **API specification** diff --git a/doc/source/murano_gerrit_dashboard.rst b/doc/source/murano_gerrit_dashboard.rst new file mode 100644 index 00000000..a10fae36 --- /dev/null +++ b/doc/source/murano_gerrit_dashboard.rst @@ -0,0 +1,57 @@ +Murano Gerrit Dashboard +======================= + +Description +----------- +If you would like to contribute to murano by reviewing patches to +murano-related projects — you can use this gerrit dashboard, or create your own +using +`Gerrit Dash Creator `__ + +URL +--- + +:: + + https://review.openstack.org/#/dashboard/?foreach=%28project%3A%5E.%2A%2F.%2Amurano.%2A+OR+project%3Aopenstack%2Fyaql%29+NOT+label%3AWorkflow%3C%3D%2D1+NOT+label%3ACode%2DReview%3C%3D%2D2+status%3Aopen&title=Murano&My+Patches=owner%3Aself&You+are+a+reviewer%2C+but+haven%27t+voted+in+the+current+revision=NOT+label%3ACode%2DReview%3C%3D2%2Cself+reviewer%3Aself+NOT+owner%3Aself&Need+Feedback=NOT+label%3ACode%2DReview%3C%3D2+NOT+label%3AVerified%3C%3D%2D1+NOT+owner%3Aself&Passed+Jenkins%2C+No+Negative+Feedback=label%3ACode%2DReview%3E%3D1+NOT+label%3ACode%2DReview%3C%3D%2D1+AND+NOT+label%3AVerified%3C%3D%2D1+NOT+owner%3Aself+NOT+reviewer%3Aself+limit%3A50&Maybe+Review%3F=NOT+owner%3Aself+NOT+reviewer%3Aself+limit%3A25&My+%2B1s=label%3ACode%2DReview%3D1%2Cself+limit%3A25&Need+final+%2B2=label%3ACode%2DReview%3E%3D2+NOT+label%3ACode%2DReview%3C%3D%2D1+NOT+label%3AVerified%3C%3D%2D1+NOT+label%3ACode%2DReview%3C%3D2%2Cself+NOT+owner%3Aself+limit%3A25&My+%2B2s=label%3ACode%2DReview%3D2%2Cself+limit%3A25 + +`View this dashboard `__ + + +Configuration +------------- + +:: + + + [dashboard] + title = Murano + description = Murano Review Inbox + foreach = (project:^.*/.*murano.* OR project:openstack/yaql) NOT label:Workflow<=-1 NOT label:Code-Review<=-2 status:open + + [section "My Patches"] + query = owner:self + + [section "You are a reviewer, but haven't voted in the current revision"] + query = NOT label:Code-Review<=2,self reviewer:self NOT owner:self + + [section "Need Feedback"] + query = NOT label:Code-Review<=2 NOT label:Verified<=-1 NOT owner:self + + [section "Passed Jenkins, No Negative Feedback"] + query = label:Code-Review>=1 NOT label:Code-Review<=-1 AND NOT label:Verified<=-1 NOT owner:self NOT reviewer:self limit:50 + + [section "Maybe Review?"] + query = NOT owner:self NOT reviewer:self limit:25 + + [section "My +1s"] + query = label:Code-Review=1,self limit:25 + + [section "Need final +2"] + query = label:Code-Review>=2 NOT label:Code-Review<=-1 NOT label:Verified<=-1 NOT label:Code-Review<=2,self NOT owner:self limit:25 + + [section "My +2s"] + query = label:Code-Review=2,self limit:25 + + +