Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65794 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35256 invoked from network); 13 Feb 2013 16:15:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2013 16:15:28 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.176 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 74.125.82.176 mail-we0-f176.google.com Received: from [74.125.82.176] ([74.125.82.176:50623] helo=mail-we0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/F4-03493-F1CBB115 for ; Wed, 13 Feb 2013 11:15:28 -0500 Received: by mail-we0-f176.google.com with SMTP id s43so1166755wey.35 for ; Wed, 13 Feb 2013 08:15:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=7v5al4EhB+HXjwda9Mz4NU2EQum8P6lqvKgYfjTLCyY=; b=YF3zQuIJ1KoLw5NtvG9R4kc4CPX+uqFaUZLPy1xLdQUpEa+G7iyB1YcmVFGxNQPAJo 05JJ7ZrrwfsbTpwJMqkx5r/lQ26I2gIylNThR78Z2c5U8D3MJMPl5UswzsdmeBEYOCtG r6xIIGj5C/Ucba4C3tfmPPRNYaIkkw52aFMKW2uDS3A3LgvFyW5lrk6O6E1NLXuJLi9v PByOhGfrJcAt2zqGd/HumZ3YvpZ6m/VfgmENQfTJqhd+wIaBitMfIItga+DUeBOD3aq3 w9I8H2TPWVeaO2f+6bCWPTAMCKsJyXOwhCSuuDMnH2jNtEfcbDXRn+jPE2KQVFqaB1hb hVXg== MIME-Version: 1.0 X-Received: by 10.194.172.197 with SMTP id be5mr39135559wjc.20.1360772125320; Wed, 13 Feb 2013 08:15:25 -0800 (PST) Received: by 10.227.42.135 with HTTP; Wed, 13 Feb 2013 08:15:25 -0800 (PST) In-Reply-To: <1360771381.2694.24.camel@guybrush> References: <1360771381.2694.24.camel@guybrush> Date: Wed, 13 Feb 2013 11:15:25 -0500 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: PHP internals list Content-Type: multipart/alternative; boundary=089e0122efde26651d04d59d733e Subject: Re: [PHP-DEV] Github pull request management From: theanomaly.is@gmail.com (Sherif Ramadan) --089e0122efde26651d04d59d733e Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Wed, Feb 13, 2013 at 11:03 AM, Johannes Schl=FCter wrote: > Hi, > > with Felipe's help I've just added the second pull request management > tool to mange pull requests. > > The first one is https://qa.php.net/pulls/ this allows any php.net > developer to close pull requests on github, without us having to manage > users on github and adding them to groups and all that stuff. I guess > most of you have seen that. > > The new one is a simple integration of pull requests to the bug tracker. > Similar to the "patch" feature of the bug tracker it is meant to link > pull requests from bugs so one can easily use a quick search to find all > bugs with code waiting for a review and having php.net users assigned to > pull requests. > > Search for recent bugs with patch or pull request: > > https://bugs.php.net/search.php?boolean=3D0&limit=3D30&order_by=3Did&dire= ction=3DDESC&cmd=3Ddisplay&status=3DOpen&bug_age=3D0&bug_updated=3D0&bug_ty= pe=3DAll&patch=3DY&pull=3DY > Search for recent bugs with pull requests only: > > https://bugs.php.net/search.php?boolean=3D0&limit=3D30&order_by=3Did&dire= ction=3DDESC&cmd=3Ddisplay&status=3DOpen&bug_age=3D0&bug_updated=3D0&bug_ty= pe=3DAll&pull=3DY > > This is a relatively quick hack with room for improvement, some ideas > anybody can pick up (I'm happy to give a hand where needed): > > - Add functionality from qa.php.net/pull for closing pull requests > - Add a note to github when a bug is assigned to a pull request > - Show more details about the pull request > - Improve the usability > - Improve the code > - ... > > Happy bug fixing! > > johannes > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > Excellent stuff! I like the idea of having bugs linked to github. Most often I find a great disconnect between the bugs and github so that idea strikes me as very convenient since knowing someone is assigned in both places alleviates the need to go hunting. --089e0122efde26651d04d59d733e--