[jira] [Created] (AIRFLOW-2492) Fix test_dag_catchup_option test

2018-05-18 Thread Tao Feng (JIRA)
Tao Feng created AIRFLOW-2492: - Summary: Fix test_dag_catchup_option test Key: AIRFLOW-2492 URL: https://issues.apache.org/jira/browse/AIRFLOW-2492 Project: Apache Airflow Issue Type: Bug

[jira] [Commented] (AIRFLOW-2397) Support affinity policies for Kubernetes executor/operator

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481298#comment-16481298 ] ASF subversion and git services commented on AIRFLOW-2397: -- Com

[jira] [Resolved] (AIRFLOW-2397) Support affinity policies for Kubernetes executor/operator

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2397. --- Resolution: Fixed Fix Version/s: 2.0.0 1.10.0 Issue resolv

[jira] [Commented] (AIRFLOW-2397) Support affinity policies for Kubernetes executor/operator

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481297#comment-16481297 ] ASF subversion and git services commented on AIRFLOW-2397: -- Com

[jira] [Resolved] (AIRFLOW-2481) Fix the flaky kubernetes test

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2481. --- Resolution: Fixed Fix Version/s: 2.0.0 1.10.0 Issue resolv

incubator-airflow git commit: [AIRFLOW-2397] Support affinity policies for Kubernetes executor/operator

