[2/2] incubator-airflow git commit: Merge pull request #3539 from seelmann/AIRFLOW-2604-index-task-fail

2018-06-26 Thread joygao
Merge pull request #3539 from seelmann/AIRFLOW-2604-index-task-fail Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/57bf9965 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/57bf9965

[1/2] incubator-airflow git commit: [AIRFLOW-2604] Add index to task_fail

2018-06-26 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 6a668e741 -> 57bf99659 [AIRFLOW-2604] Add index to task_fail Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/d00762cb Tree:

[2/2] incubator-airflow git commit: Merge pull request #3548 from feng-tao/airflow-2678

2018-06-26 Thread joygao
Merge pull request #3548 from feng-tao/airflow-2678 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/6a668e74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/6a668e74 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2678] Fix db schema unit test to remove checking fab models

2018-06-26 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master ea13caa1e -> 6a668e741 [AIRFLOW-2678] Fix db schema unit test to remove checking fab models Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[1/2] incubator-airflow git commit: [AIRFLOW-2624] Fix webserver login as anonymous

2018-06-26 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 78f3d3338 -> ea13caa1e [AIRFLOW-2624] Fix webserver login as anonymous Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/2fd9328b

[2/2] incubator-airflow git commit: Merge pull request #3508 from yrqls21/kevin_yang_fix

2018-06-26 Thread joygao
Merge pull request #3508 from yrqls21/kevin_yang_fix Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/ea13caa1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/ea13caa1 Diff:

incubator-airflow git commit: [AIRFLOW-2681] Include last dag run of externally triggered DAGs in UI.

2018-06-26 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 5646d3115 -> 78f3d3338 [AIRFLOW-2681] Include last dag run of externally triggered DAGs in UI. Closes #3551 from dhatch/AIRFLOW-2681 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

incubator-airflow git commit: Revert "[AIRFLOW-2615] Remove not used app creation"

2018-06-22 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master dbcb93c36 -> a504a8fe1 Revert "[AIRFLOW-2615] Remove not used app creation" This reverts commit 9525003ff929020b553c3a9ed7aff121d83a2bd6. Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[1/2] incubator-airflow git commit: [AIRFLOW-2615] Remove not used app creation

2018-06-22 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 1d93d1b54 -> dbcb93c36 [AIRFLOW-2615] Remove not used app creation Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/9525003f Tree:

[2/2] incubator-airflow git commit: Merge pull request #3506 from yrqls21/kevin_yang_remove_extra_step

2018-06-22 Thread joygao
Merge pull request #3506 from yrqls21/kevin_yang_remove_extra_step Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/dbcb93c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/dbcb93c3

[1/2] incubator-airflow git commit: [AIRFLOW-2602] Show failed attempts in Gantt view

2018-06-21 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 16d195711 -> 55b56a433 [AIRFLOW-2602] Show failed attempts in Gantt view * Get failed attempts from `task_fail` table and show them in Gantt view. * Fix TaskFail class column definition to match actual database schema. Change

[2/2] incubator-airflow git commit: Merge pull request #3492 from seelmann/AIRFLOW-2602-show-failed-attempts-in-gantt-view

2018-06-21 Thread joygao
Merge pull request #3492 from seelmann/AIRFLOW-2602-show-failed-attempts-in-gantt-view Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/55b56a43 Tree:

[1/2] incubator-airflow git commit: [AIRFLOW-2654] Fix incorret URL on refresh in Graph View of FAB UI

2018-06-21 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 3162e1c9a -> 16d195711 [AIRFLOW-2654] Fix incorret URL on refresh in Graph View of FAB UI - Fix incorrect URL requested on pressing the refresh button in the graph view. Project:

[2/2] incubator-airflow git commit: Merge pull request #3527 from kaxil/AIRFLOW-2654

2018-06-21 Thread joygao
Merge pull request #3527 from kaxil/AIRFLOW-2654 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/16d19571 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/16d19571 Diff:

[2/2] incubator-airflow git commit: Merge pull request #3516 from seelmann/AIRFLOW-2606-db-schema-model

2018-06-20 Thread joygao
Merge pull request #3516 from seelmann/AIRFLOW-2606-db-schema-model Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/3162e1c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/3162e1c9

