Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 96C29200B6C for ; Sun, 14 Aug 2016 04:39:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 956DF160AB7; Sun, 14 Aug 2016 02:39:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D9262160AA6 for ; Sun, 14 Aug 2016 04:39:28 +0200 (CEST) Received: (qmail 84621 invoked by uid 500); 14 Aug 2016 02:39:28 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 84612 invoked by uid 99); 14 Aug 2016 02:39:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Aug 2016 02:39:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 847BFC034D for ; Sun, 14 Aug 2016 02:39:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7S27Oh28zXFb for ; Sun, 14 Aug 2016 02:39:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 515945F47D for ; Sun, 14 Aug 2016 02:39:24 +0000 (UTC) Received: (qmail 84206 invoked by uid 99); 14 Aug 2016 02:39:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Aug 2016 02:39:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CA5312C029E for ; Sun, 14 Aug 2016 02:39:22 +0000 (UTC) Date: Sun, 14 Aug 2016 02:39:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRFLOW-423) Automatically wrap commit messages at 50 char MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 14 Aug 2016 02:39:29 -0000 [ https://issues.apache.org/jira/browse/AIRFLOW-423?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D154= 20169#comment-15420169 ]=20 ASF subversion and git services commented on AIRFLOW-423: --------------------------------------------------------- Commit 3767e69dd0ed6d6ea245da87b2b6297e5140cd76 in incubator-airflow's bran= ch refs/heads/master from jlowin [ https://git-wip-us.apache.org/repos/asf?p=3Dincubator-airflow.git;h=3D376= 7e69 ] [AIRFLOW-423][AIRFLOW-424][AIRFLOW-426] UX updates for PR Tool Some big UX improvements to the PR tool: AIRFLOW-423: commit messages are automatically wrapped at 50 characters. Pa= ragraph breaks and tab indents are preserved. The first line of the commit = is NOT forced to be 72 characters because handling this on subsequent lines= is challenging. This is also deployed throughout the PR tool to make long = status messages prettier. https://issues.apache.org/jira/browse/AIRFLOW-423 AIRFLOW-424: this commit fixes a number of whitespace and formatting issues= . It=E2=80=99s only contribution to functionality is that the JIRA resoluti= on process is a little clearer. https://issues.apache.org/jira/browse/AIRFLOW-424 AIRFLOW-426: I think this one is pretty cool. If the PR author mentions a J= IRA issue anywhere in their PR (including on GitHub or buried in a commit),= then the PR tool will automatically add it to the PR title. It even catche= s misformatted ones. So if the 20th commit mentions =E2=80=9CAIRFLOW - -4= 26=E2=80=9D somewhere in its body, you=E2=80=99ll still get =E2=80=9C[AIRFL= OW-426]=E2=80=9D in the squash commit subject. https://issues.apache.org/jira/browse/AIRFLOW-426 AIRFLOW-427: You can now run the PR tool from anywhere (previously you had = to be `cd`'d to the Airflow git repo or set an env var) https://issues.apache.org/jira/browse/AIRFLOW-427 [AIRFLOW-423] Add reflow function to PR tool The reflow function takes a string and wraps it to a specified width. It preserves paragraph breaks and 4+ space indentation. [AIRFLOW-424] Make JIRA process more clear Small improvements to UX around closing JIRA issues. Also a number of whitespace edits to clean up the PR tool code. [AIRFLOW-426] Automatically add JIRA references in PR Tool When squashing commits, the PR tool will automatically add a reference to any JIRA issue found in the PR body or commits. [AIRFLOW-427] Automatically set AIRFLOW_GIT_LOCATION Previously, you had to run this file from the airflow git directory unless you set an AIRFLOW_GIT env var. Closes #1728 from jlowin/pr-tool > Automatically wrap commit messages at 50 char > --------------------------------------------- > > Key: AIRFLOW-423 > URL: https://issues.apache.org/jira/browse/AIRFLOW-423 > Project: Apache Airflow > Issue Type: Improvement > Components: PR tool > Reporter: Jeremiah Lowin > Assignee: Jeremiah Lowin > Priority: Minor > > Add new functionality to PR tool to automatically handle wrapping of comm= it messages -- This message was sent by Atlassian JIRA (v6.3.4#6332)