You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/03/08 00:01:40 UTC

[airflow] branch main updated (b4ddb9c79f -> 208fba0099)

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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from b4ddb9c79f Update docker image python version to 3.7 in entrypoint doc (#29964)
     add 208fba0099 Delay ConnectionModelView init until it's accessed (#29946)

No new revisions were added by this update.

Summary of changes:
 airflow/www/app.py                       |   2 -
 airflow/www/extensions/init_views.py     |   7 --
 airflow/www/forms.py                     |  66 ++++++++++++++----
 airflow/www/views.py                     | 112 +++++++++++++++++--------------
 tests/test_utils/decorators.py           |   1 -
 tests/www/views/test_views_connection.py |  41 ++++-------
 6 files changed, 126 insertions(+), 103 deletions(-)