Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65800 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45938 invoked from network); 13 Feb 2013 17:37:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2013 17:37:16 -0000 Authentication-Results: pb1.pair.com header.from=lars@strojny.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lars@strojny.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain strojny.net from 46.4.40.248 cause and error) X-PHP-List-Original-Sender: lars@strojny.net X-Host-Fingerprint: 46.4.40.248 milch.schokokeks.org Received: from [46.4.40.248] ([46.4.40.248:56906] helo=milch.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/E6-03493-B4FCB115 for ; Wed, 13 Feb 2013 12:37:16 -0500 Received: from [192.168.1.119] (p5099f5c8.dip0.t-ipconnect.de [::ffff:80.153.245.200]) (AUTH: PLAIN lars@schokokeks.org, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by milch.schokokeks.org with ESMTPSA; Wed, 13 Feb 2013 18:37:13 +0100 id 0000000000000026.00000000511BCF49.00002014 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) In-Reply-To: <1360771381.2694.24.camel@guybrush> Date: Wed, 13 Feb 2013 18:37:12 +0100 Cc: PHP internals list Content-Transfer-Encoding: quoted-printable Message-ID: <9D7F4F72-FB97-4606-9AA5-10C3C6D3D467@strojny.net> References: <1360771381.2694.24.camel@guybrush> To: =?iso-8859-1?Q?Johannes_Schl=FCter?= X-Mailer: Apple Mail (2.1499) Subject: Re: [PHP-DEV] Github pull request management From: lars@strojny.net (Lars Strojny) Hi Johannes, quick question: does it automatically open bug reports for each PR? Am 13.02.2013 um 17:03 schrieb Johannes Schl=FCter = : > Hi, >=20 > with Felipe's help I've just added the second pull request management > tool to mange pull requests. >=20 > 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. >=20 > 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. >=20 > Search for recent bugs with patch or pull request: > = https://bugs.php.net/search.php?boolean=3D0&limit=3D30&order_by=3Did&direc= tion=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&direc= tion=3DDESC&cmd=3Ddisplay&status=3DOpen&bug_age=3D0&bug_updated=3D0&bug_ty= pe=3DAll&pull=3DY >=20 > 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): >=20 > - 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 > - ... >=20 > Happy bug fixing! >=20 > johannes >=20 >=20 >=20 > --=20 > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20