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 2020/06/23 13:40:04 UTC

[airflow] branch master updated (9278857 -> 04a857d)

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

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


    from 9278857  Fix typo in the word "default" in www/forms.py (#9480)
     add 04a857d  Add CRUD  endpoint for connections (#9266)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/connection_endpoint.py |  76 ++++--
 airflow/api_connexion/openapi/v1.yaml              |   3 -
 airflow/api_connexion/schemas/connection_schema.py |  16 +-
 .../endpoints/test_connection_endpoint.py          | 266 ++++++++++++++++++++-
 4 files changed, 327 insertions(+), 34 deletions(-)