This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-08e428c-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from f16e726d326 [v3-3-test] Fix db migrate failure to Airflow 2.9.2 under
PyMySQL driver (#70235)
add 49743862af0 [v3-3-test] Remove unused legacy action logging helper
(#72324) (#72621)
add 81b6f3affe4 UI: Fill Polish translation gaps and unify slot/deferred
wording (#72624)
add 602e4447936 [v3-3-test] Fix mark-failed KeyError for removed-task TIs
(#72338) (#72394) (#72620)
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 e41ef1080f6 Merge branch 'v3-3-test' into backport-08e428c-v3-3-test
No new revisions were added by this update.
Summary of changes:
Dockerfile.ci | 6 ++-
airflow-core/src/airflow/api/common/mark_tasks.py | 1 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 6 +++
.../core_api/routes/ui/partitioned_dag_runs.py | 12 ++++-
.../ui/openapi-gen/requests/services.gen.ts | 1 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 4 ++
.../airflow/ui/public/i18n/locales/pl/admin.json | 8 +--
.../airflow/ui/public/i18n/locales/pl/common.json | 8 ++-
.../ui/public/i18n/locales/pl/components.json | 4 ++
.../src/airflow/ui/public/i18n/locales/pl/dag.json | 1 +
.../airflow/ui/public/i18n/locales/pl/dags.json | 1 +
.../ui/public/i18n/locales/pl/dashboard.json | 6 +--
.../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 +
.../src/airflow/utils/log/action_logger.py | 26 ----------
.../tests/unit/api/common/test_mark_tasks.py | 19 +++++++
.../routes/ui/test_partitioned_dag_runs.py | 27 ++++++++++
.../airflow_breeze/utils/docker_command_utils.py | 43 ++++++++++------
dev/breeze/tests/test_docker_command_utils.py | 58 ++++++++++++++++++++++
scripts/cov/core_coverage.py | 1 -
scripts/docker/entrypoint_ci.sh | 6 ++-
22 files changed, 193 insertions(+), 56 deletions(-)
delete mode 100644 airflow-core/src/airflow/utils/log/action_logger.py