This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit cdcc715c0ca Bump the core-ui-package-updates group across 1 directory
with 85 updates
add ba5ed0e978a Add .gitignores for Airflow 3 dirs
add 7232ea1b9e5 Align timers and timing metrics (ms) across all metrics
loggers (#39908)
add 4f68b5aa82c Refactor & rename `metrics_consistency_on` conf to
`timer_unit_consistency` (#43966)
add 1cc1ff42e4c Bump trove-classifiers from 2025.4.11.15 to 2025.4.28.22
(#49973)
add cd0d921ed0a Bump the core-ui-package-updates group across 1 directory
with 85 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 (cdcc715c0ca)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow/www/v2-10-test/core-ui-package-updates-bb903f413e
(cd0d921ed0a)
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:
.gitignore | 4 +
airflow/config_templates/config.yml | 18 ++++
airflow/metrics/datadog_logger.py | 15 ++-
airflow/metrics/otel_logger.py | 14 ++-
airflow/metrics/protocols.py | 16 ++-
airflow/models/taskinstance.py | 18 +++-
airflow/www/package.json | 16 +--
airflow/www/yarn.lock | 175 +++++++++++++++++----------------
generated/.gitignore | 5 +
newsfragments/39908.significant.rst | 11 +++
pyproject.toml | 2 +-
tests/_internals/forbidden_warnings.py | 5 +
tests/core/test_otel_logger.py | 64 ++++++++++--
tests/core/test_stats.py | 30 +++++-
14 files changed, 278 insertions(+), 115 deletions(-)
create mode 100644 generated/.gitignore
create mode 100644 newsfragments/39908.significant.rst