This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from ee68a25 Added windows extensions (#16110)
add 9b05f02 Reduce deprecation warnings from www (#20378)
No new revisions were added by this update.
Summary of changes:
airflow/models/dag.py | 4 ++++
airflow/www/app.py | 3 ++-
airflow/www/templates/airflow/dag.html | 8 +++++---
airflow/www/templates/airflow/dags.html | 5 +++--
airflow/www/utils.py | 3 ++-
airflow/www/views.py | 9 ++++++---
metastore_browser/hive_metastore.py | 3 ++-
setup.cfg | 5 ++++-
tests/www/api/experimental/conftest.py | 3 +++
tests/www/test_app.py | 4 +++-
tests/www/views/test_views.py | 6 +++++-
tests/www/views/test_views_acl.py | 2 ++
tests/www/views/test_views_blocked.py | 6 ++++--
tests/www/views/test_views_dagrun.py | 1 +
tests/www/views/test_views_decorators.py | 3 +++
tests/www/views/test_views_extra_links.py | 1 +
tests/www/views/test_views_graph_gantt.py | 1 +
tests/www/views/test_views_home.py | 3 ++-
tests/www/views/test_views_log.py | 2 ++
tests/www/views/test_views_pool.py | 5 +++--
tests/www/views/test_views_tasks.py | 5 +++++
21 files changed, 63 insertions(+), 19 deletions(-)