You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by gi...@apache.org on 2020/12/24 03:08:39 UTC

[airflow] tag nightly-master updated (93e4787 -> d4c4492)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 93e4787  (commit)
      to d4c4492  (commit)
    from 93e4787  Allow PID file path to be relative when daemonize a process (scheduler, kerberos, etc) (#13232)
     add cb4755f  Add airflow webserver URL into SLA miss email. (#13249)
     add 7f8be97  Dispose connections when running tasks with os.fork & CeleryExecutor (#13265)
     add 1b96149  UI: Add queued_by_job_id & external_executor_id Columns to TI View (#13266)
     add 40d2d6b  Disable suppress_logs_and_warning in cli when debugging (#13180)
     add c2bedd5  Default python version is used when building image (#13285)
     add c480988  Runs scheduled quarantine tests always (#13288)
     add af611e7  Move kerberos auth backend tests (#13240)
     add a1e06ac  Compile assets automatically when needed at Breeze entry (#13292)
     add d4c4492  Correct commas on providers page, Q&A -> FAQ (#13294)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images-workflow-run.yml    |  2 +-
 .github/workflows/scheduled_quarantined.yml        | 17 -----
 airflow/cli/cli_parser.py                          | 73 +++++++++++-----------
 airflow/cli/commands/cheat_sheet_command.py        |  2 +-
 airflow/cli/commands/connection_command.py         |  4 +-
 airflow/cli/commands/dag_command.py                |  8 +--
 airflow/cli/commands/info_command.py               |  2 +-
 airflow/cli/commands/plugins_command.py            |  2 +-
 airflow/cli/commands/pool_command.py               | 10 +--
 airflow/cli/commands/provider_command.py           | 12 ++--
 airflow/cli/commands/role_command.py               |  4 +-
 airflow/cli/commands/task_command.py               |  2 +-
 airflow/cli/commands/user_command.py               |  2 +-
 airflow/cli/commands/variable_command.py           |  4 +-
 airflow/executors/celery_executor.py               |  3 +
 airflow/jobs/scheduler_job.py                      |  1 +
 airflow/utils/cli.py                               | 50 ++++++++++-----
 ...mpile_assets.sh => compile_assets_if_needed.sh} | 19 ++++--
 airflow/www/views.py                               |  6 +-
 docs/apache-airflow-providers/index.rst            |  8 +--
 scripts/in_container/entrypoint_ci.sh              | 21 +------
 .../auth/backend/test_kerberos_auth.py}            |  0
 22 files changed, 124 insertions(+), 128 deletions(-)
 copy airflow/www/{compile_assets.sh => compile_assets_if_needed.sh} (64%)
 rename tests/{www/api/experimental/test_kerberos_endpoints.py => api/auth/backend/test_kerberos_auth.py} (100%)