[openstack-dev] [all] custom gerrit dashboard - per project review inbox zero

GHANSHYAM MANN ghanshyammann at gmail.com
Fri May 9 17:52:08 UTC 2014


Hi Sean,

That’s pretty cool and helpful. Thanks for providing this.

> > -----Original Message-----
> > From: Sean Dague [mailto:sean at dague.net]
> > Sent: Friday, May 9, 2014 9:21 PM
> > To: OpenStack Development Mailing List (not for usage questions)
> > Subject: [openstack-dev] [all] custom gerrit dashboard - per project
> review
> > inbox zero
> >
> > Based on some of my blog posts on gerrit queries, I've built and gotten
> > integrated a custom inbox zero dashboard which is per project in gerrit.
> >
> > ex:
> > https://review.openstack.org/#/projects/openstack/nova,dashboards/impo
>
> <https://review.openstack.org/#/projects/openstack/nova,dashboards/important-changes:review-inbox-dashboard>>
> rtant-changes:review-inbox-dashboard
>
> <https://review.openstack.org/#/projects/openstack/nova,dashboards/important-changes:review-inbox-dashboard>
> >
> > (replace openstack/nova with the project of your choice).
> >
> > This provides 3 sections.
> >
> > = Needs Final +2 =
> >
> > This is code that has an existing +2, no negative code review feedback,
> and
> > positive jenkins score. So it's mergable if you provide the final +2.
> >
> > (Gerrit Query: status:open NOT label:Code-Review>=0,self
> > label:Verified>=1,jenkins NOT label:Code-Review<=-1 label:Code-Review>=2
> > NOT label:Workflow<=-1 limit:50 )
> >
> > = No negative feedback =
> >
> > Changes that have no negative code review feedback, and positive jenkins
> > score.
> >
> > (Gerrit Query: status:open NOT label:Code-Review>=0,self
> > label:Verified>=1,jenkins NOT label:Code-Review<=-1 NOT
> > label:Workflow<=-1 limit:50 )
> >
> > = Wayward changes =
> >
> > Changes that have no code review feedback at all (no one has looked at
> it), a
> > positive jenkins score, and are older than 2 days.
> >
> > (Gerrit Query: status:open label:Verified>=1,jenkins NOT
> > label:Workflow<=-1 NOT label:Code-Review<=2 age:2d)
> >
> >
> > In all cases it filters out patches that you've commented on in the most
> > recently revision. So as you vote on these things they will disappear
> from
> > your list.
> >
> > Hopefully people will find this dashboard also useful.
> >
> >             -Sean
> >
> > --
> > Sean Dague
> > http://dague.net


-- 
Thanks & Regards
Ghanshyam Mann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140510/8b29e6e9/attachment.html>


More information about the OpenStack-dev mailing list