Searched refs:reviewed_patches (Results 1 – 7 of 7) sorted by relevance
125 def _patches_have_commiters(self, reviewed_patches): argument126 for patch in reviewed_patches:139 reviewed_patches = bug.reviewed_patches()140 if not reviewed_patches:145 if self._patches_have_commiters(reviewed_patches):149 latest_patch = reviewed_patches[-1]
183 patches = tool.bugs.fetch_bug(bug_id).reviewed_patches()
46 patches = self._tool.bugs.fetch_bug(bug_id).reviewed_patches()
97 def reviewed_patches(self, include_invalid=False): member in Bug
177 return sum([self._fetch_bug(bug_id).reviewed_patches()
236 bugs_with_reviewed_patches = filter(lambda bug: bug.reviewed_patches(),245 return sum([bug.reviewed_patches() for bug in self._all_bugs()], [])
18856 …- Give Bug.reviewed_patches and commit_queued_patches the option to return patches with invalid co…19221 This is a no-brainer patch now that we've added Bug.reviewed_patches19235 … - Move reviewed_patches and commit_queued_patches out of Bugzilla custom methods and onto Bug19237 …- Committer rejection is only used in one place. Make the new Bug reviewed_patches and commit_que…