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

2017-01-16 Thread bolke
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 
Authored: Mon Jan 16 17:48:13 2017 +0100
Committer: Bolke de Bruin 
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(+)
--




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

2017-01-10 Thread bolke
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/ba490d27
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/ba490d27
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/ba490d27

Branch: refs/heads/v1-8-test
Commit: ba490d27daa841369a02b8db33937f4397bdbee2
Parents: 0611f5c 2d54d8a
Author: Bolke de Bruin 
Authored: Tue Jan 10 09:14:09 2017 +0100
Committer: Bolke de Bruin 
Committed: Tue Jan 10 09:14:09 2017 +0100

--
 UPDATING.md|   8 +
 airflow/contrib/hooks/bigquery_hook.py |  27 +++
 airflow/contrib/operators/dataproc_operator.py | 253 
 airflow/contrib/sensors/bigquery_sensor.py |  69 ++
 airflow/models.py  |   2 +
 airflow/operators/sensors.py   |   5 +-
 airflow/www/app.py |   6 +-
 tests/operators/hive_operator.py   |  96 +---
 8 files changed, 426 insertions(+), 40 deletions(-)
--