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

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


    from 9854c43  Webserver: Sanitize string passed to origin param (#14738)
     new 14f978e  Fix error when running tasks with Sentry integration enabled. 
(#13929)
     new cbd181c  Don't create unittest.cfg when not running in unit test mode 
(#14420)
     new a857c90  Use libyaml C library when available. (#14577)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/cli/commands/connection_command.py         |   2 +-
 airflow/cli/commands/kubernetes_command.py         |   2 +-
 airflow/cli/simple_table.py                        |   2 +-
 airflow/configuration.py                           | 293 ++++++++++++++-------
 airflow/kubernetes/pod_generator.py                |   2 +-
 airflow/kubernetes/refresh_config.py               |   3 +-
 .../providers/cncf/kubernetes/hooks/kubernetes.py  |   6 +-
 .../cncf/kubernetes/operators/kubernetes_pod.py    |   6 +-
 .../google/cloud/operators/cloud_build.py          |   5 +-
 airflow/providers_manager.py                       |   2 +-
 airflow/secrets/local_filesystem.py                |   3 +-
 airflow/sentry.py                                  |  13 +-
 airflow/utils/session.py                           |  21 +-
 airflow/utils/yaml.py                              |  76 ++++++
 airflow/www/views.py                               |   2 +-
 .../copy_provider_package_sources.py               |   1 +
 dev/provider_packages/prepare_provider_packages.py |   7 +-
 docs/conf.py                                       |   7 +-
 docs/exts/docs_build/lint_checks.py                |   8 +-
 docs/exts/provider_yaml_utils.py                   |   8 +-
 .../pre_commit_check_pre_commit_hook_names.py      |   7 +-
 .../pre_commit_check_provider_yaml_files.py        |   7 +-
 tests/core/test_configuration.py                   |  13 +-
 tests/test_utils/config.py                         |   2 +
 .../utils/test_session.py                          |  50 ++--
 25 files changed, 396 insertions(+), 152 deletions(-)
 create mode 100644 airflow/utils/yaml.py
 copy airflow/contrib/operators/bigquery_table_delete_operator.py => 
tests/utils/test_session.py (50%)

Reply via email to