[1/2] incubator-airflow git commit: [AIRFLOW-2606] Fix DB schema and SQLAlchemy model

2018-06-20 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master c9a6fec09 -> 3162e1c9a [AIRFLOW-2606] Fix DB schema and SQLAlchemy model * Add test that verifies that database schema and SQLAlchemy model are in sync * Add exception for users.password that doesn't exist in model and tables

incubator-airflow git commit: [AIRFLOW-1115] fix github oauth api URL

2018-06-11 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master f1df9575b -> be3d551f7 [AIRFLOW-1115] fix github oauth api URL Closes #3469 from renzofrigato/airflow_1115 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3471 from whynick1/master

2018-06-07 Thread joygao
Merge pull request #3471 from whynick1/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/016c0665 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/016c0665 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2573] Cast BigQuery TIMESTAMP field to float

2018-06-07 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 1c8e5808d -> 016c0665d [AIRFLOW-2573] Cast BigQuery TIMESTAMP field to float Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

incubator-airflow git commit: [AIRFLOW-XXX] Typo fix

2018-06-07 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 3358551c8 -> 1c8e5808d [AIRFLOW-XXX] Typo fix Closes #3474 from prabeesh/patch-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[1/2] incubator-airflow git commit: [AIRFLOW-2551] Encode binary data with base64 standard rather than base64 url

2018-06-01 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 30b2b633b -> 3a6cdc865 [AIRFLOW-2551] Encode binary data with base64 standard rather than base64 url Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[1/2] incubator-airflow git commit: [AIRFLOW-2529] Improve graph view performance and usability

2018-06-01 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 4c6f1fdd6 -> 30b2b633b [AIRFLOW-2529] Improve graph view performance and usability Limit number of dag runs shown in drop down. Add base date and number of runs widgets known from other views which allows kind of paging through

[2/2] incubator-airflow git commit: Merge pull request #3441 from seelmann/AIRFLOW-2529-graph-view-dag-runs

2018-06-01 Thread joygao
Merge pull request #3441 from seelmann/AIRFLOW-2529-graph-view-dag-runs Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/30b2b633 Tree:

[1/2] incubator-airflow git commit: [AIRFLOW-2525] Fix PostgresHook.copy_expert to work with "COPY FROM"

2018-05-25 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master ba84b6f4a -> 432ac718b [AIRFLOW-2525] Fix PostgresHook.copy_expert to work with "COPY FROM" For now PostgresHook.copy_expert supports "COPY TO" but not "COPY FROM", because it opens a file with write mode and doesn't commit

[2/2] incubator-airflow git commit: Merge pull request #3421 from sekikn/AIRFLOW-2525

2018-05-25 Thread joygao
Merge pull request #3421 from sekikn/AIRFLOW-2525 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/432ac718 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/432ac718 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2477] Improve time units for task duration and landing times charts for RBAC UI

2018-05-17 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master f8e9c688e -> 8873a8df8 [AIRFLOW-2477] Improve time units for task duration and landing times charts for RBAC UI Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3184 from johnarnold/johnar/env3

2018-04-10 Thread joygao
Merge pull request #3184 from johnarnold/johnar/env3 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/e58d0c9e Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/e58d0c9e Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2162] When impersonating another user, pass env variables to sudo

2018-04-10 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master dfff04671 -> e58d0c9e2 [AIRFLOW-2162] When impersonating another user, pass env variables to sudo Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3178 from TJBIII/discord_webhook_operator

2018-04-05 Thread joygao
Merge pull request #3178 from TJBIII/discord_webhook_operator Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/86f30deb Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/86f30deb Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2273] Add Discord webhook operator/hook

2018-04-05 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 8c9d3befb -> 86f30debd [AIRFLOW-2273] Add Discord webhook operator/hook Add Discord webhook operator and hook to allow posting of messages to a Discord channel via Discord incoming webhooks. Project:

[1/2] incubator-airflow git commit: [AIRFLOW-2200] Add snowflake operator with tests

2018-04-05 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 87a1774cf -> 8c9d3befb [AIRFLOW-2200] Add snowflake operator with tests Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/c4ba1051

[2/2] incubator-airflow git commit: Merge pull request #3150 from devinXL8/AIRFLOW-2200

