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

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


    omit f04dc974311 [v3-2-test] Fix None child state rendering in UI (#67552)
     add 24edb9f405c [v3-2-test] CI: Run CodeQL only on languages changed in a 
pull request (#67972) (#68024)
     add 35bcd15cfd9 [v3-2-test] Fix CI/CD running full matrix on push to 
release branches (v3-X-test) (#68056)
     add 9db4e423b00 Bump aws-actions/configure-aws-credentials (#68090)
     add 41c49e23904 [v3-2-test] fix: guard the to.finish stats emission 
(#67955) (#68099)
     add 4af2a3a49e1 [v3-2-test] Only force the full test matrix on API changes 
when the contract changes (#68060) (#68084)
     add ab00e0bc79c Revert "[v3-2-test] Fix CI/CD running full matrix on push 
to release branches (v3-X-test) (#68056)" (#68121)
     add c22c8c454ba [v3-2-test] Exclude auto-generated REST API reference from 
docs spell-check (#68114) (#68119)
     add 8130d247a5c [v3-2-test] Fix LatestBoto CI test stuck at boto3 1.38.2 
(below provider minimum) (#68122) (#68128)
     add 17fcd5627aa Updated verbiage for backfill runs being deprioritized 
(#67338) (#68135)
     add e4d251cf799 [v3-2-test] Hide Dashboard metric percentages when a state 
count is capped (#67664) (#68126)
     add 9d2c5889788 Remove large-PR heuristic from selective checks (#68109) 
(#68145)
     add 93c975a3682 [v3-2-test] Fix DagFileProcessorManager silent hang on DB 
lock contention (#68118) (#68155)
     add 08a1feb8e6d [v3-2-test] Fix AirflowSDKConfigParser missing 
mask_secrets method (#66077) (#68158)
     add 84565b27fa2 [v3-2-test] Fix K8s executor pod_override stringified 
without cncf provider (#67895) (#68157)
     add 707010a2520 [v3-2-test] fixed sort order for mapped task instances 
(#67551) (#68164)
     add 48bfe4c7899 Improve standalone authentication documentation for 
Airflow 3.x (#65330) (#68173)
     add 43bb958c802 [v3-2-test] Write newline after provider dependency 
changes to shasum file (#68170) (#68181)
     add 4bd78560d75 Remove overhead (and instability) to use Docker to cleanup 
repo (#68179) (#68189)
     add 2f8f97c96c0 [v3-2-test] Fix None child state rendering in UI (#67552)

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   (f04dc974311)
            \
             N -- N -- N   refs/heads/backport-f822744-v3-2-test (2f8f97c96c0)

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/additional-ci-image-checks.yml   |   2 +-
 .github/workflows/additional-prod-image-tests.yml  |   8 +-
 .github/workflows/airflow-distributions-tests.yml  |   2 +-
 .github/workflows/airflow-e2e-tests.yml            |   2 +-
 .github/workflows/basic-tests.yml                  |  10 +-
 .github/workflows/ci-amd.yml                       |   8 +-
 .github/workflows/ci-arm.yml                       |   8 +-
 .github/workflows/ci-image-build.yml               |   2 +-
 .github/workflows/ci-image-checks.yml              |  10 +-
 .github/workflows/codeql-analysis.yml              |  46 ++-
 .github/workflows/finalize-tests.yml               |   4 +-
 .github/workflows/generate-constraints.yml         |   2 +-
 .github/workflows/helm-tests.yml                   |   4 +-
 .github/workflows/integration-system-tests.yml     |   6 +-
 .github/workflows/k8s-tests.yml                    |   2 +-
 .github/workflows/prod-image-build.yml             |   4 +-
 .github/workflows/publish-docs-to-s3.yml           |   6 +-
 .github/workflows/push-image-cache.yml             |   4 +-
 .github/workflows/registry-backfill.yml            |   4 +-
 .github/workflows/registry-build.yml               |   2 +-
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 .../workflows/release_single_dockerhub_image.yml   |   4 +-
 .github/workflows/run-unit-tests.yml               |   2 +-
 .github/workflows/test-providers.yml               |   4 +-
 .github/workflows/ui-e2e-tests.yml                 |   2 +-
 .../update-constraints-on-push-stable.yml          |   4 +-
 .github/workflows/update-constraints-on-push.yml   |   4 +-
 Dockerfile.ci                                      |   6 +-
 airflow-core/docs/conf.py                          |   6 +-
 airflow-core/docs/start.rst                        |  28 +-
 .../src/airflow/api_fastapi/common/cursors.py      |  23 +-
 .../src/airflow/api_fastapi/common/parameters.py   |  26 +-
 .../core_api/openapi/v2-rest-api-generated.yaml    |  12 +-
 .../core_api/routes/public/task_instances.py       |   9 +
 airflow-core/src/airflow/dag_processing/manager.py |  68 +++--
 .../airflow/serialization/serialized_objects.py    |  14 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |   4 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |   4 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |   4 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |   4 +-
 .../ui/openapi-gen/requests/services.gen.ts        |   4 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   4 +-
 .../ui/public/i18n/locales/en/components.json      |   1 +
 .../ui/src/components/Banner/BackfillBanner.tsx    |   8 +-
 .../src/components/DagActions/RunBackfillForm.tsx  |   1 +
 .../Dashboard/HistoricalMetrics/DagRunMetrics.tsx  |   5 +
 .../Dashboard/HistoricalMetrics/MetricSection.tsx  |   5 +-
 .../HistoricalMetrics/TaskInstanceMetrics.tsx      |   5 +
 airflow-core/src/airflow/utils/sqlalchemy.py       |  49 +++-
 .../tests/unit/api_fastapi/common/test_cursors.py  |  20 ++
 .../core_api/routes/public/test_task_instances.py  | 113 +++++++-
 .../tests/unit/dag_processing/test_manager.py      |  56 ++++
 .../unit/serialization/test_serialized_objects.py  |  35 ++-
 .../airflow_breeze/utils/provider_dependencies.py  |   2 +-
 .../src/airflow_breeze/utils/selective_checks.py   | 112 +-------
 dev/breeze/tests/test_selective_checks.py          | 309 ++++++++-------------
 scripts/docker/entrypoint_ci.sh                    |   6 +-
 task-sdk/src/airflow/sdk/configuration.py          |  41 +++
 .../src/airflow/sdk/execution_time/task_runner.py  |  19 +-
 .../task_sdk/execution_time/test_task_runner.py    |  37 +++
 task-sdk/tests/task_sdk/test_configuration.py      |  27 ++
 61 files changed, 798 insertions(+), 427 deletions(-)

Reply via email to