2018-05-18 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 8482b208b -> fff87b5cf [AIRFLOW-2397] Support affinity policies for Kubernetes executor/operator KubernetesPodOperator now accept a dict type parameter called "affinity", which represents a group of affinity scheduling rules (no

[jira] [Resolved] (AIRFLOW-2482) Add test for rewrite method for GCS Hook

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2482. --- Resolution: Fixed Fix Version/s: (was: 1.10.0) 2.0.0 I

[jira] [Commented] (AIRFLOW-2482) Add test for rewrite method for GCS Hook

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481295#comment-16481295 ] ASF subversion and git services commented on AIRFLOW-2482: -- Com

incubator-airflow git commit: [AIRFLOW-2482] Add test for rewrite method in GCS Hook

2018-05-18 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 02889ce0f -> 8482b208b [AIRFLOW-2482] Add test for rewrite method in GCS Hook - Added mocking test for rewrite method for GCS hook Closes #3374 from kaxil/gcs-hook-test-rewrite Project: http://git-wip-us.apache.org/repos/asf/

[jira] [Commented] (AIRFLOW-2481) Fix the flaky kubernetes test

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481292#comment-16481292 ] ASF subversion and git services commented on AIRFLOW-2481: -- Com

[jira] [Commented] (AIRFLOW-2481) Fix the flaky kubernetes test

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481293#comment-16481293 ] ASF subversion and git services commented on AIRFLOW-2481: -- Com

incubator-airflow git commit: [AIRFLOW-2481] Fix flaky Kubernetes test

2018-05-18 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 8a2cd08ce -> 02889ce0f [AIRFLOW-2481] Fix flaky Kubernetes test The test does not have enough time to finish. Therefore simplify the dag a bit to let the test execute more quickly, and give it a bit more time. Closes #3371 from

[jira] [Resolved] (AIRFLOW-2479) Create doc for RBAC UI

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2479. --- Resolution: Fixed Fix Version/s: 2.0.0 1.10.0 Issue resolv

[jira] [Commented] (AIRFLOW-2479) Create doc for RBAC UI

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481289#comment-16481289 ] ASF subversion and git services commented on AIRFLOW-2479: -- Com

incubator-airflow git commit: [AIRFLOW-2479] Improve doc FAQ section

2018-05-18 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master f297a033d -> 8a2cd08ce [AIRFLOW-2479] Improve doc FAQ section Closes #3373 from feng-tao/airflow-2478 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incuba

[jira] [Commented] (AIRFLOW-2485) Incorrect 'this' keyword for log for Qubole Sensor

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481282#comment-16481282 ] ASF subversion and git services commented on AIRFLOW-2485: -- Com

incubator-airflow git commit: [AIRFLOW-2485] Fix Incorrect logging for Qubole Sensor

2018-05-18 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 6ccce3ea0 -> f297a033d [AIRFLOW-2485] Fix Incorrect logging for Qubole Sensor - Replace incorrect `this.log` keyword for logging of Qubole Sensor to `self.log` I am sure https://github.com/apache/incubator- airflow/pull/3297#iss

[jira] [Resolved] (AIRFLOW-2485) Incorrect 'this' keyword for log for Qubole Sensor

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2485. --- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3378 [

[jira] [Commented] (AIRFLOW-2485) Incorrect 'this' keyword for log for Qubole Sensor

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481283#comment-16481283 ] ASF subversion and git services commented on AIRFLOW-2485: -- Com

[jira] [Commented] (AIRFLOW-2486) Extra slash in base_url when port provided

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481279#comment-16481279 ] ASF subversion and git services commented on AIRFLOW-2486: -- Com

[jira] [Commented] (AIRFLOW-2486) Extra slash in base_url when port provided

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481278#comment-16481278 ] ASF subversion and git services commented on AIRFLOW-2486: -- Com

incubator-airflow git commit: [AIRFLOW-2486] Remove unnecessary slash after port

2018-05-18 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 06aec8ea6 -> 6ccce3ea0 [AIRFLOW-2486] Remove unnecessary slash after port `self.base_url` includes an unnecessary slash when `conn.port` is specified. This often leads to unintended redirects that are especially problematic when

[jira] [Resolved] (AIRFLOW-2486) Extra slash in base_url when port provided

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2486. --- Resolution: Fixed Fix Version/s: 2.0.0 1.10.0 > Extra slas

[jira] [Commented] (AIRFLOW-2429) Make Airflow Flake8 compliant

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481276#comment-16481276 ] ASF subversion and git services commented on AIRFLOW-2429: -- Com

incubator-airflow git commit: [AIRFLOW-2429] Make Airflow flake8 compliant

2018-05-18 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 76b68b82d -> 06aec8ea6 [AIRFLOW-2429] Make Airflow flake8 compliant Closes #3342 from feng-tao/airflow-2429 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/

[jira] [Commented] (AIRFLOW-2483) Comparison with none performed with equality operators

2018-05-18 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481047#comment-16481047 ] Kaxil Naik commented on AIRFLOW-2483: - Close this as after closer inspection the cod

[jira] [Closed] (AIRFLOW-2483) Comparison with none performed with equality operators

2018-05-18 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik closed AIRFLOW-2483. --- Resolution: Not A Problem > Comparison with none performed with equality operators > ---

[jira] [Resolved] (AIRFLOW-2491) Resolve flask version conflict

2018-05-18 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-2491. - Resolution: Fixed Resolved by https://github.com/apache/incubator-airflow/pull/3381 Commit: ht

[jira] [Commented] (AIRFLOW-2491) Resolve flask version conflict

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16480935#comment-16480935 ] ASF subversion and git services commented on AIRFLOW-2491: -- Com

incubator-airflow git commit: [AIRFLOW-2491] Resolve flask version conflict

2018-05-18 Thread kaxilnaik
Repository: incubator-airflow Updated Branches: refs/heads/master 08c6c870f -> 76b68b82d [AIRFLOW-2491] Resolve flask version conflict Closes #3381 from kaxil/travis-ci-fix-flask- conflict Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache

[jira] [Updated] (AIRFLOW-2491) Resolve flask version conflict

2018-05-18 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-2491: Description: Flask App Builder released 1.11.0 yesterday https://github.com/dpgaspar/Flask-AppBui

[jira] [Created] (AIRFLOW-2491) Resolve flask version conflict

2018-05-18 Thread Kaxil Naik (JIRA)
Kaxil Naik created AIRFLOW-2491: --- Summary: Resolve flask version conflict Key: AIRFLOW-2491 URL: https://issues.apache.org/jira/browse/AIRFLOW-2491 Project: Apache Airflow Issue Type: Bug

[jira] [Commented] (AIRFLOW-2484) Dictionary contains duplicate keys in MySQL to GCS Op

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16480748#comment-16480748 ] ASF subversion and git services commented on AIRFLOW-2484: -- Com

[jira] [Commented] (AIRFLOW-2484) Dictionary contains duplicate keys in MySQL to GCS Op

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16480749#comment-16480749 ] ASF subversion and git services commented on AIRFLOW-2484: -- Com

[jira] [Resolved] (AIRFLOW-2484) Dictionary contains duplicate keys in MySQL to GCS Op

2018-05-18 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-2484. - Resolution: Fixed Issue resolved by pull request #3376 [https://github.com/apache/incubator-airf

incubator-airflow git commit: [AIRFLOW-2484] Remove duplicate key in MySQL to GCS Op

2018-05-18 Thread kaxilnaik
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test d8716deac -> 2a8358353 [AIRFLOW-2484] Remove duplicate key in MySQL to GCS Op - Remove duplicate `FIELD_TYPE.INT24: 'INTEGER'` key from MySQL to GCS Operator Closes #3376 from kaxil/AIRFLOW-2484 (cherry picked from commit

[jira] [Commented] (AIRFLOW-2484) Dictionary contains duplicate keys in MySQL to GCS Op

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16480747#comment-16480747 ] ASF subversion and git services commented on AIRFLOW-2484: -- Com

[jira] [Commented] (AIRFLOW-2484) Dictionary contains duplicate keys in MySQL to GCS Op

2018-05-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16480746#comment-16480746 ] ASF subversion and git services commented on AIRFLOW-2484: -- Com

incubator-airflow git commit: [AIRFLOW-2484] Remove duplicate key in MySQL to GCS Op

2018-05-18 Thread kaxilnaik
Repository: incubator-airflow Updated Branches: refs/heads/master f5115b7e6 -> 08c6c870f [AIRFLOW-2484] Remove duplicate key in MySQL to GCS Op - Remove duplicate `FIELD_TYPE.INT24: 'INTEGER'` key from MySQL to GCS Operator Closes #3376 from kaxil/AIRFLOW-2484 Project: http://git-wip-us.apa

[jira] [Created] (AIRFLOW-2490) Add delete_dag for CLI

2018-05-18 Thread Debika Mukherjee (JIRA)
Debika Mukherjee created AIRFLOW-2490: - Summary: Add delete_dag for CLI Key: AIRFLOW-2490 URL: https://issues.apache.org/jira/browse/AIRFLOW-2490 Project: Apache Airflow Issue Type: New F

[jira] [Updated] (AIRFLOW-2489) Align Flask dependencies with FlaskAppBuilder

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-2489: -- Summary: Align Flask dependencies with FlaskAppBuilder (was: Update Python dependenci

[jira] [Updated] (AIRFLOW-2489) Update Python dependencies

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-2489: -- Description: Right now it might take a while to update the dependencies. And we would

[jira] [Assigned] (AIRFLOW-2489) Update Python dependencies

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong reassigned AIRFLOW-2489: - Assignee: Fokko Driesprong > Update Python dependencies > -

[jira] [Updated] (AIRFLOW-2489) Update Python dependencies

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-2489: -- Summary: Update Python dependencies (was: Pin Flask to 1.2.2) > Update Python depende

[jira] [Updated] (AIRFLOW-2489) Pin Flask to 1.2.2

2018-05-18 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong updated AIRFLOW-2489: -- Summary: Pin Flask to 1.2.2 (was: Allow Flask 1.2.x to be installed) > Pin Flask to 1

[jira] [Created] (AIRFLOW-2489) Allow Flask 1.2.x to be installed

2018-05-18 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created AIRFLOW-2489: - Summary: Allow Flask 1.2.x to be installed Key: AIRFLOW-2489 URL: https://issues.apache.org/jira/browse/AIRFLOW-2489 Project: Apache Airflow Issue

[jira] [Created] (AIRFLOW-2488) Speed up the CI

2018-05-18 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created AIRFLOW-2488: - Summary: Speed up the CI Key: AIRFLOW-2488 URL: https://issues.apache.org/jira/browse/AIRFLOW-2488 Project: Apache Airflow Issue Type: Improvement