This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cd5eb2ca4ab Create a User Settings button with light/dark mode toggle
as a menu item (#42964)
add b92c66d45d2 AIP-84 Migrate delete Dag Run endpoint to FastAPI (#42910)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/dag_run_endpoint.py | 1 +
airflow/api_fastapi/openapi/v1-generated.yaml | 52 ++++++++++++++++++++++
airflow/api_fastapi/views/public/dag_run.py | 15 +++++++
airflow/ui/openapi-gen/queries/common.ts | 3 ++
airflow/ui/openapi-gen/queries/queries.ts | 43 ++++++++++++++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 31 +++++++++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 36 +++++++++++++++
tests/api_fastapi/views/public/test_dag_run.py | 12 +++++
8 files changed, 193 insertions(+)