You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/08 11:22:39 UTC

[airflow] branch v2-2-test updated (79d8557 -> cc0e740)

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

kaxilnaik pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 79d8557  Added Jagex to the list of companies using Apache Airflow (#18058)
     add b658a42  Change id collation for MySQL to case-sensitive (#18072)
     add 13e7d4a  Adding CI check to verify __init__.py file exists in providers' example_dags dirs (#18076)
     add b8d06e8  Fix KubernetesPodOperator reattach when not deleting pods (#18070)
     add 29a395c  Chart: fix webserver secret key update (#18079)
     add cc0e740  Update non-working example in documentation (#18067)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   7 +
 BREEZE.rst                                         |  12 +-
 STATIC_CODE_CHECKS.rst                             | 300 +++++++++++----------
 airflow/config_templates/config.yml                |   2 +-
 airflow/config_templates/default_airflow.cfg       |   2 +-
 airflow/models/base.py                             |   4 +-
 .../cncf/kubernetes/operators/kubernetes_pod.py    |  12 +-
 breeze-complete                                    |   1 +
 .../templates/webserver/webserver-deployment.yaml  |   1 +
 chart/templates/workers/worker-deployment.yaml     |   1 +
 docs/apache-airflow/concepts/dags.rst              |   2 +-
 docs/apache-airflow/howto/set-up-database.rst      |   4 +-
 .../pre_commit_check_providers_example_dag_init.py |  52 ++++
 tests/models/test_base.py                          |   4 +-
 .../kubernetes/operators/test_kubernetes_pod.py    |  89 ++++++
 15 files changed, 326 insertions(+), 167 deletions(-)
 create mode 100755 scripts/ci/pre_commit/pre_commit_check_providers_example_dag_init.py