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

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


 discard b3cbf6f005d [v3-1-test] Add number of queries guard for ui calendar 
(#58044) (cherry picked from commit e4f9fef36e828d9a66f5e783f404d9acc2bc8a65)
     add 1d73a550702 [v3-1-test] Update Hebrew translation 2025-11-07 (#58041) 
(#58048)
     add cd4fe4fbe38 [v3-1-test] Update Arabic translation 2025-11-07 (#58042)
     add e19b8450f8d [v3-1-test] Add number of queries guard for ui 
next_run_assets (#58052) (#58064)
     add cb742c6796a [v3-1-test] Fix reproducibility check source tarball 
instructions (#58077) (#58078)
     add a16742b7f1e Close German translation gaps for full UI translation 
2025-11-08 on v3-1-test (#58079)
     add 01bf1557c1b [v3-1-test]Add missing PL translations in 3.1 branch 
(#58076)
     add 8d03f239f29 [v3-1-test] Add learnings from Airflow 3 migration 
(#57989) (#58083)
     add 4e76feda121 [v3-1-test] Fix release cleanup for providers (#58082) 
(#58095)
     add f694c794d45 Backport: Upgrade hungarian language package (#58113)
     add 86dfab8cb3b feat(i18n): Fill in the gap for Taiwan translation (#58121)
     add 82a9d53c993 [v3-1-test] feat: add resize function to dag run / TI 
notes (#57897) (#58068)
     add 5963feb51ba [v3-1-test] Add number of queries guard for ui calendar 
(#58044) (cherry picked from commit e4f9fef36e828d9a66f5e783f404d9acc2bc8a65)

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   (b3cbf6f005d)
            \
             N -- N -- N   refs/heads/backport-e4f9fef-v3-1-test (5963feb51ba)

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:
 .../docs/installation/upgrading_to_airflow3.rst    | 12 +++++
 .../airflow/ui/public/i18n/locales/ar/common.json  |  7 +++
 .../ui/public/i18n/locales/ar/components.json      | 12 +++++
 .../src/airflow/ui/public/i18n/locales/ar/dag.json |  2 +
 .../airflow/ui/public/i18n/locales/ar/hitl.json    |  5 ++
 .../airflow/ui/public/i18n/locales/de/common.json  |  5 ++
 .../airflow/ui/public/i18n/locales/de/dags.json    |  3 +-
 .../airflow/ui/public/i18n/locales/he/common.json  |  7 +++
 .../ui/public/i18n/locales/he/components.json      |  6 +++
 .../src/airflow/ui/public/i18n/locales/he/dag.json |  2 +
 .../airflow/ui/public/i18n/locales/he/hitl.json    |  5 ++
 .../airflow/ui/public/i18n/locales/hu/common.json  | 12 +++++
 .../ui/public/i18n/locales/hu/components.json      |  4 ++
 .../src/airflow/ui/public/i18n/locales/hu/dag.json |  5 ++
 .../airflow/ui/public/i18n/locales/hu/dags.json    |  3 +-
 .../airflow/ui/public/i18n/locales/hu/hitl.json    |  3 ++
 .../airflow/ui/public/i18n/locales/pl/common.json  |  5 ++
 .../ui/public/i18n/locales/zh-TW/common.json       |  5 ++
 .../ui/public/i18n/locales/zh-TW/components.json   |  4 ++
 .../ui/src/components/DisplayMarkdownButton.tsx    |  6 +--
 .../ui/src/components/EditableMarkdownArea.tsx     |  7 +--
 .../ui/src/components/EditableMarkdownButton.tsx   | 55 ++++++++++++----------
 .../ui/src/components/ui/ResizableWrapper.tsx      |  2 +
 .../api_fastapi/core_api/routes/ui/test_assets.py  |  4 +-
 dev/README_RELEASE_AIRFLOWCTL.md                   |  3 +-
 .../commands/release_management_commands.py        |  2 +
 26 files changed, 151 insertions(+), 35 deletions(-)

Reply via email to