You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/10/31 17:03:45 UTC

[airflow] branch main updated (594c6eef69 -> 1d25105189)

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

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


    from 594c6eef69 Increase tolerance of failing heartbeat test (#27397)
     add 1d25105189 Add case insensitive constraint to username (#27266)

No new revisions were added by this update.

Summary of changes:
 ...e_insensitive_unique_constraint_for_username.py | 89 ++++++++++++++++++++++
 ... 0120_2_5_0_add_updated_at_to_dagrun_and_ti.py} |  4 +-
 airflow/utils/db.py                                | 33 +++++++-
 airflow/www/fab_security/sqla/manager.py           |  2 +-
 airflow/www/fab_security/sqla/models.py            | 36 ++++++++-
 docs/apache-airflow/img/airflow_erd.sha256         |  2 +-
 docs/apache-airflow/migrations-ref.rst             |  4 +-
 tests/www/test_security.py                         | 21 ++++-
 8 files changed, 181 insertions(+), 10 deletions(-)
 create mode 100644 airflow/migrations/versions/0119_2_4_3_add_case_insensitive_unique_constraint_for_username.py
 rename airflow/migrations/versions/{0119_2_5_0_add_updated_at_to_dagrun_and_ti.py => 0120_2_5_0_add_updated_at_to_dagrun_and_ti.py} (97%)