This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-d2b6544b90
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 4a461cc162a Bump the core-ui-package-updates group across 1 directory
with 63 updates
add 7d4a80d8bda Fix typo in config key: missing_dag_retires ->
missing_dag_retries (#62087)
add a6907885e82 Fix `DepContext` mutation leak and restore
`reschedule-mode` guard (#62089)
add b2302e08cc1 [v3-1-test] Remove docs mentioning old, unsupported hybrid
executors (#62093) (#62096)
add a173777b9d8 [v3-1-test] Add missing ti.start and ti.finish metrics in
Airflow 3 (#62019) (#62110)
add a43f36f93c0 Do not dilute task failures with finalization errors
during execution (#62070) (#62113)
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 6afa79da5f0 Bump the core-ui-package-updates group across 1 directory
with 63 updates
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 (4a461cc162a)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-d2b6544b90
(6afa79da5f0)
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 ++--
.../production-deployment.rst | 6 -
airflow-core/docs/extra-packages-ref.rst | 4 +-
.../src/airflow/config_templates/config.yml | 2 +-
airflow-core/src/airflow/configuration.py | 1 +
airflow-core/src/airflow/models/taskinstance.py | 15 ++-
.../airflow/ti_deps/deps/ready_to_reschedule.py | 8 ++
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 34 ++---
.../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 +
.../src/airflow/ui/src/layouts/Nav/Nav.tsx | 5 +-
.../tests/unit/models/test_taskinstance.py | 23 ++++
.../ti_deps/deps/test_ready_to_reschedule_dep.py | 8 ++
chart/dockerfiles/pgbouncer-exporter/Dockerfile | 27 ++--
.../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 +
.../src/airflow/sdk/execution_time/task_runner.py | 23 +++-
.../task_sdk/execution_time/test_task_runner.py | 138 ++++++++++++++++++++-
47 files changed, 550 insertions(+), 308 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