This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-42bbe8d-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 39c306a7c8d [v3-3-test] Fix deferrable autofix inserting a forbidden
conf import in providers (#72366) (cherry picked from commit
42bbe8d5916319af6c279a5ec99c449fdf569226)
add 8800b6d4e34 [v3-3-test] Prevent Dag-existence disclosure on
partitioned dag runs listing (#72640) (#72660)
add 22a2b6161c3 [v3-3-test] Stop Breeze from hanging on unresponsive
Docker (#72439) (#72664)
add aac71070788 [v3-3-test] Pin devel dependencies to uv.lock in provider
compat CI jobs (#72581) (#72671)
add ba20763b6c5 Fix the translation Gap for Taiwanese Mandarin (#72615)
add 3040370c4e7 [v3-3-test] Fix hierarchical_alphabetical sort order
breaking the graph and grid (#72137) (#72618)
add c7a1a720149 Merge branch 'v3-3-test' into backport-42bbe8d-v3-3-test
No new revisions were added by this update.
Summary of changes:
Dockerfile.ci | 6 ++-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 6 +++
.../core_api/routes/ui/partitioned_dag_runs.py | 12 ++++-
.../airflow/serialization/definitions/taskgroup.py | 14 ++++++
.../ui/openapi-gen/requests/services.gen.ts | 1 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 4 ++
.../ui/public/i18n/locales/zh-TW/common.json | 6 ++-
.../ui/public/i18n/locales/zh-TW/components.json | 4 ++
.../airflow/ui/public/i18n/locales/zh-TW/dags.json | 1 +
.../routes/ui/test_partitioned_dag_runs.py | 27 ++++++++++
airflow-core/tests/unit/utils/test_task_group.py | 32 +++++++++++-
.../airflow_breeze/utils/docker_command_utils.py | 43 ++++++++++------
dev/breeze/tests/test_docker_command_utils.py | 58 ++++++++++++++++++++++
scripts/docker/entrypoint_ci.sh | 6 ++-
14 files changed, 199 insertions(+), 21 deletions(-)