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 2edb7be8a18 Add error handling for pause/unpause toggle permission
errors (#61389)
add ac2f706ffaf Add task_display_name to GanttTaskInstance (#61438)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/ui/gantt.py | 1 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 4 ++++
.../api_fastapi/core_api/routes/ui/gantt.py | 3 +++
airflow-core/src/airflow/models/taskinstance.py | 4 ++++
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 6 +++++-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../airflow/ui/src/layouts/Details/Gantt/utils.ts | 2 +-
.../api_fastapi/core_api/routes/ui/test_gantt.py | 24 +++++++++++++++++-----
8 files changed, 38 insertions(+), 7 deletions(-)