Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 B00B617CDB for ; Sat, 11 Oct 2014 01:23:16 +0000 (UTC) Received: (qmail 8091 invoked by uid 500); 11 Oct 2014 01:23:16 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 8007 invoked by uid 500); 11 Oct 2014 01:23:16 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 7995 invoked by uid 99); 11 Oct 2014 01:23:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2014 01:23:15 +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 (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.160.178 as permitted sender) Received: from [209.85.160.178] (HELO mail-yk0-f178.google.com) (209.85.160.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2014 01:22:45 +0000 Received: by mail-yk0-f178.google.com with SMTP id q9so2142022ykb.9 for ; Fri, 10 Oct 2014 18:22:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BMyJwEp7utzqZnLnujK2HbyNIxe06Hqm0J8TR5+5FaA=; b=JaG9ama9EEs17vdLFrSw4T1AvEv3OrqCOc5s2D4I13fOo6FEs5Q3tayxGkEwGtjoIp WJrJQyKirqn5D13tpX0ZQwIs8Np66pYSCRvoriSWGtWGwfBGLlSxXe+yKQ/pecqwriGJ ZWUFLJEYGcbz+M/jIG9KGvERJF2WALpR0fL0bN+bsSJTXMdpvm4p6tQYcSvwqFTunOam SSx83LHkWVKjUggFxodO1peSy03WfrXqM7VXRgrVVdqsm+jA5s81zgCAbxV7U+8lSNkQ Y3HLshVkhcPbHCHybesGY4Yl0jKkPkdsa8jsq+m9fUV+jbuU/GcIJect4Dm8pbYkIKkc tBuw== MIME-Version: 1.0 X-Received: by 10.236.81.201 with SMTP id m49mr12808601yhe.27.1412990563672; Fri, 10 Oct 2014 18:22:43 -0700 (PDT) Received: by 10.170.180.7 with HTTP; Fri, 10 Oct 2014 18:22:43 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Oct 2014 18:22:43 -0700 Message-ID: Subject: Re: A Chome extension for rendering patch on JIRA From: Ted Yu To: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=20cf3010eb5b9e681f05051b8003 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3010eb5b9e681f05051b8003 Content-Type: text/plain; charset=UTF-8 Yes. See https://issues.apache.org/jira/browse/HBASE-12164 On Fri, Oct 10, 2014 at 5:58 PM, David DENG wrote: > @Ted, people also submit patch with .txt extension? > > David > > On Fri, Oct 10, 2014 at 5:35 PM, Ted Yu wrote: > > > Interesting. > > > > Can you add the following to the recognized patterns ? > > > > https://issues.apache.org/jira/secure/attachment/*/*. > > txt > > > > On Fri, Oct 10, 2014 at 4:57 PM, David DENG > wrote: > > > > > > > > > > > https://chrome.google.com/webstore/detail/git-patch-viewer/hkoggakcdopbgnaeeidcmopfekipkleg > > > > > > Go to one of the JIRA patch, the raw text will be rendered as a > > Phabricator > > > like page (Like http://review.facebook.net/ ). > > > Recognized URL pattern: > > > https://issues.apache.org/jira/secure/attachment/*/*.patch > > > > > > Source code and bug report: https://github.com/daviddengcn/patch-ext > > > > > > Have a try and enjoy! > > > > > > David > > > > > > --20cf3010eb5b9e681f05051b8003--