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/30 05:48:19 UTC

[airflow] branch master updated (59035a0 -> 22fbd0f)

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 59035a0  Add log endpoint (#9331)
     add 22fbd0f  Add CRUD Endpoints for pools (#9329)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/endpoints/pool_endpoint.py   |  93 +++++-
 airflow/api_connexion/openapi/v1.yaml              |   4 +
 airflow/api_connexion/schemas/pool_schema.py       |  10 +-
 .../api_connexion/endpoints/test_pool_endpoint.py  | 341 ++++++++++++++++++++-
 tests/api_connexion/schemas/test_pool_schemas.py   |   2 +-
 5 files changed, 433 insertions(+), 17 deletions(-)