From commits-return-13630-archive-asf-public=cust-asf.ponee.io@airflow.incubator.apache.org Thu Apr 5 09:00:14 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8445B18064F for ; Thu, 5 Apr 2018 09:00:13 +0200 (CEST) Received: (qmail 86004 invoked by uid 500); 5 Apr 2018 07:00:12 -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 85991 invoked by uid 99); 5 Apr 2018 07:00:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2018 07:00:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DE53B1A6391 for ; Thu, 5 Apr 2018 07:00:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.212 X-Spam-Level: X-Spam-Status: No, score=-4.212 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id fYnQHObH6J5O for ; Thu, 5 Apr 2018 07:00:10 +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 15AAC5F2F0 for ; Thu, 5 Apr 2018 07:00:08 +0000 (UTC) Received: (qmail 85815 invoked by uid 99); 5 Apr 2018 07:00:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2018 07:00:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 90C3DF6499; Thu, 5 Apr 2018 07:00:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joygao@apache.org To: commits@airflow.incubator.apache.org Date: Thu, 05 Apr 2018 07:00:07 -0000 Message-Id: <4912cfe3ba394bf0ad65006ffbde906a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-airflow git commit: [AIRFLOW-2282] Fix grammar in UPDATING.md Repository: incubator-airflow Updated Branches: refs/heads/master f865c7898 -> 87a1774cf [AIRFLOW-2282] Fix grammar in UPDATING.md Also remove trailing whitespace. Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/9bdcc476 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/9bdcc476 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/9bdcc476 Branch: refs/heads/master Commit: 9bdcc4760a36cc24f4bf8cbcaf02a1978ddb29d4 Parents: 9c0c426 Author: Taylor D. Edmiston Authored: Wed Apr 4 17:08:18 2018 -0400 Committer: Taylor D. Edmiston Committed: Wed Apr 4 17:28:53 2018 -0400 ---------------------------------------------------------------------- UPDATING.md | 2 +- airflow/www/templates/airflow/variables/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/9bdcc476/UPDATING.md ---------------------------------------------------------------------- diff --git a/UPDATING.md b/UPDATING.md index 8d821ea..7d4ef0b 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -206,7 +206,7 @@ interfere. Please read through these options, defaults have changed since 1.7.1. #### child_process_log_directory -In order the increase the robustness of the scheduler, DAGS our now processed in their own process. Therefore each +In order to increase the robustness of the scheduler, DAGs are now processed in their own processes. Therefore each DAG has its own log file for the scheduler. These are placed in `child_process_log_directory` which defaults to `/scheduler/latest`. You will need to make sure these log files are removed. http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/9bdcc476/airflow/www/templates/airflow/variables/README.md ---------------------------------------------------------------------- diff --git a/airflow/www/templates/airflow/variables/README.md b/airflow/www/templates/airflow/variables/README.md index c41aea6..3fd539f 100644 --- a/airflow/www/templates/airflow/variables/README.md +++ b/airflow/www/templates/airflow/variables/README.md @@ -9,7 +9,7 @@ interface. 1. Create an html template in `templates/variables` folder 2. Provide an interface for the user to provide input data -3. Submit a post request that adds the data as json. +3. Submit a post request that adds the data as json. An example ajax POST request is provided below: ```js @@ -26,7 +26,7 @@ $("#submit-btn").click(function() { console.log("success.") }, failure: function(response_data) { - console.log("post error.") + console.log("post error.") } }) }