Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6D2110693 for ; Tue, 25 Feb 2014 17:55:38 +0000 (UTC) Received: (qmail 20269 invoked by uid 500); 25 Feb 2014 17:55:38 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 20243 invoked by uid 500); 25 Feb 2014 17:55:37 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 20235 invoked by uid 99); 25 Feb 2014 17:55:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 17:55:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 209.85.216.181 as permitted sender) Received: from [209.85.216.181] (HELO mail-qc0-f181.google.com) (209.85.216.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 17:55:33 +0000 Received: by mail-qc0-f181.google.com with SMTP id c9so10783545qcz.40 for ; Tue, 25 Feb 2014 09:55:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=fKuaCmg60ylaPTjPWZ01I5kaWkgEk0FE8SKRT8lDIiE=; b=r2In9s1GlOe2y1berxzcYt9mIoqvaqukmLn0/HQoWJxvCic4VEmdI3bDvk4Wqkm+Yb WsWmz9QZCevgzuuUr5vVivyNbJWdNAjHdQ74VPDNssRe/+Zj9mUt5LeLJPb3873tAdhp oqtTU5Q67wjv/c9rUYFU00VfWR9hLle3MVc4vXMThKVL8rdrsVK5FAxynTFqAHPFUhjz Pp5X+NgbM8O/fffl+r1al48F9Cj3VcOeQtbT01cs+WuevbQt8AAkm5vz2yG7lmF/uJ3J WnjtVIBNvOin0tkBuPd70R49FFrF/rTn54jhbCsj+UoapOjWCfYaPHHiclpGPYMOUvwO 2EVw== X-Received: by 10.140.48.82 with SMTP id n76mr1682648qga.82.1393350913090; Tue, 25 Feb 2014 09:55:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.40.179 with HTTP; Tue, 25 Feb 2014 09:54:33 -0800 (PST) In-Reply-To: References: From: Shazron Date: Tue, 25 Feb 2014 09:54:33 -0800 Message-ID: Subject: Re: Improved integration between Apache and GitHub To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a113525023a4d2b04f33eca3c X-Virus-Checked: Checked by ClamAV on apache.org --001a113525023a4d2b04f33eca3c Content-Type: text/plain; charset=ISO-8859-1 Something I noticed from a commit from Ian: https://github.com/apache/cordova-plugin-file-transfer/pull/20 The github user "asfgit" automatically closed the PR from that commit -- I believe github scans the commit message to associate it with an issue/PR but not sure how it knows it was a merge. The relevant words in the message are "closes #20". Github has a way to refer to repos and issues, so this PR issue would be "apache/cordova-plugin-file-transfer#20" so if we added to the commit message "Closes apache/cordova-plugin-file-transfer#20" it should close the corresponding PR/issue (I hope). On Tue, Feb 25, 2014 at 6:33 AM, Michal Mocny wrote: > This is a sweet improvement, but if I read correct, doesn't address our > biggest headaches: > > 1. You still cannot merge in PR from github > 2. We still cannot close PR ourselves > 3. Commits already automatically comment on corresponding JIRA issues, so > this change merely bumps the timing of automatic JIRA references to > comments up a bit (helps discoverability, but doesn't in the end help > manage JIRA issues all that much). > > Perhaps the most interesting change is the better discoverability of PR > from then dev ML without requiring explicit emails from the contributor, > and our ability to reply directly from ML. > > -Michal > > > On Tue, Feb 25, 2014 at 7:24 AM, Ian Clelland >wrote: > > > Yes, and can we have a pony, too? > > > > Seriously, everything on that list is a huge improvement over the > > mostly-one-way-replication that we're working with now. > > > > Thanks for filing that. > > > > > > On Tue, Feb 25, 2014 at 12:17 AM, Shazron wrote: > > > > > > > > > > > https://blogs.apache.org/infra/entry/improved_integration_between_apache_and > > > > > > Do we want everything on that list? I can file the issue... > > > > > > --001a113525023a4d2b04f33eca3c--