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

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


 discard 99bc6fa7560 [v3-1-test] [DOCS] Extension on System Tests, documenting 
dag.test() (#59390)
     add 998583ce449 [v3-1-test] Add data-testid attributes to UI components 
(#61874) (#62134)
     add 8dbdd31fc25 [v3-1-test] Allow to use short SPDX licence identifier for 
selected files (#62073) (#62100)
     add 7fa6f493dfe [v3-1-test] Add empty version suffix when preparing 
distributions by PMC members (#61352) (#61386)
     add cb2e091565d [v3-1-test] Exclude unnecessary ui build artifacts from 
wheel (#61335) (#61397)
     add 6d510bf83b6 [v3-1-test] Bump python 3.13 to 3.13.12 (#61425) (#61429)
     add 6254fa6a8b7 [v3-1-test] Fix deferrable sensors not respecting 
soft_fail on timeout (#61132) (#61421)
     add 118a80eab46 [v3-1-test] Update Helm chart release guide (#62095) 
(#62099)
     add 8365cb789cc [v3-1-test] perf: optimize grid view refresh pressure on 
the API (#62085) (#62135)
     add 741476629b1 [v3-1-test] Use start_date and end_date to calculate 
duration when duration is null for running taskinstance (#61898) (#62136)
     add 91d920a1b8a [v3-1-test] [DOCS] Extension on System Tests, documenting 
dag.test() (#59390)

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   (99bc6fa7560)
            \
             N -- N -- N   refs/heads/backport-b0355f9-v3-1-test (91d920a1b8a)

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:
 .gitattributes                                     |  8 ++-
 .github/PULL_REQUEST_TEMPLATE.md                   |  1 +
 .github/SECURITY.md                                | 19 +-------
 .pre-commit-config.yaml                            | 54 +++++++++++++++++---
 AGENTS.md                                          | 20 +-------
 Dockerfile                                         | 26 +++++-----
 Dockerfile.ci                                      | 26 +++++-----
 airflow-core/pyproject.toml                        |  6 +--
 .../ui/src/components/ConfirmationModal.tsx        |  9 +++-
 .../src/airflow/ui/src/components/DeleteDialog.tsx | 18 +++++--
 .../src/airflow/ui/src/components/Time.tsx         |  1 +
 .../src/airflow/ui/src/components/TogglePause.tsx  |  1 +
 .../airflow/ui/src/components/TrendCountButton.tsx |  1 +
 .../airflow/ui/src/components/TrendCountChart.tsx  |  2 +-
 .../airflow/ui/src/components/TruncatedText.tsx    |  1 +
 .../src/airflow/ui/src/components/WarningAlert.tsx |  2 +-
 .../src/airflow/ui/src/layouts/BaseLayout.tsx      |  1 +
 .../layouts/Details/Grid/TaskInstancesColumn.tsx   |  9 +++-
 .../src/airflow/ui/src/layouts/Nav/Nav.tsx         |  5 +-
 .../airflow/ui/src/pages/TaskInstance/Header.tsx   | 11 ++++-
 .../airflow/ui/src/queries/useGridTISummaries.ts   |  9 +++-
 chart/dockerfiles/pgbouncer-exporter/Dockerfile    | 27 +++++-----
 dev/README_RELEASE_AIRFLOW.md                      |  8 +--
 dev/README_RELEASE_AIRFLOWCTL.md                   |  2 +-
 dev/README_RELEASE_HELM_CHART.md                   | 37 ++++++++------
 .../extending/add-airflow-configuration/Dockerfile | 26 +++++-----
 .../extending/add-apt-packages/Dockerfile          | 26 +++++-----
 .../add-build-essential-extend/Dockerfile          | 26 +++++-----
 .../extending/add-providers/Dockerfile             | 26 +++++-----
 .../add-pypi-packages-constraints/Dockerfile       | 26 +++++-----
 .../extending/add-pypi-packages-uv/Dockerfile      | 26 +++++-----
 .../extending/add-pypi-packages/Dockerfile         | 26 +++++-----
 .../extending/add-requirement-packages/Dockerfile  | 26 +++++-----
 .../extending/custom-providers/Dockerfile          | 26 +++++-----
 .../extending/embedding-dags/Dockerfile            | 26 +++++-----
 .../extending/writable-directory/Dockerfile        | 26 +++++-----
 .../docker-images-recipes/gcloud.Dockerfile        | 27 +++++-----
 .../docker-images-recipes/go-beam.Dockerfile       | 27 +++++-----
 .../docker-images-recipes/hadoop.Dockerfile        | 27 +++++-----
 scripts/ci/license-templates/SHORT_LICENSE.md      |  1 +
 scripts/ci/license-templates/SHORT_LICENSE.rst     |  2 +
 scripts/ci/license-templates/SHORT_LICENSE.txt     |  2 +
 task-sdk/src/airflow/sdk/bases/sensor.py           | 13 +++--
 task-sdk/tests/task_sdk/bases/test_sensor.py       | 57 ++++++++++++++++++++++
 44 files changed, 455 insertions(+), 291 deletions(-)
 create mode 100644 scripts/ci/license-templates/SHORT_LICENSE.md
 create mode 100644 scripts/ci/license-templates/SHORT_LICENSE.rst
 create mode 100644 scripts/ci/license-templates/SHORT_LICENSE.txt

Reply via email to