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/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-79efc081e4
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 47e3fe08dfa Bump the core-ui-package-updates group across 1 directory 
with 11 updates
     add 513622e40b2 Show not supported exception for SyncCallback at Dag 
author time (#55390)
     add a05a310a51e Add missing translations for PL 2025-09-08 (#55397)
     add 068f3fce84e Feature/edge maintenance plugin beautification (#55348)
     add 1722ec0d285 Complete Arabic translation 2025-09-08 (#55384)
     add 6bd70bd3f34 Bump trove-classifiers from 2025.8.26.11 to 2025.9.8.13 
(#55385)
     add b2a2e787381 Bump trove-classifiers from 2025.8.26.11 to 2025.9.8.13 in 
/airflow-core (#55387)
     add b978e8bf128 modify python path to sys executable (#55367)
     add 7ef251d0b62 Close German translation gaps for full UI translation 
2025-09-08 (#55395)
     add a697d78310c feat(i18n): add missing Taiwanese Mandarin translation 
(#55401)
     add cde507afbaf Make `batch_is_authorized_` methods team aware (#55306)
     add 7b002727a1a Bump the core-ui-package-updates group across 1 directory 
with 11 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   (47e3fe08dfa)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-79efc081e4
 (7b002727a1a)

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/pyproject.toml                        |   2 +-
 .../core_api/routes/public/import_error.py         |   8 +-
 .../src/airflow/api_fastapi/core_api/security.py   | 123 +++++++++++------
 airflow-core/src/airflow/models/connection.py      |  12 ++
 airflow-core/src/airflow/models/dag.py             |  11 ++
 airflow-core/src/airflow/models/pool.py            |   8 ++
 airflow-core/src/airflow/models/variable.py        |  10 ++
 .../airflow/ui/public/i18n/locales/ar/common.json  |   1 +
 .../src/airflow/ui/public/i18n/locales/ar/dag.json |   1 +
 .../airflow/ui/public/i18n/locales/de/common.json  |   3 +-
 .../airflow/ui/public/i18n/locales/pl/common.json  |   3 +-
 .../ui/public/i18n/locales/zh-TW/common.json       |   4 +-
 .../airflow/ui/public/i18n/locales/zh-TW/dag.json  |   3 +
 .../airflow/ui/public/i18n/locales/zh-TW/hitl.json |   2 +
 airflow-core/src/airflow/ui/src/main.tsx           |   4 +-
 .../core_api/routes/public/test_import_error.py    |  29 +++-
 .../unit/api_fastapi/core_api/test_security.py     |  31 +++--
 airflow-core/tests/unit/models/test_connection.py  |  15 +++
 airflow-core/tests/unit/models/test_dag.py         |  48 +++++++
 airflow-core/tests/unit/models/test_pool.py        |   9 ++
 airflow-core/tests/unit/models/test_variable.py    |   9 ++
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |  51 ++++---
 .../www/src/components/MaintenanceEnterButton.tsx  | 101 ++++++++++++++
 .../www/src/components/MaintenanceExitButton.tsx   |  61 +++++++++
 .../plugins/www/src/components/OperationsCell.tsx  | 147 ---------------------
 .../www/src/components/WorkerOperations.tsx        |  65 +++++++++
 .../www/src/components/ui}/createToaster.ts        |   0
 .../edge3/plugins/www/src/components/ui/index.ts   |   1 +
 .../edge3/plugins/www/src/pages/WorkerPage.tsx     |  54 +-------
 .../providers/edge3/plugins/www/vite.config.ts     |   1 +
 .../providers/edge3/worker_api/routes/ui.py        |  12 +-
 providers/edge3/www-hash.txt                       |   2 +-
 pyproject.toml                                     |   2 +-
 .../in_container/run_check_imports_in_providers.py |   2 +-
 task-sdk/src/airflow/sdk/definitions/deadline.py   |   3 +
 .../tests/task_sdk/definitions/test_deadline.py    |   8 ++
 36 files changed, 562 insertions(+), 284 deletions(-)
 create mode 100644 
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/MaintenanceEnterButton.tsx
 create mode 100644 
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/MaintenanceExitButton.tsx
 delete mode 100644 
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/OperationsCell.tsx
 create mode 100644 
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/WorkerOperations.tsx
 copy {airflow-core/src/airflow/ui/src/components/ui/Toaster => 
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/ui}/createToaster.ts
 (100%)

Reply via email to