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 5a723e5c8bf Bump the core-ui-package-updates group across 1 directory 
with 63 updates
     add f8c64937ff5 [v3-1-test] Run hatch always in a clean env (#61970) 
(#62051)
     add bb003741ee7 [v3-1-test] Flush in-memory OTel metrics at process 
shutdown (#61808) (#61869)
     add 615720236d6 [v3-1-test] Fix scheduler heartbeat misses caused by slow 
reschedule dependency check (#61983) (#62068)
     add 4a461cc162a 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   (5a723e5c8bf)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-d2b6544b90
 (4a461cc162a)

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:
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              | 4758 +++++++++-----------
 airflow-core/docs/migrations-ref.rst               |    4 +-
 airflow-core/src/airflow/metrics/otel_logger.py    |   13 +
 ...086_3_1_8_add_index_to_task_reschedule_ti_id.py |   76 +
 airflow-core/src/airflow/models/taskreschedule.py  |    3 +
 airflow-core/src/airflow/stats.py                  |   29 +
 airflow-core/src/airflow/ui/package.json           |    4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |   36 +-
 airflow-core/src/airflow/utils/db.py               |    1 +
 airflow-core/tests/integration/otel/test_otel.py   |  104 +
 airflow-core/tests/unit/core/test_otel_logger.py   |   55 +
 .../commands/release_candidate_command.py          |    5 +-
 .../commands/release_management_commands.py        |   17 +-
 .../src/tests_common/test_utils/otel_utils.py      |   68 +-
 .../run_prepare_airflow_distributions.py           |    7 +-
 16 files changed, 2621 insertions(+), 2561 deletions(-)
 create mode 100644 
airflow-core/src/airflow/migrations/versions/0086_3_1_8_add_index_to_task_reschedule_ti_id.py

Reply via email to