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/06/09 03:01:43 UTC

[airflow] tag nightly-master updated (b4b84a1 -> 7fd3695)

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 b4b84a1  (commit)
      to 7fd3695  (commit)
    from b4b84a1  Add kernel capabilities in DockerOperator(#9142)
     add 4a74cf1  Fix xcom in DockerOperator when auto_remove is used (#9173)
     add ef6070c  Check GCP guides on docs build stage on CI (#9171)
     add 4d8599e  Add note about using dag_run.conf in BashOperator (#9143)
     add 6350fd6  Don't use the term "whitelist" - language matters (#9174)
     add 2038b69  Add PR/issue note in Contribution Workflow Example (#9177)
     add 6943b17  Validate only task commands are run by executors (#9178)
     add 7fd3695  Don't use the `|safe` filter in code, it's risky (#9180)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            | 18 +++++++
 BREEZE.rst                                         | 20 ++++----
 CONTRIBUTING.rst                                   |  3 ++
 STATIC_CODE_CHECKS.rst                             |  2 +
 UPDATING.md                                        | 11 ++---
 .../config_templates/default_webserver_config.py   |  1 -
 airflow/contrib/plugins/metastore_browser/main.py  | 16 +++----
 .../templates/metastore_browser/dbs.html           |  2 +-
 airflow/example_dags/example_trigger_target_dag.py |  3 +-
 airflow/executors/celery_executor.py               |  3 ++
 airflow/executors/dask_executor.py                 |  3 ++
 airflow/executors/kubernetes_executor.py           |  3 ++
 airflow/executors/local_executor.py                |  4 ++
 airflow/executors/sequential_executor.py           |  4 ++
 airflow/jobs/scheduler_job.py                      | 21 ++++----
 airflow/operators/bash.py                          | 33 ++++++++++++-
 .../providers/apache/hive/operators/hive_stats.py  | 22 ++++++---
 airflow/providers/docker/operators/docker.py       | 12 +++--
 airflow/www/static/css/main.css                    |  4 ++
 airflow/www/templates/airflow/chart.html           |  2 +-
 airflow/www/templates/airflow/code.html            |  2 +-
 airflow/www/templates/airflow/config.html          |  2 +-
 airflow/www/templates/airflow/dag.html             |  6 +--
 airflow/www/templates/airflow/dag_code.html        |  2 +-
 airflow/www/templates/airflow/duration_chart.html  |  4 +-
 airflow/www/templates/airflow/gantt.html           |  4 +-
 airflow/www/templates/airflow/graph.html           | 14 +++---
 airflow/www/templates/airflow/model_list.html      |  2 +-
 airflow/www/templates/airflow/task.html            |  8 +---
 airflow/www/templates/airflow/task_instance.html   |  2 +-
 airflow/www/templates/airflow/ti_code.html         |  2 +-
 airflow/www/utils.py                               | 23 ++++-----
 airflow/www/views.py                               | 22 ++++-----
 breeze-complete                                    |  1 +
 docs/build                                         | 56 ++++++++++++++++++++++
 docs/howto/operator/bash.rst                       | 31 ++++++++++++
 pylintrc                                           |  9 +---
 tests/executors/test_celery_executor.py            | 30 ++++++++++--
 .../apache/cassandra/hooks/test_cassandra.py       |  2 +-
 .../apache/hive/operators/test_hive_stats.py       |  6 +--
 tests/test_project_structure.py                    | 45 -----------------
 tests/test_stats.py                                |  4 +-
 tests/utils/test_dag_processing.py                 |  4 +-
 43 files changed, 304 insertions(+), 164 deletions(-)