You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2021/09/14 10:29:12 UTC

[airflow] branch main updated (a9776d3 -> 7a19124)

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 a9776d3  Remove loading dots even when last run data is empty (#18230)
     add 7a19124  Return explicit error on user-add for duplicated email (#18224)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/endpoints/user_endpoint.py   | 16 +++-
 airflow/api_connexion/openapi/v1.yaml              |  2 +
 .../api_connexion/endpoints/test_user_endpoint.py  | 87 ++++++++++++++++++++--
 tests/test_utils/api_connexion_utils.py            |  7 +-
 4 files changed, 98 insertions(+), 14 deletions(-)