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 d059d4a84b5 AIP-72: Port task success overtime to the Supervisor
(#44590)
add 31ba41e0244 AIP-84 Refactor Filter Query Parameters (#43947)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/common/parameters.py | 597 +++++++--------------
.../api_fastapi/core_api/openapi/v1-generated.yaml | 46 +-
.../api_fastapi/core_api/routes/public/assets.py | 27 +-
.../api_fastapi/core_api/routes/public/dag_run.py | 8 +-
.../core_api/routes/public/dag_stats.py | 16 +-
.../core_api/routes/public/dag_warning.py | 13 +-
.../core_api/routes/public/event_logs.py | 77 +--
airflow/api_fastapi/core_api/routes/public/job.py | 26 +-
.../core_api/routes/public/task_instances.py | 23 +-
airflow/ui/openapi-gen/queries/prefetch.ts | 6 +-
airflow/ui/openapi-gen/queries/queries.ts | 6 +-
airflow/ui/openapi-gen/queries/suspense.ts | 6 +-
airflow/ui/openapi-gen/requests/services.gen.ts | 12 +-
13 files changed, 339 insertions(+), 524 deletions(-)