2018-04-05 Thread joygao
Merge pull request #3150 from devinXL8/AIRFLOW-2200 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/8c9d3bef Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/8c9d3bef Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2282] Fix grammar in UPDATING.md

2018-04-05 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master f865c7898 -> 87a1774cf [AIRFLOW-2282] Fix grammar in UPDATING.md Also remove trailing whitespace. Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3189 from tedmiston/updating-doc-grammar-fix

2018-04-05 Thread joygao
Merge pull request #3189 from tedmiston/updating-doc-grammar-fix Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/87a1774c Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/87a1774c

[1/2] incubator-airflow git commit: [AIRFLOW-2169] Fix type 'bytes' is not JSON serializable in python3

2018-04-04 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 9c0c4264c -> f865c7898 [AIRFLOW-2169] Fix type 'bytes' is not JSON serializable in python3 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3177 from whynick1/master

2018-04-04 Thread joygao
Merge pull request #3177 from whynick1/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/f865c789 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/f865c789 Diff:

[2/2] incubator-airflow git commit: Merge pull request #3156 from sekikn/AIRFLOW-2248

2018-03-23 Thread joygao
Merge pull request #3156 from sekikn/AIRFLOW-2248 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/1a482d45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/1a482d45 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2248] Fix wrong param name in RedshiftToS3Transfer doc

2018-03-23 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 05e1861e2 -> 1a482d454 [AIRFLOW-2248] Fix wrong param name in RedshiftToS3Transfer doc The parameter 'unload_options' is wrongly referred to as 'options' in the RedshiftToS3Transfer doc. This PR fixes it. Project:

[2/2] incubator-airflow git commit: Merge pull request #3147 from feng-tao/airflow-2235

2018-03-22 Thread joygao
Merge pull request #3147 from feng-tao/airflow-2235 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/bd010048 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/bd010048 Diff:

[1/2] incubator-airflow git commit: [airflow-2235] Fix wrong docstrings in two operators

2018-03-22 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 7e762d42d -> bd010048b [airflow-2235] Fix wrong docstrings in two operators Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

incubator-airflow git commit: [AIRFLOW-XXX] Update tutorial documentation

2018-03-15 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master a8174047b -> 9c6fc127f [AIRFLOW-XXX] Update tutorial documentation Closes #3128 from Raniazy/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3121 from sekikn/AIRFLOW-2205

2018-03-13 Thread joygao
Merge pull request #3121 from sekikn/AIRFLOW-2205 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/4cf2fba1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/4cf2fba1 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2205] Remove unsupported args from JdbcHook doc

2018-03-13 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 79e7c9071 -> 4cf2fba19 [AIRFLOW-2205] Remove unsupported args from JdbcHook doc JdbcHook's docstring has unsupported arguments and unimplemented feature description. This PR fixes them and adds JdbcHook to the API reference.

[1/2] incubator-airflow git commit: [AIRFLOW-2204] Fix webserver debug mode

2018-03-12 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master ac397cf71 -> 79e7c9071 [AIRFLOW-2204] Fix webserver debug mode The command `airflow webserver -d` crashes because it tries to call the method run from the cached_app returned value, i.e. a DispatcherMiddleware instance. To run

[2/2] incubator-airflow git commit: Merge pull request #3118 from bbonagura9/master

2018-03-12 Thread joygao
Merge pull request #3118 from bbonagura9/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/79e7c907 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/79e7c907 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2206] Remove unsupported args from JdbcOperator doc

2018-03-12 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master a4aa46e41 -> ac397cf71 [AIRFLOW-2206] Remove unsupported args from JdbcOperator doc JdbcOperator's docstring has unsupported arguments and a wrongly named argument. This PR fixes them. Project:

[2/2] incubator-airflow git commit: Merge pull request #3122 from sekikn/AIRFLOW-2206

2018-03-12 Thread joygao
Merge pull request #3122 from sekikn/AIRFLOW-2206 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/ac397cf7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/ac397cf7 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2207] Fix flaky test that uses app.cached_app()

2018-03-12 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 64100d2a2 -> a4aa46e41 [AIRFLOW-2207] Fix flaky test that uses app.cached_app() tests.www.test_views:TestMountPoint.test_mount changes base_url then calls airflow.www.app.cached_app(). But if another test calls app.cached_app()

