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/08/09 14:46:24 UTC

[airflow] branch main updated (7dd11ab -> c1e2af4)

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

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


    from 7dd11ab  Remove superfulous chars from resource warning (#17503)
     add c1e2af4  Add back missing permissions to UserModelView controls. (#17431)

No new revisions were added by this update.

Summary of changes:
 airflow/www/views.py                            | 143 +++++++++--------
 tests/www/views/test_views_custom_user_views.py | 199 ++++++++++++++++++++++++
 2 files changed, 277 insertions(+), 65 deletions(-)
 create mode 100644 tests/www/views/test_views_custom_user_views.py