You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/10/31 18:11:38 UTC

(airflow) branch main updated (76847f8962 -> 119cd677ec)

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

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


    from 76847f8962 Limit 1.33.0 broken sentry_sdk released 31st of October 2023 (#35298)
     add 119cd677ec Improve test coverage for the rest api modules (#35219)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/connection_endpoint.py |   3 +-
 airflow/api_connexion/endpoints/pool_endpoint.py   |  13 +-
 .../endpoints/task_instance_endpoint.py            |   6 +-
 scripts/cov/restapi_coverage.py                    |   3 -
 .../endpoints/test_connection_endpoint.py          |   7 +
 .../endpoints/test_dag_run_endpoint.py             | 164 ++++++++-
 .../test_mapped_task_instance_endpoint.py          |  20 ++
 .../api_connexion/endpoints/test_pool_endpoint.py  |  14 +
 .../api_connexion/endpoints/test_task_endpoint.py  |   8 +
 .../endpoints/test_task_instance_endpoint.py       | 374 ++++++++++++++++++++-
 10 files changed, 592 insertions(+), 20 deletions(-)