This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e4a60ca7f85 Airflow documentation updates for Windows WSL2
installation (#57027)
add 0db5838f7ec fix: HITL params not validating (#57547)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/hitl.py | 17 +-
airflow-core/src/airflow/ui/src/utils/hitl.ts | 51 +++--
.../core_api/routes/public/test_hitl.py | 4 +-
.../core_api/routes/public/test_task_instances.py | 4 +-
.../src/tests_common/test_utils/version_compat.py | 1 +
.../airflow/providers/standard/operators/hitl.py | 19 +-
.../airflow/providers/standard/triggers/hitl.py | 225 ++++++++++++---------
.../airflow/providers/standard/version_compat.py | 1 +
.../tests/unit/standard/operators/test_hitl.py | 134 ++++++++++--
.../tests/unit/standard/triggers/test_hitl.py | 36 ++--
task-sdk/src/airflow/sdk/api/client.py | 2 +-
task-sdk/src/airflow/sdk/definitions/param.py | 1 -
.../tests/task_sdk/execution_time/test_hitl.py | 4 +-
13 files changed, 343 insertions(+), 156 deletions(-)