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

github-actions[bot] pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 48f88e2df14 fixup! [main] CI: Upgrade important CI environment
    omit c18be14edcf [main] CI: Upgrade important CI environment
     add d094fe92dc5 Remove redundant bundle pre-cleaning from triggerer and 
trigger_dag tests (#69446)
     add dfd1ea30527 Add expand/collapse all for Dag Run conf JSON in Dag Runs 
list (#69567)
     add a0e0ae1d068 Reduce DAG card tooltip controller overhead (#69681)
     add 7daad99dd26 Bump react-hotkeys-hook in /airflow-core/src/airflow/ui 
(#69723)
     add 650fc200761 Bump @stylistic/eslint-plugin in 
/airflow-core/src/airflow/ui (#69720)
     add 583369271f5 Fix generate-providers-metadata hang by using spawn pools 
(#69763)
     add 6bef6a5d2d4 Fix Azure Data Factory test broken by 
azure-mgmt-datafactory update (#69785)
     add e9052fe8ec3 Bump the uv-dependency-updates group across 1 directory 
with 5 updates (#69779)
     add b48259c1770 Bump the eslint group across 1 directory with 3 updates 
(#69778)
     add 8e623c4a8d0 Remove defensive bundle/team pre-cleaning from models 
tests (#69342)
     add fd7d535c3ff Prevent scheduler crash when process/thread are missing 
from log format (#69402)
     add 4f79cc10682 Add eval harness for testing AGENTS.md changes (#69308)
     add adc16e0e963 Fix Azure Data Factory async test on 
azure-mgmt-datafactory 10 (#69798)
     add 5d1e2043793 Add durable execution to `RedshiftDataOperator` (#69530)
     add 5368987164e [main] CI: Upgrade important CI environment

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   (48f88e2df14)
            \
             N -- N -- N   refs/heads/ci-upgrade-main (5368987164e)

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:
 .pre-commit-config.yaml                            |  37 ++
 .rat-excludes                                      |   1 +
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   2 +-
 airflow-core/pyproject.toml                        |   2 +-
 airflow-core/src/airflow/ui/package.json           |  10 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 289 ++++++++-----
 .../src/airflow/ui/src/mocks/handlers/dag_runs.ts  |   2 +-
 .../airflow/ui/src/pages/DagRuns/DagRuns.test.tsx  |  44 +-
 .../src/airflow/ui/src/pages/DagRuns/DagRuns.tsx   |  21 +-
 .../airflow/ui/src/pages/DagsList/DagCard.test.tsx |  32 +-
 .../airflow/ui/src/pages/DagsList/RecentRuns.tsx   | 135 +++---
 .../tests/unit/api/common/test_trigger_dag.py      |   1 -
 airflow-core/tests/unit/jobs/test_triggerer_job.py |   1 -
 .../tests/unit/models/test_connection_test.py      |   1 -
 airflow-core/tests/unit/models/test_dag.py         |   5 -
 airflow-core/tests/unit/models/test_dag_version.py |   1 -
 airflow-core/tests/unit/models/test_dagbundle.py   |   4 -
 airflow-core/tests/unit/models/test_dagrun.py      |   1 -
 airflow-core/tests/unit/models/test_deadline.py    |   8 -
 airflow-core/tests/unit/models/test_xcom.py        |   1 +
 airflow-ctl-tests/pyproject.toml                   |   2 +-
 airflow-ctl/pyproject.toml                         |   2 +-
 airflow-e2e-tests/pyproject.toml                   |   2 +-
 chart/pyproject.toml                               |   2 +-
 clients/python/pyproject.toml                      |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../commands/release_management_commands.py        |  13 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../airflow_breeze/utils/provider_dependencies.py  |   9 +-
 dev/breeze/uv.lock                                 | 472 +++++++++++----------
 dev/mypy/pyproject.toml                            |   2 +-
 dev/pyproject.toml                                 |   2 +-
 dev/registry/pyproject.toml                        |   2 +-
 dev/skill-evals/README.md                          | 151 +++++++
 dev/skill-evals/cases/newsfragment.yaml            |  89 ++++
 dev/skill-evals/eval.py                            | 391 +++++++++++++++++
 dev/skill-evals/last-eval-hash.txt                 |   3 +
 devel-common/pyproject.toml                        |   2 +-
 docker-stack-docs/pyproject.toml                   |   2 +-
 docker-tests/pyproject.toml                        |   2 +-
 kubernetes-tests/pyproject.toml                    |   2 +-
 providers-summary-docs/pyproject.toml              |   2 +-
 .../docs/operators/redshift/redshift_data.rst      |  42 ++
 .../amazon/aws/operators/redshift_data.py          | 113 ++++-
 .../amazon/aws/operators/test_redshift_data.py     | 209 ++++++++-
 providers/common/ai/pyproject.toml                 |   2 +-
 providers/edge3/pyproject.toml                     |   2 +-
 providers/fab/pyproject.toml                       |   2 +-
 .../microsoft/azure/hooks/test_data_factory.py     |  10 +-
 pyproject.toml                                     |   4 +-
 scripts/ci/prek/check_eval_hash.py                 | 103 +++++
 scripts/ci/prek/check_extra_packages_ref.py        |   2 +-
 scripts/pyproject.toml                             |   2 +-
 scripts/tests/ci/prek/test_check_eval_hash.py      | 129 ++++++
 scripts/tools/setup_breeze                         |   2 +-
 shared/configuration/pyproject.toml                |   2 +-
 shared/dagnode/pyproject.toml                      |   2 +-
 shared/listeners/pyproject.toml                    |   2 +-
 shared/logging/pyproject.toml                      |   2 +-
 .../airflow_shared/logging/percent_formatter.py    |   6 +
 .../tests/logging/test_percent_formatter.py        |  18 +
 shared/module_loading/pyproject.toml               |   2 +-
 shared/observability/pyproject.toml                |   2 +-
 shared/plugins_manager/pyproject.toml              |   2 +-
 shared/providers_discovery/pyproject.toml          |   2 +-
 shared/secrets_backend/pyproject.toml              |   2 +-
 shared/secrets_masker/pyproject.toml               |   2 +-
 shared/serialization/pyproject.toml                |   2 +-
 shared/state/pyproject.toml                        |   2 +-
 shared/template_rendering/pyproject.toml           |   2 +-
 shared/timezones/pyproject.toml                    |   2 +-
 task-sdk-integration-tests/pyproject.toml          |   2 +-
 task-sdk/pyproject.toml                            |   2 +-
 uv.lock                                            | 230 +++++-----
 76 files changed, 2066 insertions(+), 602 deletions(-)
 create mode 100644 dev/skill-evals/README.md
 create mode 100644 dev/skill-evals/cases/newsfragment.yaml
 create mode 100755 dev/skill-evals/eval.py
 create mode 100644 dev/skill-evals/last-eval-hash.txt
 create mode 100755 scripts/ci/prek/check_eval_hash.py
 create mode 100644 scripts/tests/ci/prek/test_check_eval_hash.py

Reply via email to