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 48EF8200CF8 for ; Thu, 14 Sep 2017 23:16:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 47D3E1609CD; Thu, 14 Sep 2017 21:16:59 +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 5F49A1609C6 for ; Thu, 14 Sep 2017 23:16:58 +0200 (CEST) Received: (qmail 18446 invoked by uid 500); 14 Sep 2017 21:16:55 -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 18437 invoked by uid 99); 14 Sep 2017 21:16:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2017 21:16:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 54632C8F4C for ; Thu, 14 Sep 2017 21:16:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id oyZfK9SMgJUT for ; Thu, 14 Sep 2017 21:16:52 +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 9B44760D9A for ; Thu, 14 Sep 2017 21:16:51 +0000 (UTC) Received: (qmail 18432 invoked by uid 99); 14 Sep 2017 21:16:50 -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, 14 Sep 2017 21:16:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C07C3F5593; Thu, 14 Sep 2017 21:16:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sanand@apache.org To: commits@airflow.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-airflow git commit: [AIRFLOW-1603] add PAYMILL to companies list Date: Thu, 14 Sep 2017 21:16:50 +0000 (UTC) archived-at: Thu, 14 Sep 2017 21:16:59 -0000 Repository: incubator-airflow Updated Branches: refs/heads/master 08a98f507 -> 6b2dec910 [AIRFLOW-1603] add PAYMILL to companies list Dear Airflow maintainers, Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below! - [x] My PR addresses the following [Airflow JIRA] (https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "[AIRFLOW-XXX] My Airflow PR" - https://issues.apache.org/jira/browse/AIRFLOW-1603 - [x] Here are some details about my PR, including screenshots of any UI changes: - added my company to README.md - [x] My PR adds the following unit tests __OR__ does not need testing for this extremely good reason: - [x] My commits all reference JIRA issues in their subject lines, and I have squashed multiple commits if they address the same issue. In addition, my commits follow the guidelines from "[How to write a good git commit message](http://chris.beams.io/posts/git- commit/)": 1. Subject is separated from body by a blank line 2. Subject is limited to 50 characters 3. Subject does not end with a period 4. Subject uses the imperative mood ("add", not "adding") 5. Body wraps at 72 characters 6. Body explains "what" and "why", not "how" Closes #2603 from matthiashuschle/pr2 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/6b2dec91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/6b2dec91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/6b2dec91 Branch: refs/heads/master Commit: 6b2dec9101ac83a57e7c75ebc48268310a7d42d0 Parents: 08a98f5 Author: matthiashuschle Authored: Thu Sep 14 14:16:17 2017 -0700 Committer: Siddharth Anand Committed: Thu Sep 14 14:16:34 2017 -0700 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/6b2dec91/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c74b6f7..fb621a6 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ Currently **officially** using Airflow: 1. [OneFineStay](https://www.onefinestay.com) [[@slangwald](https://github.com/slangwald)] 1. [Open Knowledge International](https://okfn.org) [@vitorbaptista](https://github.com/vitorbaptista) 1. [Pandora Media](https://www.pandora.com/) [[@Acehaidrey](https://github.com/Acehaidrey)] +1. [PAYMILL](https://www.paymill.com/) [[@paymill](https://github.com/paymill) & [@matthiashuschle](https://github.com/matthiashuschle)] 1. [PayPal](https://www.paypal.com/) [[@r39132](https://github.com/r39132) & [@jhsenjaliya](https://github.com/jhsenjaliya)] 1. [Postmates](http://www.postmates.com) [[@syeoryn](https://github.com/syeoryn)] 1. [Pronto Tools](http://www.prontotools.io/) [[@zkan](https://github.com/zkan) & [@mesodiar](https://github.com/mesodiar)]