This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c2f5cd44579 Add keyboard shortcut for fullscreen and wrap in logs.
(#50008)
add 6d764103862 AIP-84: alias dag_display_name for `BackfillResponse`
(#50014)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/backfills.py | 3 ++-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 4 ++++
.../core_api/openapi/v1-rest-api-generated.yaml | 4 ++++
.../api_fastapi/core_api/routes/public/backfills.py | 19 ++++++++++++++-----
airflow-core/src/airflow/models/backfill.py | 8 ++++++++
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 5 +++++
.../src/airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../core_api/routes/public/test_backfills.py | 6 ++++++
.../api_fastapi/core_api/routes/ui/test_backfills.py | 3 +++
.../src/airflowctl/api/datamodels/generated.py | 1 +
airflow-ctl/tests/airflow_ctl/api/test_operations.py | 1 +
11 files changed, 49 insertions(+), 6 deletions(-)