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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-5e415639ae
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 8fadc2b1089 Bump the ui-plugin-template-package-updates group across 1 
directory with 22 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)
     add a8fa878f32b Bump the ui-plugin-template-package-updates group across 1 
directory with 22 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   (8fadc2b1089)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-5e415639ae
 (a8fa878f32b)

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              | 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/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 +-
 .../react_plugin_template/package.json             |   2 +-
 .../react_plugin_template/pnpm-lock.yaml           |  52 ++++----
 .../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, 245 insertions(+), 135 deletions(-)

Reply via email to