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

Compare with Current View Page History

« Previous Version 8 Next »

This page lists some useful Gerrit searches;

Andreas Dilger: This query will return all patches on master which have requested landing by Oleg, 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: This query will return all 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

Chris Gearing: This query will return all 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:%255E.*lustre.*\+AND+age:7d,n,z (http://review.whamcloud.com/#q,(-verified<=-1+OR+(verified>=1+AND+-reviewer:maloo))+AND+status:open+AND+project:%255E.*lustre.*+AND+age:7d,n,z)

Chris Gearing: This query will return all the reviews 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

Peter's Query 

http://review.whamcloud.com/#q,status:open+project:fs/lustre-release+branch:master+CodeReview%252B1+Verified%252B1+-+Verified-1+-+CodeReview-1+-CodeReview-2,n,z

  • No labels