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

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


 discard d212474f492 [v3-1-test] Add secret masking for Jinja template 
rendering exceptions (#57467) (cherry picked from commit 
afa5bff62a77f217aeebdf492b6745e36bc5b6ad)
     add 9d3e032f93e Fix scheduler using stale max_active_runs from 
SerializedDAG (#57619) (#57959)
     add de5611c2954 [v3-1-test] Add number of queries guard for ui config 
(#57868) (#57918)
     add cad3084a5b8 [v3-1-test] Add number of queries guard for ui connections 
(#57869) (#57882)
     add f1774a5d38f [v3-1-test] Add number of queries guard for ui 
dependencies (#57957) (#57972)
     add 4bf5144a003 [v3-1-test] Release Notes change (#57895) (#57960)
     add 6ea73e4f747 [v3-1-test] Add `breeze ci upgrade` command to automate CI 
infrastructure upgrade (#57958) (#57987)
     add ab7d48fffea [v3-1-test] Further fixes for release preparation process 
for tarballs (#57996) (#57997)
     add 9f7c144e39c [v3-1-test] Remove unnecessary `--tag` flag from git push 
(#57999) (#58000)
     add 64ebe6541bf [v3-1-test] Use VERSION_SUFFIX in airflow-ctl when 
preparing PyPI packages. (#58001) (#58002)
     add 401e28829b0 [v3-1-test] build: upgrade ruff to 0.14.4 (#58017) (#58024)
     add b332e7a63f9 [v3-1-test] Add number of queries guard for ui dashboard 
(#57956) (#57973)
     add e6e502b1f68 [v3-1-test] fix: Add .txt extension for log download 
function (#57991) (#58040)
     add d7180893f81 [v3-1-test] Adjustments in release docs (#58008) (#58026)
     add d384145f4be [v3-1-test] Add number of queries guard for ui backfill 
(#57820) (#57856)
     add 45b49b6d476 Fix logout in airflow-core (#57990) (#58043)
     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 5cc9aa77300 [v3-1-test] Add secret masking for Jinja template 
rendering exceptions (#57467) (cherry picked from commit 
afa5bff62a77f217aeebdf492b6745e36bc5b6ad)

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   (d212474f492)
            \
             N -- N -- N   refs/heads/backport-afa5bff-v3-1-test (5cc9aa77300)

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:
 .github/workflows/basic-tests.yml                  |  24 +-
 .github/workflows/ci-amd-arm.yml                   |   7 +-
 .pre-commit-config.yaml                            |   2 +-
 airflow-core/docs/best-practices.rst               |   2 +-
 .../docs/installation/upgrading_to_airflow3.rst    |  12 +
 .../core_api/openapi/v2-rest-api-generated.yaml    |  17 +-
 .../api_fastapi/core_api/routes/public/auth.py     |  23 +-
 .../api_fastapi/core_api/routes/ui/backfills.py    |   3 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |   6 +-
 .../src/airflow/ui/openapi-gen/queries/common.ts   |   4 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |   6 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |   6 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |   6 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |   6 +-
 .../ui/openapi-gen/requests/services.gen.ts        |  12 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   9 -
 .../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 +
 .../src/airflow/ui/src/layouts/Nav/LogoutModal.tsx |   1 -
 .../ui/src/pages/TaskInstance/Logs/Logs.tsx        |   2 +-
 .../core_api/routes/public/test_auth.py            |  12 +-
 .../api_fastapi/core_api/routes/ui/test_assets.py  |   4 +-
 .../core_api/routes/ui/test_backfills.py           |   4 +-
 .../api_fastapi/core_api/routes/ui/test_config.py  |   4 +-
 .../core_api/routes/ui/test_connections.py         |   4 +-
 .../core_api/routes/ui/test_dashboard.py           |  19 +-
 .../core_api/routes/ui/test_dependencies.py        |  10 +-
 airflow-core/tests/unit/jobs/test_scheduler_job.py |  99 ++++++
 airflow-ctl/RELEASE_NOTES.rst                      |   4 +-
 contributing-docs/08_static_code_checks.rst        |   2 +-
 dev/README_RELEASE_AIRFLOW.md                      | 121 ++++----
 dev/README_RELEASE_AIRFLOWCTL.md                   |  64 ++--
 dev/breeze/doc/08_ci_tasks.rst                     |  20 +-
 dev/breeze/doc/images/output_ci.svg                |  12 +-
 dev/breeze/doc/images/output_ci.txt                |   2 +-
 dev/breeze/doc/images/output_ci_upgrade.svg        | 136 +++++++++
 dev/breeze/doc/images/output_ci_upgrade.txt        |   1 +
 .../output_release-management_prepare-tarball.svg  |  44 ++-
 .../output_release-management_prepare-tarball.txt  |   2 +-
 .../output_setup_check-all-params-in-groups.svg    |   2 +-
 .../output_setup_check-all-params-in-groups.txt    |   2 +-
 .../output_setup_regenerate-command-images.svg     |   2 +-
 .../output_setup_regenerate-command-images.txt     |   2 +-
 .../src/airflow_breeze/commands/ci_commands.py     | 333 +++++++++++++++++++++
 .../airflow_breeze/commands/ci_commands_config.py  |  11 +
 .../commands/release_candidate_command.py          |  22 +-
 .../commands/release_management_commands.py        |   2 +
 .../commands/release_management_commands_config.py |   2 +-
 dev/breeze/uv.lock                                 |  18 +-
 devel-common/pyproject.toml                        |   2 +-
 scripts/ci/prek/check_imports_in_providers.py      |   2 +-
 scripts/ci/prek/ruff_format.py                     |   2 +-
 72 files changed, 1008 insertions(+), 271 deletions(-)
 create mode 100644 dev/breeze/doc/images/output_ci_upgrade.svg
 create mode 100644 dev/breeze/doc/images/output_ci_upgrade.txt

Reply via email to