This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch backport-e6e3370-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from bd841009cb2 [v3-1-test] docs:improve plugin system documentation for
clarity and completeness (#56177)
add 0ce0f109e53 Add release notes for 3.1.1rc1
add 763e22513bc Fix failing tests
add ee9278ea8e7 [v3-1-test] Fix Outlet Event Extra Data is Empty in Task
Instance Success Listener (#54568) (#57031)
add 6ad5bf98203 [v3-1-test] Fix Extra Links translation key. (#57030)
(#57040)
add cba59a78ff7 [v3-1-test] Fix dags list not rendering (#57037) (#57046)
add 27e6e196e28 [v3-1-test] fix(scheduler): load dag_run eagering for
execution API validation (#57010) (#57045)
add cb80232a846 [v3-1-test] Fix dag list cache invalidation on favouriting
a dag (#57039) (#57047)
add 9d6e0c284d5 [v3-1-test] Add new PL translations. (#56359) (#57055)
add bb74214727b Add last missing translation for 3.1.1 (#57057)
add 3d0e95cca83 [v3-1-test] Close German translation gaps for full UI
translation 2025-10-21 (#56980) (#57048)
add 349178491de [v3-1-test] Update French local for 3.1.1 (#57043) (#57058)
add e984d5e3216 Merge branch 'v3-1-test' into backport-e6e3370-v3-1-test
No new revisions were added by this update.
Summary of changes:
RELEASE_NOTES.rst | 111 +++++++++++++++
.../src/airflow/jobs/scheduler_job_runner.py | 34 ++++-
.../airflow/ui/public/i18n/locales/de/common.json | 5 +
.../ui/public/i18n/locales/de/components.json | 4 +-
.../airflow/ui/public/i18n/locales/de/dags.json | 3 +-
.../airflow/ui/public/i18n/locales/de/hitl.json | 5 +
.../ui/public/i18n/locales/fr/components.json | 7 +-
.../src/airflow/ui/public/i18n/locales/fr/dag.json | 2 +
.../airflow/ui/public/i18n/locales/pl/common.json | 2 +
.../src/airflow/ui/public/i18n/locales/pl/dag.json | 2 +
.../airflow/ui/public/i18n/locales/pl/dags.json | 3 +-
.../src/airflow/ui/src/pages/DagsList/DagsList.tsx | 1 +
.../ui/src/pages/TaskInstance/ExtraLinks.tsx | 4 +-
.../airflow/ui/src/queries/useToggleFavoriteDag.ts | 11 +-
.../versions/v2025_04_28}/__init__.py | 0
.../versions/v2025_09_23}/__init__.py | 0
airflow-core/tests/unit/jobs/test_scheduler_job.py | 152 +++++++++++++++++++++
reproducible_build.yaml | 4 +-
.../check_template_context_variable_in_sync.py | 18 ++-
.../src/airflow/sdk/execution_time/task_runner.py | 13 +-
.../task_sdk/execution_time/test_task_runner.py | 140 ++++++++++++++++++-
21 files changed, 494 insertions(+), 27 deletions(-)
copy airflow-core/{src/airflow/_shared =>
tests/unit/api_fastapi/execution_api/versions/v2025_04_28}/__init__.py (100%)
copy airflow-core/{src/airflow/_shared =>
tests/unit/api_fastapi/execution_api/versions/v2025_09_23}/__init__.py (100%)