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-67087554bd
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 972083f896d Bump the fab-ui-package-updates group across 1 directory 
with 2 updates
     add 3cb49c7c9a6 Fix HITL Translation usage (#54198)
     add 29cad7b2aef Small plugin documentation update (#54234)
     add 40b768a6c0f Introduce `StdoutCaptureManager` to isolate stdout from 
`logging` logs (#54065)
     add adc4b8b3a65 Connection Extra additional test case for validation 
(#54239)
     add fa2090b5937 Complete Hebrew translation 2025-08-07 (#54240)
     add 7d975209ea4 Close German translation gaps for full UI translation 
2025-08-04 (#54154)
     add 60ad21d56a0 fastapi: bump version and uneeded fastapi-cloud-cli 
(#54232)
     add 565263d5076 i18n(Ko): add missing translations (#54149)
     add 04f42cac611 fix(UI): Correct illegible DAG params text in dark mode 
(#54245)
     add 935c2bb0e4f Add a note to edgeexecutor doc regarding multiple 
executors (#54077)
     add dc952f0cf44 Fix redirects (#54238)
     add dffd7a1030e Ensures DatabricksWorkflowOperator updates ACL (if 
available) when resetting a job. (#47827)
     add 95ebb9298f1 Add triggering user name to DagRun header stats (#54164)
     add ab25e19089f Add a warning about python interpreter using with uv 
(#54262)
     add 746017639e3 Fix reproducibility issue for tarballs with symlink 
(#54264)
     add 0caa87b061f Fix for Edit and Delete request issue 53681 (#53815)
     add aa6615352d9 Update `SqlToS3Operator` to support Polars and deprecate 
`read_pd_kwargs` (#54195)
     add bd300af9a8b Fetch from remote before performing reproducible package 
checks for PMCs (#54206)
     add 39a2ce68231 Bump the fab-ui-package-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   (972083f896d)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-67087554bd
 (39a2ce68231)

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:
 .../docs/administration-and-deployment/plugins.rst |   4 +-
 airflow-core/docs/redirects.txt                    |   4 +-
 airflow-core/pyproject.toml                        |   4 +-
 .../api_fastapi/core_api/routes/public/pools.py    |   6 +-
 .../airflow/ui/public/i18n/locales/de/admin.json   |   1 +
 .../airflow/ui/public/i18n/locales/de/common.json  |   7 +-
 .../src/airflow/ui/public/i18n/locales/de/dag.json |   6 +
 .../airflow/ui/public/i18n/locales/de/dags.json    |   3 +-
 .../ui/public/i18n/locales/de/dashboard.json       |   1 +
 .../airflow/ui/public/i18n/locales/de/hitl.json    |  24 ++
 .../airflow/ui/public/i18n/locales/en/hitl.json    |   3 +-
 .../airflow/ui/public/i18n/locales/he/admin.json   |   3 +-
 .../airflow/ui/public/i18n/locales/he/common.json  |   2 +
 .../src/airflow/ui/public/i18n/locales/he/dag.json |   6 +
 .../airflow/ui/public/i18n/locales/he/dags.json    |   3 +-
 .../ui/public/i18n/locales/he/dashboard.json       |   1 +
 .../airflow/ui/public/i18n/locales/he/hitl.json    |  23 +
 .../airflow/ui/public/i18n/locales/ko/common.json  |   1 +
 .../src/airflow/ui/public/i18n/locales/ko/dag.json |   1 +
 .../airflow/ui/public/i18n/locales/ko/dags.json    |   3 +-
 .../ui/public/i18n/locales/ko/dashboard.json       |   1 +
 .../airflow/ui/public/i18n/locales/ko/hitl.json    |  23 +
 .../ui/src/components/RenderedJsonField.tsx        |   6 +-
 .../pages/HITLTaskInstances/HITLTaskInstances.tsx  |  20 +-
 .../src/airflow/ui/src/pages/Run/Header.tsx        |   8 +
 .../core_api/routes/public/test_connections.py     |  33 ++
 .../core_api/routes/public/test_pools.py           |  89 +++-
 .../tests/unit/cli/commands/test_asset_command.py  |  44 +-
 .../unit/cli/commands/test_cheat_sheet_command.py  |   6 +-
 .../tests/unit/cli/commands/test_config_command.py | 108 ++---
 .../unit/cli/commands/test_connection_command.py   | 269 ++++++------
 .../tests/unit/cli/commands/test_dag_command.py    | 106 ++---
 .../tests/unit/cli/commands/test_info_command.py   |  14 +-
 .../tests/unit/cli/commands/test_jobs_command.py   |  15 +-
 .../unit/cli/commands/test_legacy_commands.py      |   6 +-
 .../tests/unit/cli/commands/test_pool_command.py   |   6 +-
 .../unit/cli/commands/test_variable_command.py     |  12 +-
 .../unit/cli/commands/test_version_command.py      |   7 +-
 airflow-core/tests/unit/cli/conftest.py            |  34 ++
 dev/README_RELEASE_AIRFLOW.md                      |   1 +
 .../src/airflow_breeze/utils/reproducible.py       |  24 +-
 devel-common/src/sphinx_exts/redirects.py          |   8 +-
 .../test_utils/stream_capture_manager.py           | 172 ++++++++
 .../tests/unit/tests_common}/conftest.py           |  37 +-
 .../test_utils/test_stream_capture_manager.py      | 477 +++++++++++++++++++++
 .../providers/amazon/aws/transfers/sql_to_s3.py    |  62 ++-
 .../unit/amazon/aws/transfers/test_sql_to_s3.py    | 266 +++++++++++-
 .../providers/databricks/hooks/databricks.py       |  10 +
 .../providers/databricks/operators/databricks.py   |   4 -
 .../tests/unit/databricks/hooks/test_databricks.py |  43 +-
 .../unit/databricks/operators/test_databricks.py   |  36 --
 .../operators/test_databricks_workflow.py          |   1 -
 providers/edge3/docs/edge_executor.rst             |   5 +
 .../providers/standard/triggers/temporal.py        |   6 +-
 .../providers/standard/utils/python_virtualenv.py  |  10 +
 pyproject.toml                                     |   1 +
 56 files changed, 1638 insertions(+), 438 deletions(-)
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/he/hitl.json
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/ko/hitl.json
 create mode 100644 
devel-common/src/tests_common/test_utils/stream_capture_manager.py
 copy {kubernetes-tests/tests/kubernetes_tests => 
devel-common/tests/unit/tests_common}/conftest.py (53%)
 create mode 100644 
devel-common/tests/unit/tests_common/test_utils/test_stream_capture_manager.py

Reply via email to