You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/01/17 08:26:41 UTC

[13/15] incubator-airflow git commit: Merge branch 'master' into v1-8-test

Merge branch 'master' into v1-8-test


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/df9464bb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/df9464bb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/df9464bb

Branch: refs/heads/master
Commit: df9464bbad7c275125240b8fa4de577edd4143f4
Parents: 36b16a5 44798e0
Author: Bolke de Bruin <bo...@xs4all.nl>
Authored: Mon Jan 16 17:48:13 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Mon Jan 16 17:48:13 2017 +0100

----------------------------------------------------------------------
 airflow/contrib/hooks/jira_hook.py            |  82 ++++++++++++
 airflow/contrib/operators/jira_operator.py    |  89 +++++++++++++
 airflow/contrib/sensors/jira_sensor.py        | 146 +++++++++++++++++++++
 airflow/models.py                             |   4 +
 scripts/ci/requirements.txt                   |   1 +
 setup.py                                      |   2 +
 tests/contrib/hooks/test_jira_hook.py         |  51 +++++++
 tests/contrib/operators/jira_operator_test.py | 101 ++++++++++++++
 tests/contrib/sensors/jira_sensor_test.py     |  85 ++++++++++++
 9 files changed, 561 insertions(+)
----------------------------------------------------------------------