This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 5f3ad688d74 #55020 gantt view is not getting updatedin realtime
(#55130)
new 24ad1b6fe91 Fix task log URL generation with various `base_url`
formats (#55699)
new 64f03d07305 refactor(hitl): make hitl under task instance (#55603)
new ba0f359b310 Front end for hitl endpoint update (#55674)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/airflow/api_fastapi/common/parameters.py | 33 +--
.../core_api/openapi/v2-rest-api-generated.yaml | 46 ++--
.../api_fastapi/core_api/routes/public/__init__.py | 4 +-
.../api_fastapi/core_api/routes/public/hitl.py | 30 +--
airflow-core/src/airflow/models/taskinstance.py | 2 +-
.../src/airflow/ui/openapi-gen/queries/common.ts | 60 ++---
.../ui/openapi-gen/queries/ensureQueryData.ts | 110 ++++-----
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 110 ++++-----
.../src/airflow/ui/openapi-gen/queries/queries.ts | 160 ++++++-------
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 110 ++++-----
.../ui/openapi-gen/requests/services.gen.ts | 237 +++++++++----------
.../airflow/ui/openapi-gen/requests/types.gen.ts | 258 ++++++++++-----------
.../ui/src/components/NeedsReviewButton.tsx | 8 +-
.../airflow/ui/src/hooks/useRequiredActionTabs.ts | 6 +-
.../pages/HITLTaskInstances/HITLTaskInstances.tsx | 8 +-
.../ui/src/pages/TaskInstance/HITLResponse.tsx | 17 +-
.../src/airflow/ui/src/queries/useDeleteDagRun.ts | 4 +-
.../ui/src/queries/useDeleteTaskInstance.ts | 4 +-
.../airflow/ui/src/queries/useUpdateHITLDetail.ts | 14 +-
.../core_api/routes/public/test_hitl.py | 119 +++++-----
.../src/airflow/sdk/execution_time/task_runner.py | 19 +-
.../task_sdk/execution_time/test_task_runner.py | 25 ++
22 files changed, 681 insertions(+), 703 deletions(-)