[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18757: Make REST API patch user endpoint work the same way as the UI

2021-10-06 Thread GitBox
ephraimbuddy commented on a change in pull request #18757: URL: https://github.com/apache/airflow/pull/18757#discussion_r723284713 ## File path: airflow/api_connexion/endpoints/user_endpoint.py ## @@ -124,9 +124,21 @@ def patch_user(username, update_mask=None): if user is

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18757: Make REST API patch user endpoint work the same way as the UI

2021-10-06 Thread GitBox
ephraimbuddy commented on a change in pull request #18757: URL: https://github.com/apache/airflow/pull/18757#discussion_r723153989 ## File path: airflow/api_connexion/endpoints/user_endpoint.py ## @@ -124,9 +124,21 @@ def patch_user(username, update_mask=None): if user is

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18757: Make REST API patch user endpoint work the same way as the UI

2021-10-06 Thread GitBox
ephraimbuddy commented on a change in pull request #18757: URL: https://github.com/apache/airflow/pull/18757#discussion_r723108726 ## File path: airflow/api_connexion/schemas/user_schema.py ## @@ -33,11 +33,11 @@ class Meta: model = User dateformat = "iso"

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18757: Make REST API patch user endpoint work the same way as the UI

2021-10-06 Thread GitBox
ephraimbuddy commented on a change in pull request #18757: URL: https://github.com/apache/airflow/pull/18757#discussion_r723102202 ## File path: airflow/api_connexion/endpoints/user_endpoint.py ## @@ -124,9 +124,21 @@ def patch_user(username, update_mask=None): if user is

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18757: Make REST API patch user endpoint work the same way as the UI

2021-10-06 Thread GitBox
ephraimbuddy commented on a change in pull request #18757: URL: https://github.com/apache/airflow/pull/18757#discussion_r723029378 ## File path: airflow/api_connexion/endpoints/user_endpoint.py ## @@ -124,9 +124,21 @@ def patch_user(username, update_mask=None): if user is

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18757: Make REST API patch user endpoint work the same way as the UI

2021-10-06 Thread GitBox
ephraimbuddy commented on a change in pull request #18757: URL: https://github.com/apache/airflow/pull/18757#discussion_r722983609 ## File path: airflow/api_connexion/endpoints/user_endpoint.py ## @@ -124,9 +124,21 @@ def patch_user(username, update_mask=None): if user is

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18757: Make REST API patch user endpoint work the same way as the UI

2021-10-06 Thread GitBox
ephraimbuddy commented on a change in pull request #18757: URL: https://github.com/apache/airflow/pull/18757#discussion_r722983033 ## File path: airflow/api_connexion/endpoints/user_endpoint.py ## @@ -124,9 +124,21 @@ def patch_user(username, update_mask=None): if user is

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #18757: Make REST API patch user endpoint work the same way as the UI

2021-10-06 Thread GitBox
ephraimbuddy commented on a change in pull request #18757: URL: https://github.com/apache/airflow/pull/18757#discussion_r722966808 ## File path: airflow/api_connexion/endpoints/user_endpoint.py ## @@ -124,9 +124,21 @@ def patch_user(username, update_mask=None): if user is