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 815f38704b1 Restore accidentally deleted pools export test command 
(#60526)
     add a9dbe4e9839 Add HITLDetailHistory UI (#56760)

No new revisions were added by this update.

Summary of changes:
 .../api_fastapi/core_api/datamodels/hitl.py        |   7 +
 .../core_api/datamodels/task_instance_history.py   |   6 -
 .../core_api/openapi/v2-rest-api-generated.yaml    |  82 ++++++++++-
 .../api_fastapi/core_api/routes/public/hitl.py     |  72 +++++++--
 .../core_api/routes/public/task_instances.py       |  26 ++--
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  10 ++
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  19 +++
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  19 +++
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  19 +++
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  19 +++
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  17 +--
 .../ui/openapi-gen/requests/services.gen.ts        |  34 ++++-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  39 ++++-
 .../pages/HITLTaskInstances/HITLResponseForm.tsx   |  14 +-
 .../ui/src/pages/TaskInstance/HITLResponse.tsx     |  54 ++++++-
 airflow-core/src/airflow/ui/src/utils/hitl.ts      |   8 +-
 .../core_api/routes/public/test_hitl.py            |   4 +-
 .../core_api/routes/public/test_task_instances.py  | 164 ---------------------
 .../tests/unit/models/test_taskinstance.py         |  38 -----
 .../src/airflowctl/api/datamodels/generated.py     |  42 +++---
 20 files changed, 399 insertions(+), 294 deletions(-)

Reply via email to