This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-362d2cd86d
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 2e70b6a4b0a Bump stylelint
add 63de5115611 airflow-provider-slack: avoid secret false positive from
trivy. (#54504)
add ab6ebf750c7 CI: Update blacken-docs rev version in pre-commit file
(#55394)
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 847fde562cc Bump stylelint
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 (2e70b6a4b0a)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-362d2cd86d
(847fde562cc)
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:
.pre-commit-config.yaml | 4 +-
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 +-
.../src/airflow/providers/slack/hooks/slack.py | 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 ++
38 files changed, 565 insertions(+), 287 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%)