[Webkit-unassigned] [Bug 40744] New: Rietveld review queue: Need a way to fetch patches to be processed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 16:03:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40744

           Summary: Rietveld review queue: Need a way to fetch patches to
                    be processed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jparent at google.com


We need a way to fetch all patches that need to be processed by the Rietveld queue.  This is all attachments, that are patches, that are not obsolete, that do not have in-rietveld set.

We tried to use the buglist interface, but this fails because it is at the bug level, not the patch level.  That is, if a bug has one patch that has in-rietveld+ and one patch that doesn't, we can't find it, since it matches the flags at the bug level.  (The query we were using was: https://bugs.webkit.org/buglist.cgi?query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&field0-0-0=flagtypes.name&type0-0-0=notsubstring&value0-0-0=in-rietveld&field0-1-0=attachments.ispatch&type0-1-0=equals&value0-1-0=1).

Also tried to use the request queue interface, but this fails because it can find bugs with a flag set to any particular value (aka, we can find all bugs with in-rietveld+ via https://bugs.webkit.org/request.cgi?action=queue&product=&type=in-rietveld&group=type&status=%2B), but there is no way to find bugs with the flag not set.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list