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 a77fca25518 Fixed thread local _sentinel.callers defect and added test
cases (#44646)
add f0ec10e2f52 AIP-84 Add filter by dag_id in recent_dag_runs (#44737)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/core_api/openapi/v1-generated.yaml | 10 ++++++++++
airflow/api_fastapi/core_api/routes/ui/dags.py | 11 +++++++++++
airflow/ui/openapi-gen/queries/common.ts | 3 +++
airflow/ui/openapi-gen/queries/prefetch.ts | 5 +++++
airflow/ui/openapi-gen/queries/queries.ts | 5 +++++
airflow/ui/openapi-gen/queries/suspense.ts | 5 +++++
airflow/ui/openapi-gen/requests/services.gen.ts | 2 ++
airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
tests/api_fastapi/core_api/routes/ui/test_dags.py | 2 ++
9 files changed, 44 insertions(+)