You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

This page lists some useful Gerrit searches;

Andreas Dilger: find patches on master which have requested landing by the Gerrit Gatekeeper, but are not yet merged, and have not changed in the last three days:

http://review.whamcloud.com/#q,is:open+Verified>=1+-Verified<=-1+CodeReview>=1+-CodeReview<=-1+branch:master+reviewer:gerrit+age:3d,n,z

Andreas Dilger: find patches on master which are ready for landing, but have not requested landing by the Gerrit gatekeeper:

http://review.whamcloud.com/#q,is:open+Verified>=1+-Verified<=-1+CodeReview>=1+-CodeReview<=-1+branch:master+-reviewer:gerrit,n,z

Peter Jones: find patches on master which are ready for landing

http://review.whamcloud.com/#q,is:open+project:fs/lustre-release+branch:master+CodeReview>=1+Verified>=1+-+Verified<=-1+-+CodeReview<=-1,n,z

Chris Gearing: find patches that are awaiting some action on them. ie. they need reviewing, building or testing, and have not changed in the last 7 days:

http://review.whamcloud.com/#q,(-verified<=-1+OR+(verified>=1+AND+-reviewer:maloo))+AND+status:open+AND+project:fs/lustre-release+AND+age:7d,n,z

Chris Gearing: find patches that did not fully complete the review, test, build process before being merged. It's not fool-proof, merges can slip through the net but we'll work on that:

http://review.whamcloud.com/#q,(project:fs/lustre-dev+OR+project:fs/lustre-release)+AND+(-verified<=-1+OR+(verified>=1+AND+-reviewer:maloo))+AND+status:merged,n,z

Andreas Dilger: find patches that you have not inspected yet:

http://review.whamcloud.com/#q,is:open+reviewer:self+-label:Code-Review>=1,user=self+-label:Code-Review<=-1,user=self+label:verified

  • No labels