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/v1-8-test Commit: df9464bbad7c275125240b8fa4de577edd4143f4 Parents: 36b16a5 44798e0 Author: Bolke de Bruin <[email protected]> Authored: Mon Jan 16 17:48:13 2017 +0100 Committer: Bolke de Bruin <[email protected]> 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(+) ----------------------------------------------------------------------
