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

jscheffl pushed a change to branch revert-51998-revert-edge-fab
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 32ec3e12a9f Revert "Revert "Remove FAB dependency from Edge3 Provider 
(#51995)" (#51998)"
     add 6eca233fbab Dont use builtin len as varibale (#51992)
     add 1d4c1ae2c78 fix(azure): check account_key before 
DefaultAzureCredential (#51999)
     add 9312746ac97 fix `conn_name_attr` (#51948)
     add cf65598b8d9 Bump the core-ui-package-updates group across 1 directory 
with 44 updates (#51942)
     add c27ec6d2eb9 Document EdgeExecutor migration from 
`internal_api_secret_key` to `jwt_secret` (#51905)
     add efd0fca77b0 Revert "Revert "Remove FAB dependency from Edge3 Provider 
(#51995)" (#51998)"
     add c3dff4978ec Attempt to pushup import to remove DB problems in pytests

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   (32ec3e12a9f)
            \
             N -- N -- N   refs/heads/revert-51998-revert-edge-fab (c3dff4978ec)

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:
 .../src/airflow/jobs/triggerer_job_runner.py       |    8 +-
 airflow-core/src/airflow/ui/package.json           |   88 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 4815 +++++++++-----------
 providers/edge3/docs/deployment.rst                |    6 +-
 providers/edge3/docs/install_on_windows.rst        |    4 +-
 .../edge3/plugins/edge_executor_plugin.py          |    3 +-
 .../microsoft/azure/docs/connections/wasb.rst      |    8 +-
 providers/microsoft/azure/docs/logging/index.rst   |    2 +-
 .../microsoft/azure/newsfragments/51944.bugfix.rst |    1 +
 .../providers/microsoft/azure/hooks/base_azure.py  |    2 +-
 .../providers/microsoft/azure/hooks/wasb.py        |   45 +-
 .../tests/unit/microsoft/azure/hooks/test_wasb.py  |   19 +
 task-sdk/src/airflow/sdk/execution_time/comms.py   |   12 +-
 13 files changed, 2243 insertions(+), 2770 deletions(-)
 create mode 100644 providers/microsoft/azure/newsfragments/51944.bugfix.rst

Reply via email to