This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
from b2d2bcb136f AIP-72: Matching the test naming convention to execution API endpoint (#44471) add b882246702c AIP-84 Introduce SessionDep and AsyncSessionDep construct (#44461) No new revisions were added by this update. Summary of changes: airflow/api_fastapi/common/db/common.py | 39 ++++++---------------- .../api_fastapi/core_api/routes/public/assets.py | 24 ++++++------- .../core_api/routes/public/backfills.py | 18 +++++----- .../core_api/routes/public/connections.py | 13 ++++---- .../core_api/routes/public/dag_parsing.py | 9 +++-- .../api_fastapi/core_api/routes/public/dag_run.py | 21 +++++------- .../core_api/routes/public/dag_sources.py | 9 ++--- .../core_api/routes/public/dag_stats.py | 9 ++--- .../core_api/routes/public/dag_warning.py | 5 ++- airflow/api_fastapi/core_api/routes/public/dags.py | 19 +++++------ .../core_api/routes/public/event_logs.py | 7 ++-- .../core_api/routes/public/extra_links.py | 11 +++--- .../core_api/routes/public/import_error.py | 7 ++-- airflow/api_fastapi/core_api/routes/public/job.py | 5 ++- airflow/api_fastapi/core_api/routes/public/log.py | 10 +++--- .../api_fastapi/core_api/routes/public/pools.py | 15 ++++----- .../core_api/routes/public/task_instances.py | 28 ++++++++-------- .../core_api/routes/public/variables.py | 13 ++++---- airflow/api_fastapi/core_api/routes/public/xcom.py | 9 +++-- airflow/api_fastapi/core_api/routes/ui/assets.py | 9 ++--- airflow/api_fastapi/core_api/routes/ui/dags.py | 8 ++--- .../api_fastapi/core_api/routes/ui/dashboard.py | 16 +++------ airflow/api_fastapi/core_api/routes/ui/graph.py | 14 +++----- .../execution_api/routes/task_instances.py | 9 +++-- airflow/api_fastapi/execution_api/routes/xcoms.py | 9 +++-- contributing-docs/17_adding_api_endpoints.rst | 2 +- .../execution_api/routes/test_task_instances.py | 2 +- 27 files changed, 140 insertions(+), 200 deletions(-)