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

jscheffl pushed a change to branch ci-upgrade-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 7fffbda5c11 [v3-2-test] CI: Upgrade important CI environment
     add 6cde381f810 [v3-2-test] UI: Return 400 instead of 500 from 
structure_data on malformed asset_expression (#67489) (#67849)
     add d5620a47b56 [v3-2-test] Aggregate CI-image dependency groups so 
providers can register non-default extras with a one-line change (#67130) 
(#67139)
     add cb5a95e247c [v3-2-test] Gate LINE_THRESHOLD on production-code churn 
only (#67722) (#67728)
     add 6226a56bd0f [v3-2-test] CI: Upgrade important CI environment
     add 0bf38c259a7 Fix ruff exception
     add 0aa37e249eb Neutralized tests from httpx version
     add ec7aba77c1a Switch from breeze shell to breeze run to prevent 
container concurrency and port conflicts when running from prek

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   (7fffbda5c11)
            \
             N -- N -- N   refs/heads/ci-upgrade-v3-2-test (ec7aba77c1a)

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:
 Dockerfile                                         | 12 ++--
 Dockerfile.ci                                      | 12 ++--
 airflow-core/newsfragments/64207.significant.rst   |  1 +
 .../api_fastapi/core_api/datamodels/ui/deadline.py |  4 +-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  | 15 +++--
 .../api_fastapi/core_api/routes/ui/structure.py    | 19 +++++--
 airflow-core/src/airflow/models/serialized_dag.py  | 39 ++++++++++---
 airflow-core/src/airflow/serialization/decoders.py |  1 +
 .../airflow/serialization/definitions/deadline.py  |  2 +
 airflow-core/src/airflow/serialization/encoders.py |  1 +
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts | 11 ++--
 .../ui/openapi-gen/requests/services.gen.ts        |  1 +
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  6 +-
 .../core_api/routes/public/test_dag_sources.py     |  2 -
 .../core_api/routes/ui/test_deadlines.py           | 12 ++--
 .../core_api/routes/ui/test_structure.py           | 25 +++++++++
 .../execution_api/versions/head/test_xcoms.py      | 34 +++++------
 .../tests/unit/models/test_deadline_alert.py       |  4 --
 .../tests/unit/models/test_serialized_dag.py       | 62 +++++++++++++++++++++
 contributing-docs/12_provider_distributions.rst    | 43 ++++++++++++++
 .../utils/constraints_version_check.py             |  8 +--
 .../src/airflow_breeze/utils/selective_checks.py   | 52 ++++++++++++++---
 dev/breeze/tests/test_selective_checks.py          | 60 ++++++++++++++++++++
 pyproject.toml                                     | 13 +++++
 scripts/ci/prek/AGENTS.md                          |  4 +-
 scripts/ci/prek/capture_airflowctl_help.py         |  4 +-
 scripts/ci/prek/check_default_configuration.py     |  4 +-
 scripts/ci/prek/check_imports_in_providers.py      |  4 +-
 scripts/ci/prek/check_provider_yaml_files.py       |  4 +-
 scripts/ci/prek/check_schema_defaults.py           |  4 +-
 scripts/ci/prek/check_template_fields.py           |  4 +-
 scripts/ci/prek/common_prek_utils.py               | 65 +++++++++++++++++++++-
 scripts/ci/prek/generate_openapi_spec.py           |  4 +-
 scripts/ci/prek/generate_openapi_spec_providers.py |  4 +-
 scripts/ci/prek/migration_reference.py             |  4 +-
 scripts/ci/prek/migration_round_trip.py            |  4 +-
 scripts/ci/prek/mypy.py                            |  4 +-
 scripts/ci/prek/mypy_folder.py                     |  4 +-
 ...un_mypy_full_dist_local_venv_or_breeze_in_ci.py |  4 +-
 .../docker/install_airflow_when_building_images.sh | 12 ++--
 .../observability/metrics/otel_logger.py           | 58 +++++++++++++++++--
 .../observability/metrics/test_otel_logger.py      | 47 +++++++++++-----
 task-sdk/src/airflow/sdk/definitions/deadline.py   |  2 +
 task-sdk/src/airflow/sdk/definitions/taskgroup.py  |  4 ++
 .../airflow/sdk/execution_time/callback_runner.py  |  2 +-
 .../tests/task_sdk/definitions/test_taskgroup.py   | 25 +++++++++
 46 files changed, 570 insertions(+), 140 deletions(-)
 create mode 100644 airflow-core/newsfragments/64207.significant.rst

Reply via email to