This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 93497cdde79 Align cards with stretch when translation adds a line wrap
(#54848)
add 31f0eac1e15 Fix UI to show Custom Operator names (#54845)
No new revisions were added by this update.
Summary of changes:
.../core_api/datamodels/task_instances.py | 2 ++
.../core_api/openapi/v2-rest-api-generated.yaml | 12 +++++++
airflow-core/src/airflow/models/taskinstance.py | 4 +--
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 26 ++++++++++++--
.../airflow/ui/openapi-gen/requests/types.gen.ts | 2 ++
.../airflow/ui/src/pages/TaskInstance/Details.tsx | 2 +-
.../airflow/ui/src/pages/TaskInstance/Header.tsx | 2 +-
.../ui/src/pages/TaskInstances/TaskInstances.tsx | 2 +-
.../core_api/routes/public/test_hitl.py | 1 +
.../core_api/routes/public/test_task_instances.py | 40 ++++++++++++++++++++++
.../src/airflowctl/api/datamodels/generated.py | 2 ++
11 files changed, 88 insertions(+), 7 deletions(-)