You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by cr...@apache.org on 2017/09/13 17:40:16 UTC

[32/37] incubator-airflow git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-airflow

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-airflow


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

Branch: refs/heads/master
Commit: c781ff61cee1826a9b557758b43a44c9bc7155c8
Parents: a3ee59d 03af610
Author: Chris Riccomini <cr...@apache.org>
Authored: Wed Sep 6 16:46:18 2017 -0700
Committer: Chris Riccomini <cr...@apache.org>
Committed: Wed Sep 6 16:46:18 2017 -0700

----------------------------------------------------------------------
 airflow/bin/cli.py                      |  6 +-
 airflow/contrib/hooks/bigquery_hook.py  |  4 +-
 airflow/jobs.py                         | 47 +++++++-------
 airflow/models.py                       | 95 +++++++++++++++++++++++++---
 airflow/task_runner/base_task_runner.py |  3 -
 tests/dags/test_mark_success.py         | 30 +++++++++
 tests/jobs.py                           | 58 +++++++++++++++--
 tests/models.py                         | 18 +++++-
 8 files changed, 210 insertions(+), 51 deletions(-)
----------------------------------------------------------------------