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

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


    from eb95fa4a3c Fix secrets rendered in UI when task is not executed. 
(#22754)
     add 23135c91a2 Fix retrieval of deprecated non-config values (#23723)

No new revisions were added by this update.

Summary of changes:
 airflow/config_templates/config.yml.schema.json    |   2 +-
 airflow/configuration.py                           | 180 +++++-
 .../config_templates/deprecated.cfg                |  19 +-
 .../config_templates/deprecated_cmd.cfg            |  18 +-
 .../config_templates/deprecated_secret.cfg         |  18 +-
 .../config_templates/empty.cfg                     |  17 +-
 tests/core/test_configuration.py                   | 665 +++++++++++++++------
 tests/utils/test_config.py                         |  79 +++
 8 files changed, 759 insertions(+), 239 deletions(-)
 copy airflow/providers/google/config_templates/default_config.cfg => 
tests/config_templates/deprecated.cfg (67%)
 copy airflow/providers/google/config_templates/default_config.cfg => 
tests/config_templates/deprecated_cmd.cfg (67%)
 copy airflow/providers/google/config_templates/default_config.cfg => 
tests/config_templates/deprecated_secret.cfg (67%)
 copy airflow/providers/google/config_templates/default_config.cfg => 
tests/config_templates/empty.cfg (67%)
 create mode 100644 tests/utils/test_config.py

Reply via email to