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

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


 discard f8b3fc81042 [v3-1-test] Add number of queries guard for ui backfill 
(#57820) (cherry picked from commit 34dec40e70d21b77092ce5ba7a15b2a80d57f47b)
     add 3d852039723 [v3-1-test] Update version of Grafana and statsd-exporter 
used for `--integration statsd` (#57855) (#57858)
     add e2f556c3d56 [v3-1-test] Configure uvicorn `timeout_worker_healthcheck` 
from worker-timeout CLI option (#57731) (#57854)
     add 538046160dc [v3-1-test] UI - Fix test connection (#57811) (#57852)
     add 08871efbb06 [v3-1-test] Add pause and unpause commands for dags 
(#57685) (#57714)
     add e1409454c99 [v3-1-test] Update release documentation for airflowctl 
and tarballs (#57337) (#57876)
     add 2a5da5199db [v3-1-test] Update release process for source tarballs 
prepared during release (#57364) (#57877)
     add 5baae778407 Revert "[v3-1-test] Fix text selection jumping in logs 
pane to match text edi…" (#57874)
     add 19f58e844bc [v3-1-test] Fix start-rc-process command test in CI 
(#57870) (#57875)
     add dab9b080ad0 [v3-1-test] Ensure `task` in the context is always 
correct. (#57884) (#57892)
     add 38a8789e86d Ensure that DB migrations handles all kinds of NaN values 
in historical xcoms (#57866) (#57893)
     add 7ddb8446d9d [v3-1-test] Don't fetch ImportError until modal opens. Use 
limit as 1 since the UI shows total_entries value and rest of the response is 
ignored. (#57624) (#57757)
     add fae343208f1 [v3-1-test] Fix pin-versions prek hook and upgrade hooks 
(#57857) (#57905)
     add 7514f119235 [v3-1-test] Improve preparation and verification of source 
tarballs (#57901) (#57906)
     add 249895e49ec [v3-1-test] Upgrade important versions in v3-1-test 
(#57908)
     add fa75fc64919 [v3-1-test] Bump prek, zizmor, go to fix the CI (#57930) 
(#57946)
     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 905de7f42cb [v3-1-test] Add number of queries guard for ui backfill 
(#57820) (cherry picked from commit 34dec40e70d21b77092ce5ba7a15b2a80d57f47b)

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   (f8b3fc81042)
            \
             N -- N -- N   refs/heads/backport-34dec40-v3-1-test (905de7f42cb)

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/actions/install-prek/action.yml            |    2 +-
 .github/workflows/basic-tests.yml                  |   32 +-
 .github/workflows/ci-amd-arm.yml                   |    9 +-
 .github/workflows/ci-notification.yml              |    5 -
 .pre-commit-config.yaml                            |   13 +-
 Dockerfile.ci                                      |    4 +-
 airflow-core/docs/best-practices.rst               |    2 +-
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              | 4432 ++++++++++----------
 airflow-core/pyproject.toml                        |    1 +
 .../src/airflow/cli/commands/api_server_command.py |    1 +
 .../src/airflow/jobs/scheduler_job_runner.py       |    6 +-
 ...49_3_0_0_remove_pickled_data_from_xcom_table.py |   31 +-
 .../src/pages/Dashboard/Stats/DAGImportErrors.tsx  |    2 +-
 .../pages/Dashboard/Stats/DAGImportErrorsModal.tsx |   14 +-
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |   25 +-
 .../airflow/ui/src/queries/useTestConnection.ts    |   12 +-
 airflow-core/src/airflow/ui/src/utils/query.ts     |    1 +
 .../api_fastapi/core_api/routes/ui/test_config.py  |    4 +-
 .../core_api/routes/ui/test_connections.py         |    4 +-
 .../core_api/routes/ui/test_dependencies.py        |   10 +-
 .../unit/cli/commands/test_api_server_command.py   |    2 +
 airflow-core/tests/unit/jobs/test_scheduler_job.py |   99 +
 airflow-ctl/RELEASE_NOTES.rst                      |    4 +-
 airflow-ctl/docs/images/command_hashes.txt         |    2 +-
 airflow-ctl/docs/images/output_dags.svg            |  122 +-
 airflow-ctl/src/airflowctl/api/client.py           |    1 +
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |   34 +
 .../src/airflowctl/ctl/commands/dag_command.py     |   74 +
 .../ctl/commands/test_config_command.py            |    2 +-
 .../airflow_ctl/ctl/commands/test_dag_command.py   |  139 +
 contributing-docs/08_static_code_checks.rst        |   10 +-
 dev/.pre-commit-config.yaml                        |   28 -
 dev/README_RELEASE_AIRFLOW.md                      |  162 +-
 dev/README_RELEASE_AIRFLOWCTL.md                   |  289 +-
 dev/README_RELEASE_PROVIDERS.md                    |  260 +-
 dev/breeze/doc/08_ci_tasks.rst                     |   20 +-
 dev/breeze/doc/09_release_management_tasks.rst     |   26 +-
 dev/breeze/doc/ci/02_images.md                     |    2 +-
 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 +
 .../doc/images/output_release-management.svg       |    2 +-
 .../doc/images/output_release-management.txt       |    2 +-
 ...anagement_prepare-airflow-ctl-distributions.svg |   22 +-
 ...anagement_prepare-airflow-ctl-distributions.txt |    2 +-
 ...se-management_prepare-airflow-distributions.svg |   22 +-
 ...se-management_prepare-airflow-distributions.txt |    2 +-
 ..._release-management_prepare-airflow-tarball.svg |  124 -
 ..._release-management_prepare-airflow-tarball.txt |    1 -
 ...e-management_prepare-provider-distributions.svg |   22 +-
 ...e-management_prepare-provider-distributions.txt |    2 +-
 ...e-management_prepare-provider-documentation.svg |    6 +-
 ...e-management_prepare-provider-documentation.txt |    2 +-
 .../output_release-management_prepare-tarball.svg  |  148 +
 .../output_release-management_prepare-tarball.txt  |    1 +
 ...e-management_prepare-task-sdk-distributions.svg |   22 +-
 ...e-management_prepare-task-sdk-distributions.txt |    2 +-
 .../output_setup_check-all-params-in-groups.svg    |    8 +-
 .../output_setup_check-all-params-in-groups.txt    |    2 +-
 .../output_setup_regenerate-command-images.svg     |   62 +-
 .../output_setup_regenerate-command-images.txt     |    2 +-
 dev/breeze/pyproject.toml                          |    2 +-
 .../src/airflow_breeze/commands/ci_commands.py     |  333 ++
 .../airflow_breeze/commands/ci_commands_config.py  |   11 +
 .../commands/release_candidate_command.py          |  123 +-
 .../commands/release_management_commands.py        |   88 +-
 .../commands/release_management_commands_config.py |   12 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   12 +-
 dev/breeze/uv.lock                                 | 1884 ++++-----
 devel-common/pyproject.toml                        |    2 +-
 scripts/ci/docker-compose/integration-statsd.yml   |    4 +-
 scripts/ci/prek/check_imports_in_providers.py      |    2 +-
 scripts/ci/prek/ruff_format.py                     |    2 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |    3 +
 .../task_sdk/execution_time/test_task_runner.py    |    1 +
 77 files changed, 4991 insertions(+), 3983 deletions(-)
 create mode 100644 airflow-ctl/src/airflowctl/ctl/commands/dag_command.py
 create mode 100644 
airflow-ctl/tests/airflow_ctl/ctl/commands/test_dag_command.py
 delete mode 100644 dev/.pre-commit-config.yaml
 create mode 100644 dev/breeze/doc/images/output_ci_upgrade.svg
 create mode 100644 dev/breeze/doc/images/output_ci_upgrade.txt
 delete mode 100644 
dev/breeze/doc/images/output_release-management_prepare-airflow-tarball.svg
 delete mode 100644 
dev/breeze/doc/images/output_release-management_prepare-airflow-tarball.txt
 create mode 100644 
dev/breeze/doc/images/output_release-management_prepare-tarball.svg
 create mode 100644 
dev/breeze/doc/images/output_release-management_prepare-tarball.txt

Reply via email to