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

jscheffl pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-49b11115b2
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit aae989fe3a2 Bump axios
     add c08d5a44ab9 docs: remove duplicate task failure permission entry 
(#61215)
     add 86e30f0fcde Update the heading for BigtableCreateTableOperator in docs 
(#61194)
     add 4b34c4206e1 Add 404 handling for non-existent Dag (#61131)
     add 975cfe62cd2 Fix language selector state not updating on change (#61060)
     add 57ecf77a7c0 Bump the core-ui-package-updates group across 1 directory 
with 2 updates (#61221)
     add cac9c0ba514 dag_processing: initialize versioned bundles for callbacks 
(#52040) (#60734)
     add 06ac23fe940 Bump axios
     add 11ce293546b Fix static checks

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   (aae989fe3a2)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-49b11115b2
 (11ce293546b)

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:
 .../auth/managers/simple/ui/package-lock.json      | 16 +++---
 .../auth/managers/simple/ui/package.json           |  4 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 36 ++++++-------
 airflow-core/src/airflow/dag_processing/manager.py | 30 +++++++++++
 .../src/airflow/dag_processing/processor.py        | 17 ++++---
 .../src/airflow/ui/public/i18n/locales/en/dag.json |  6 +++
 .../ui/src/layouts/Nav/LanguageSelector.tsx        | 24 +++++----
 airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx  |  7 +++
 .../src/pages/{Error.tsx => Dag/DagNotFound.tsx}   | 49 +++++-------------
 .../tests/unit/dag_processing/test_manager.py      | 59 ++++++++++++++++++++++
 .../tests/unit/dag_processing/test_processor.py    | 29 +++++++++++
 providers/edge3/www-hash.txt                       |  2 +-
 providers/fab/docs/auth-manager/access-control.rst |  1 -
 providers/google/docs/operators/cloud/bigtable.rst |  2 +-
 14 files changed, 201 insertions(+), 81 deletions(-)
 copy airflow-core/src/airflow/ui/src/pages/{Error.tsx => Dag/DagNotFound.tsx} 
(54%)

Reply via email to