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/11/25 03:51:08 UTC

[airflow] tag nightly-master updated (6d0dcd2 -> c6467ba)

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 6d0dcd2  (commit)
      to c6467ba  (commit)
    from 6d0dcd2  Use html urls instead of onclick for dags view links. (#12539)
     add 3fa51f9  Add check for duplicates in provider.yaml files (#12578)
     add 74ed92b  Drop random.choice() in BaseHook.get_connection() (#12573)
     add b57b932  Improve code quality of ExternalTaskSensor (#12574)
     add 936566c  limit table of content at the main Airflow doc page (#12561)
     add a66d29f  Dev documentation uses sphinx-airflow-theme (#12582)
     add ce91991  Hide ToC from the Apache Airflow doc main page (#12589)
     add 91af0dd  Add link to docs index to table of contents (#12594)
     add 6caf260  Don't set child tasks to schedulable in test runs (#12595)
     add 9f28e41  Allow webserver to read pod logs directly (#12598)
     add 58e21ed  Adds missing licence headers (#12593)
     add 663259d  Fix AWS DataSync tests failing (#11020)
     add c6467ba  Update logging & doc for LocalFilesystem Secrets Backend (#12597)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  2 +-
 airflow/hooks/base_hook.py                         |  7 +-
 airflow/models/taskinstance.py                     |  3 +-
 .../amazon/aws/log/cloudwatch_task_handler.py      |  8 ++-
 airflow/providers/amazon/aws/operators/datasync.py | 12 ++--
 airflow/providers/amazon/provider.yaml             |  3 -
 airflow/providers/google/provider.yaml             |  3 -
 airflow/secrets/local_filesystem.py                | 10 +--
 airflow/sensors/external_task_sensor.py            | 81 +++++++++++-----------
 ...launcher-role.yaml => pod-log-reader-role.yaml} | 16 +----
 ...inding.yaml => pod-log-reader-rolebinding.yaml} | 21 ++++--
 chart/tests/test_basic_helm_chart.py               |  4 +-
 chart/values.schema.json                           |  4 ++
 chart/values.yaml                                  |  1 +
 docs/conf.py                                       | 76 +++++++++-----------
 docs/index.rst                                     |  7 +-
 .../local-filesystem-secrets-backend.rst           |  2 +-
 scripts/ci/dockerfiles/bats/Dockerfile             | 17 +++++
 scripts/ci/dockerfiles/stress/Dockerfile           | 17 +++++
 .../pre_commit_check_provider_yaml_files.py        | 56 +++++++++++++++
 setup.py                                           |  9 ++-
 tests/cli/commands/test_task_command.py            |  5 +-
 .../amazon/aws/hooks/test_batch_waiters.py         |  1 +
 .../amazon/aws/hooks/test_cloud_formation.py       | 10 ++-
 tests/providers/amazon/aws/hooks/test_datasync.py  | 21 +-----
 .../amazon/aws/log/test_cloudwatch_task_handler.py | 10 ++-
 .../amazon/aws/log/test_s3_task_handler.py         |  4 +-
 .../amazon/aws/operators/test_datasync.py          | 63 ++++++++---------
 28 files changed, 276 insertions(+), 197 deletions(-)
 copy chart/templates/rbac/{pod-launcher-role.yaml => pod-log-reader-role.yaml} (84%)
 copy chart/templates/rbac/{pod-cleanup-rolebinding.yaml => pod-log-reader-rolebinding.yaml} (71%)