This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch backport-80911e8-v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 1e41456579d Add env file to compose and update error
 discard f7592576c35 Remove e2e tests came from merge and rerun breeze images 
for all commands to fix accepting changes while merging
 discard d0b77568e09 [v3-1-test] Implement integration test for airflowctl with 
3.1 (#56124)
     add 0ce0f109e53 Add release notes for 3.1.1rc1
     add 763e22513bc Fix failing tests
     add 92d2185ac62 [v3-1-test] Fix Extra Links translation key. (#57030) 
(#57040)
     add ca95277298f [v3-1-test] Fix dags list not rendering (#57037) (#57046)
     add 2c26772bc75 [v3-1-test] fix(scheduler): load dag_run eagering for 
execution API validation (#57010) (#57045)
     add ba5e2b0984b [v3-1-test] Fix dag list cache invalidation on favouriting 
a dag (#57039) (#57047)
     add 94b9505de66 [v3-1-test] Add new PL translations. (#56359) (#57055)
     add 9e1a587d52d Add last missing translation for 3.1.1 (#57057)
     add b85784bd6f2 [v3-1-test] Close German translation gaps for full UI 
translation 2025-10-21 (#56980) (#57048)
     add 51817f0eeae [v3-1-test] Update French local for 3.1.1 (#57043) (#57058)
     add f969e6374da Fix connection access in triggerer for deferrable 
operators (#57154)
     add 1d65a657d60 [v3-1-test] Fix Outlet Event Extra Data is Empty in Task 
Instance Success Listener (#54568) (#57031)
     add ead0603244c [v3-1-test] Fix: Adjust PanelButtons spacing and alignment 
(#56570) (#57062)
     add 063b2ff7aca Manual backport 56177 (#57068)
     add e9434b0c890 [v3-1-test] Fix grid links for tasks with retries (#57063) 
(#57097)
     add 16780a5487c [v3-1-test] Port Airflow Python client changes (#57103) 
(#57107)
     add cff8386e3e6 [v3-1-test] fix get latest serialized_dag model query to 
prevent "Out of sort memory" error (#55589) (#57042)
     add 407f664ffd9 [v3-1-test] Implement integration test for airflowctl with 
3.1 (#56124)
     add 4c6ab380505 Remove e2e tests came from merge and rerun breeze images 
for all commands to fix accepting changes while merging
     add 32b81d74a50 Add env file to compose and update error

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1e41456579d)
            \
             N -- N -- N   refs/heads/backport-80911e8-v3-1-test (32b81d74a50)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 RELEASE_NOTES.rst                                  | 111 +++++++++++++++
 .../docs/administration-and-deployment/plugins.rst |  35 ++++-
 .../src/airflow/jobs/scheduler_job_runner.py       |  34 ++++-
 airflow-core/src/airflow/models/serialized_dag.py  |   9 ++
 .../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 +-
 .../airflow/ui/src/layouts/Details/Grid/GridTI.tsx |  15 +-
 .../layouts/Details/Grid/TaskInstancesColumn.tsx   |   5 +-
 .../ui/src/layouts/Details/PanelButtons.tsx        |  14 +-
 .../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 +++++++++++++++++++++
 clients/python/CHANGELOG.md                        |  36 +++++
 clients/python/version.txt                         |   2 +-
 .../commands/release_management_commands.py        |   8 +-
 reproducible_build.yaml                            |   4 +-
 .../check_template_context_variable_in_sync.py     |  18 ++-
 task-sdk/src/airflow/sdk/definitions/connection.py |  19 ---
 .../sdk/execution_time/secrets/execution_api.py    |  20 +++
 .../src/airflow/sdk/execution_time/task_runner.py  |  13 +-
 .../tests/task_sdk/execution_time/test_secrets.py  |  38 ++++++
 .../task_sdk/execution_time/test_task_runner.py    | 140 ++++++++++++++++++-
 32 files changed, 654 insertions(+), 68 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%)

Reply via email to