[jira] [Created] (AIRFLOW-1129) Once we copy dags which service need to restart

2017-04-19 Thread udhay (JIRA)
udhay created AIRFLOW-1129: -- Summary: Once we copy dags which service need to restart Key: AIRFLOW-1129 URL: https://issues.apache.org/jira/browse/AIRFLOW-1129 Project: Apache Airflow Issue Type: Bu

[jira] [Created] (AIRFLOW-1128) How to check the Dag is running in worker with chef but want to deploye code in Airflow master and airflow worker

2017-04-19 Thread udhay (JIRA)
udhay created AIRFLOW-1128: -- Summary: How to check the Dag is running in worker with chef but want to deploye code in Airflow master and airflow worker Key: AIRFLOW-1128 URL: https://issues.apache.org/jira/browse/AIRFLOW

[jira] [Resolved] (AIRFLOW-1118) Add evo.company to Airflow users

2017-04-19 Thread Siddharth Anand (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Anand resolved AIRFLOW-1118. -- Resolution: Fixed Fix Version/s: 1.9.0 Issue resolved by pull request #2243 [ht

[jira] [Commented] (AIRFLOW-1118) Add evo.company to Airflow users

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975892#comment-15975892 ] ASF subversion and git services commented on AIRFLOW-1118: -- Com

incubator-airflow git commit: [AIRFLOW-1118] Add evo.company to Airflow users

2017-04-19 Thread sanand
Repository: incubator-airflow Updated Branches: refs/heads/master 8d643897c -> f16914acc [AIRFLOW-1118] Add evo.company to Airflow users Closes #2243 from Orhideous/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/in

[jira] [Updated] (AIRFLOW-1127) Move license notices to LICENSE instead of NOTICE

2017-04-19 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Riccomini updated AIRFLOW-1127: - Priority: Blocker (was: Major) > Move license notices to LICENSE instead of NOTICE > --

[jira] [Updated] (AIRFLOW-1127) Move license notices to LICENSE instead of NOTICE

2017-04-19 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Riccomini updated AIRFLOW-1127: - Fix Version/s: 1.8.1 > Move license notices to LICENSE instead of NOTICE > -

[jira] [Created] (AIRFLOW-1127) Move license notices to LICENSE instead of NOTICE

2017-04-19 Thread Bolke de Bruin (JIRA)
Bolke de Bruin created AIRFLOW-1127: --- Summary: Move license notices to LICENSE instead of NOTICE Key: AIRFLOW-1127 URL: https://issues.apache.org/jira/browse/AIRFLOW-1127 Project: Apache Airflow

[jira] [Updated] (AIRFLOW-1121) airflow webserver --pid no longer write out pid file!

2017-04-19 Thread Siddharth Anand (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Anand updated AIRFLOW-1121: - Fix Version/s: (was: 1.9.0) 1.8.1 > airflow webserver --pid no lo

[jira] [Commented] (AIRFLOW-1004) `airflow webserver -D` runs in foreground

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975364#comment-15975364 ] ASF subversion and git services commented on AIRFLOW-1004: -- Com

[jira] [Commented] (AIRFLOW-1004) `airflow webserver -D` runs in foreground

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975363#comment-15975363 ] ASF subversion and git services commented on AIRFLOW-1004: -- Com

[jira] [Resolved] (AIRFLOW-1121) airflow webserver --pid no longer write out pid file!

2017-04-19 Thread Siddharth Anand (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Anand resolved AIRFLOW-1121. -- Resolution: Fixed Fix Version/s: (was: 1.8.1) 1.9.0 Issu

[jira] [Commented] (AIRFLOW-1121) airflow webserver --pid no longer write out pid file!

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975365#comment-15975365 ] ASF subversion and git services commented on AIRFLOW-1121: -- Com

[jira] [Commented] (AIRFLOW-1121) airflow webserver --pid no longer write out pid file!

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975362#comment-15975362 ] ASF subversion and git services commented on AIRFLOW-1121: -- Com

incubator-airflow git commit: [AIRFLOW-1121][AIRFLOW-1004] Fix `airflow webserver --pid` to write out pid file

2017-04-19 Thread sanand
Repository: incubator-airflow Updated Branches: refs/heads/master 0406462dc -> 8d643897c [AIRFLOW-1121][AIRFLOW-1004] Fix `airflow webserver --pid` to write out pid file After AIRFLOW-1004, --pid option is no longer honored and the pid file is not being written out. This PR fixes it. Closes #

[jira] [Assigned] (AIRFLOW-1121) airflow webserver --pid no longer write out pid file!

2017-04-19 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Riccomini reassigned AIRFLOW-1121: Assignee: Kengo Seki > airflow webserver --pid no longer write out pid file! > --

[jira] [Created] (AIRFLOW-1126) Allow backfill to re-evaluate failed tasks

2017-04-19 Thread Bolke de Bruin (JIRA)
Bolke de Bruin created AIRFLOW-1126: --- Summary: Allow backfill to re-evaluate failed tasks Key: AIRFLOW-1126 URL: https://issues.apache.org/jira/browse/AIRFLOW-1126 Project: Apache Airflow I

[jira] [Assigned] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Riccomini reassigned AIRFLOW-1124: Assignee: Bolke de Bruin > Do not set all task instances to scheduled on backfill

[jira] [Commented] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974891#comment-15974891 ] ASF subversion and git services commented on AIRFLOW-1124: -- Com

[jira] [Resolved] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1124. - Resolution: Fixed Fix Version/s: 1.8.1 Issue resolved by pull request #2247 [http

[jira] [Commented] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974893#comment-15974893 ] ASF subversion and git services commented on AIRFLOW-1124: -- Com

[jira] [Commented] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974890#comment-15974890 ] ASF subversion and git services commented on AIRFLOW-1124: -- Com

[jira] [Commented] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974894#comment-15974894 ] ASF subversion and git services commented on AIRFLOW-1124: -- Com

incubator-airflow git commit: [AIRFLOW-1124] Do not set all tasks to scheduled in backfill

2017-04-19 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 1725c9516 -> f0d072cfb [AIRFLOW-1124] Do not set all tasks to scheduled in backfill Backfill is supposed to fill in the blanks and not to reschedule all tasks. This fixes a regression from 1.8.0. Closes #2247 from bolkedebru

incubator-airflow git commit: [AIRFLOW-1124] Do not set all tasks to scheduled in backfill

2017-04-19 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 6684597d9 -> 0406462dc [AIRFLOW-1124] Do not set all tasks to scheduled in backfill Backfill is supposed to fill in the blanks and not to reschedule all tasks. This fixes a regression from 1.8.0. Closes #2247 from bolkedebruin/

[jira] [Commented] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread Chris Riccomini (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974884#comment-15974884 ] Chris Riccomini commented on AIRFLOW-1124: -- Is this a blocker for 1.8.1? > Do

[jira] [Created] (AIRFLOW-1125) Clarify documentation regarding fernet_key

2017-04-19 Thread Boris Tyukin (JIRA)
Boris Tyukin created AIRFLOW-1125: - Summary: Clarify documentation regarding fernet_key Key: AIRFLOW-1125 URL: https://issues.apache.org/jira/browse/AIRFLOW-1125 Project: Apache Airflow Issue

[jira] [Commented] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15974499#comment-15974499 ] Bolke de Bruin commented on AIRFLOW-1124: - cc [~criccomini] > Do not set all ta

[jira] [Created] (AIRFLOW-1124) Do not set all task instances to scheduled on backfill

2017-04-19 Thread Bolke de Bruin (JIRA)
Bolke de Bruin created AIRFLOW-1124: --- Summary: Do not set all task instances to scheduled on backfill Key: AIRFLOW-1124 URL: https://issues.apache.org/jira/browse/AIRFLOW-1124 Project: Apache Airflow