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/core-ui-package-updates-ba8dea0799
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 7c82682890f Bump the core-ui-package-updates group across 1 directory 
with 56 updates
     add e6448226ed5 Fix Enum-str interpolation in callback metrics in Python 
3.11+ (#58168)
     add da0940431b3 fix(migration): disable sqlite fkeys (#58130)
     add f9b0ca76018 Fix location of comment in dags_needing_dagruns (#58173)
     add e615354e34f Create additional users in breeze for testing (#58126)
     add 9ba09f3e072 Add HTTP URL authentication support to GitHook (#58194)
     new 9ebb362009a Bump the core-ui-package-updates group across 1 directory 
with 56 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   (7c82682890f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-ba8dea0799
 (9ebb362009a)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow-core/docs/img/airflow_erd.sha256           |   2 +-
 airflow-core/docs/img/airflow_erd.svg              | 142 +++++++++----------
 .../0082_3_1_0_make_bundle_name_not_nullable.py    |  15 +-
 airflow-core/src/airflow/models/callback.py        |   5 +-
 airflow-core/src/airflow/models/dag.py             |   8 +-
 airflow-core/src/airflow/ui/package.json           |   4 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 154 ++++++++++-----------
 airflow-core/tests/unit/models/test_callback.py    |   6 +-
 dev/breeze/doc/03_developer_tasks.rst              |  38 ++++-
 dev/breeze/doc/images/output_start-airflow.svg     |  40 +++---
 dev/breeze/doc/images/output_start-airflow.txt     |   2 +-
 .../airflow_breeze/commands/developer_commands.py  |   9 ++
 .../commands/developer_commands_config.py          |   4 +-
 .../files/simple_auth_manager_passwords.json       |   2 +-
 .../src/airflow_breeze/params/shell_params.py      |   6 +-
 .../git/src/airflow/providers/git/hooks/git.py     |   5 +
 providers/git/tests/unit/git/hooks/test_git.py     |  30 ++++
 scripts/in_container/check_environment.sh          |  12 +-
 18 files changed, 297 insertions(+), 187 deletions(-)

Reply via email to