[2/2] incubator-airflow git commit: Merge pull request #3123 from sekikn/AIRFLOW-2207

2018-03-12 Thread joygao
Merge pull request #3123 from sekikn/AIRFLOW-2207 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/a4aa46e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/a4aa46e4 Diff:

[2/2] incubator-airflow git commit: Merge pull request #3091 from whynick1/master

2018-03-09 Thread joygao
Merge pull request #3091 from whynick1/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/398746d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/398746d8 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2169] Add schema to MySqlToGoogleCloudStorageOperator

2018-03-09 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 803767959 -> 398746d8f [AIRFLOW-2169] Add schema to MySqlToGoogleCloudStorageOperator Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3113 from Fokko/fd-fix-fqdn-errors

2018-03-08 Thread joygao
Merge pull request #3113 from Fokko/fd-fix-fqdn-errors Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/48dab65a Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/48dab65a Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2197] Silence hostname_callable config error message

2018-03-08 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 7cc6d8a56 -> 48dab65ad [AIRFLOW-2197] Silence hostname_callable config error message Since the hostname_callable key is not defined in the config, we end up with a lot of warnings. Add the key to the config and simplify the

[1/2] incubator-airflow git commit: [AIRFLOW-2187] Fix Broken Travis CI due to AIRFLOW-2123

2018-03-06 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master d2d2c2557 -> b6f9ba9cc [AIRFLOW-2187] Fix Broken Travis CI due to AIRFLOW-2123 - Added the packages to ignore for Python 3 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3108 from kaxil/Airflow-2187

2018-03-06 Thread joygao
Merge pull request #3108 from kaxil/Airflow-2187 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/b6f9ba9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/b6f9ba9c Diff:

[2/2] incubator-airflow git commit: Merge pull request #3104 from samschlegel/AIRFLOW-2175

2018-03-06 Thread joygao
Merge pull request #3104 from samschlegel/AIRFLOW-2175 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/d2d2c255 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/d2d2c255 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2175] Check that filepath is not None

2018-03-06 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 9d5cc6ef5 -> d2d2c2557 [AIRFLOW-2175] Check that filepath is not None This handles the case where the fileloc no longer exists in the database Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[2/2] incubator-airflow git commit: Merge pull request #3089 from feluelle/master

2018-03-02 Thread joygao
Merge pull request #3089 from feluelle/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/e28f6e22 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/e28f6e22 Diff:

[1/2] incubator-airflow git commit: docs: "Implement Features" section text changes

2018-03-02 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master f36ae3ac2 -> e28f6e224 docs: "Implement Features" section text changes Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/08891b2a

[1/2] incubator-airflow git commit: [AIRFLOW-2130] Add missing Operators to API Reference docs

2018-02-23 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master ba126926d -> 846a13198 [AIRFLOW-2130] Add missing Operators to API Reference docs * Fix autodoc import path for BaseSensorOperator * Add autodoc imports for many core & contrib Operators that were missing * Rename "Operator

[2/2] incubator-airflow git commit: Merge pull request #3061 from reidab/AIRFLOW-2130

2018-02-23 Thread joygao
Merge pull request #3061 from reidab/AIRFLOW-2130 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/846a1319 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/846a1319 Diff:

incubator-airflow git commit: [AIRFLOW-XXX] Add timeout units (seconds)

2018-02-22 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 2143ccc67 -> ba126926d [AIRFLOW-XXX] Add timeout units (seconds) Timeout seconds according to paramiko SSHClient docs: http://docs.paramiko.org/en/2.4/api/client.h tml#paramiko.client.SSHClient.connect Closes #3069 from

[1/2] incubator-airflow git commit: [AIRFLOW-2131] Remove confusing AirflowImport docs

2018-02-22 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master f30253cb3 -> 2143ccc67 [AIRFLOW-2131] Remove confusing AirflowImport docs Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/331a1dc0

[2/2] incubator-airflow git commit: Merge pull request #3062 from reidab/AIRFLOW-2131

2018-02-22 Thread joygao
Merge pull request #3062 from reidab/AIRFLOW-2131 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/2143ccc6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/2143ccc6 Diff: