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

github-bot pushed a change to branch 
dependabot/uv/dev/breeze/uv-dependency-updates-246a45b7d3
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 3e2a2a4d61c Bump the uv-dependency-updates group across 1 directory 
with 2 updates
     add 746f23bad8b Add jscheffl for K8s provider as codeowner (#60612)
     add 7524107bf5c feature:Trigger form missing "Select Recent 
Configurations" from airflow 2 (#56406)
     add 001f0e212a7 [DOCS] fix link of colima installation guide (#60625)
     add 56517d7ebeb Increase retry interval and maximum retries for remote 
logging tests (#60629)
     add bf02cf86b34 Update Dutch translations (2026-01-15) (#60608)
     add 6e97e25d27f i18n(zh-TW): add missing translations (#60631)
     add f59198a6db8 Move row count and display toggle into DataTable (#57680)
     add fdd12cfde23 Remove API error from disabling submit (#60473)
     add e1c6d265eeb Grey out trigger button on API 403 (#60648)
     add 9efa6ccbaa4 Fix BaseAzureServiceBusTrigger importing 
AIRFLOW_V_3_0_PLUS from wrong module (#60644)
     add f1b00023248 Revert exclusion of deltalake 1.3.1 as aarch64 binaries 
are available now (#60611)
     add 371d26c27d5 Remove duplicate 'libgdbm-dev' from 
install_os_dependencies (#60642)
     add 3b92ee2dca8 Bump the core-ui-package-updates group across 1 directory 
with 4 updates (#60653)
     add 8cd4e57e2dc Add team to Executor repr (#60656)
     add f6789d3843b Revert "Add 'ignore_if_missing' to 
DataprocDeleteClusterOperator (#60433)" (#60623)
     add 1f3f3f2a942 issue-6044: Updating Databricks API endpoints to 
appropriate versions (#60647)
     add 7fc10599c0e Cleanup leftover AppBuilder Templates in Edge Plugin 
(#60669)
     add 227ab30dba1 Bump pyasn1 from 0.6.1 to 0.6.2 in /dev/breeze (#60667)
     add 1c179dbc8f7 Bump the uv-dependency-updates group across 1 directory 
with 2 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   (3e2a2a4d61c)
            \
             N -- N -- N   
refs/heads/dependabot/uv/dev/breeze/uv-dependency-updates-246a45b7d3 
(1c179dbc8f7)

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:
 .github/CODEOWNERS                                 |  11 +-
 Dockerfile                                         |   1 -
 Dockerfile.ci                                      |   1 -
 .../auth/managers/simple/ui/package-lock.json      | 136 +++++++---------
 .../auth/managers/simple/ui/package.json           |   6 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  71 ++++-----
 .../src/airflow/executors/base_executor.py         |   6 +-
 .../ui/public/i18n/locales/en/components.json      |   1 +
 .../airflow/ui/public/i18n/locales/nl/admin.json   |   6 +
 .../airflow/ui/public/i18n/locales/nl/assets.json  |   2 +
 .../airflow/ui/public/i18n/locales/nl/browse.json  |  26 ++-
 .../airflow/ui/public/i18n/locales/nl/common.json  |  27 ++--
 .../ui/public/i18n/locales/nl/components.json      |  27 +++-
 .../src/airflow/ui/public/i18n/locales/nl/dag.json |  12 ++
 .../airflow/ui/public/i18n/locales/nl/dags.json    |   5 +
 .../ui/public/i18n/locales/nl/dashboard.json       |   3 +-
 .../airflow/ui/public/i18n/locales/nl/hitl.json    |   3 +-
 .../ui/public/i18n/locales/zh-CN/components.json   |   1 +
 .../ui/public/i18n/locales/zh-TW/common.json       |  10 +-
 .../ui/public/i18n/locales/zh-TW/components.json   |   9 ++
 .../components/ActionAccordion/ActionAccordion.tsx |   2 +-
 .../ui/src/components/Assets/AssetEvents.tsx       |   2 +-
 .../src/components/DagActions/RunBackfillForm.tsx  |   2 +-
 .../ui/src/components/DataTable/DataTable.test.tsx | 100 +++++++++++-
 .../ui/src/components/DataTable/DataTable.tsx      |  32 +++-
 .../TriggerDag/TriggerDAGAdvancedOptions.tsx       |   2 +-
 .../src/components/TriggerDag/TriggerDAGButton.tsx |  89 ++++++++++-
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |  79 +++++++---
 .../src/components/TriggerDag/TriggerDAGModal.tsx  |   9 ++
 .../{AssetExpression => TriggerDag}/types.ts       |  38 ++---
 .../airflow/ui/src/pages/AssetsList/AssetsList.tsx |   4 +-
 .../src/airflow/ui/src/pages/Configs/Configs.tsx   |   2 +-
 .../ui/src/pages/Connections/Connections.tsx       |   2 +-
 .../ui/src/pages/Dag/Backfills/Backfills.tsx       |   2 +-
 .../src/airflow/ui/src/pages/Dag/Tasks/Tasks.tsx   |   4 +-
 airflow-core/src/airflow/ui/src/pages/DagRuns.tsx  |   2 +-
 .../src/airflow/ui/src/pages/DagsList/DagsList.tsx |  13 +-
 .../src/airflow/ui/src/pages/Events/Events.tsx     |   3 +-
 .../pages/HITLTaskInstances/HITLTaskInstances.tsx  |   9 +-
 airflow-core/src/airflow/ui/src/pages/Plugins.tsx  |   3 +-
 .../src/airflow/ui/src/pages/Pools/Pools.tsx       |   2 +-
 .../src/airflow/ui/src/pages/Providers.tsx         |   3 +-
 .../ui/src/pages/TaskInstances/TaskInstances.tsx   |   2 +-
 .../airflow/ui/src/pages/Variables/Variables.tsx   |   2 +-
 .../src/airflow/ui/src/pages/XCom/XCom.tsx         |   3 +-
 .../src/airflow/ui/src/queries/useParamStore.ts    |  42 +++--
 .../src/airflow/ui/src/queries/useTrigger.ts       |   2 +-
 .../tests/unit/executors/test_base_executor.py     |   7 +
 .../remote_log_tests/test_remote_logging.py        |   4 +-
 contributing-docs/testing/unit_tests.rst           |   4 +-
 dev/breeze/doc/01_installation.rst                 |   4 +-
 dev/breeze/uv.lock                                 |   6 +-
 providers/databricks/pyproject.toml                |   4 +-
 .../providers/databricks/hooks/databricks.py       |  34 ++--
 .../tests/unit/databricks/hooks/test_databricks.py |  22 +--
 .../edge3/plugins/templates/edge_worker_hosts.html | 175 ---------------------
 .../edge3/plugins/templates/edge_worker_jobs.html  |  69 --------
 .../providers/google/cloud/operators/dataproc.py   |  18 +--
 .../unit/google/cloud/operators/test_dataproc.py   |  32 ----
 .../microsoft/azure/triggers/message_bus.py        |   3 +-
 scripts/docker/install_os_dependencies.sh          |   1 -
 61 files changed, 613 insertions(+), 589 deletions(-)
 copy airflow-core/src/airflow/ui/src/components/{AssetExpression => 
TriggerDag}/types.ts (59%)
 delete mode 100644 
providers/edge3/src/airflow/providers/edge3/plugins/templates/edge_worker_hosts.html
 delete mode 100644 
providers/edge3/src/airflow/providers/edge3/plugins/templates/edge_worker_jobs.html

Reply via email to