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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-b1c0f60697
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 9d47e5e8754 Bump the ui-plugin-template-package-updates group across 1 
directory with 16 updates
     add c385e598eb2 Add task_display_name to LightGridTaskInstanceSummary 
model (#61440)
     add 00b88096b96 select filepath using cursor (#61011)
     add 7ab6e9b3009 Bump eslint-plugin-react-refresh (#61501)
     add 4d29ed47272 Bump the fab-ui-package-updates group across 1 directory 
with 3 updates (#61500)
     add 1f578290874 Close German Translation Gaps 2026-02-05 (#61477)
     add 598eff4c1b9 Amend DAG-level RBAC by using claim_token per UMA spec 
(#61283)
     add 3d15dcfeffd Bugfix/fix spark k8s pod duplicate issue (#61110)
     add 62a4acd796a Add missing PL translation main 2026-04-01 (#61424)
     add c8f44667da2 #60527 (fix): fix optional parameters (#60805)
     add 7083c649e17 Use native SQLA JSON instead of sqlalchemy-jsonfield 
(#61491)
     add 58a28167bb7 Clarification on Edge UI Plugin roles and permissions 
(#61509)
     add 5a414a53787 Logging action better when cache file download times out 
in CI (#61515)
     add 35790a9351d Fix RST heading hierarchy in Google Cloud Build docs 
(#61365)
     add d273931f88e Merge serialization and dag processing into single label 
(#61516)
     add 05d0d445f3c fix: fix minimap on DAG graph view not showing DAG nodes 
(#61511)
     add cd0dcc56419 Add `run_id` parameter to stop a specific execution of GCP 
Data Fusion pipelines (#61290)
     add 2edb7be8a18 Add error handling for pause/unpause toggle permission 
errors (#61389)
     add ac2f706ffaf Add task_display_name to GanttTaskInstance (#61438)
     add c81e87985f5 Update keyring>=25.7.0 (#61529)
     add 1b4fa5aad5d Add partition_key support to execution API trigger dag run 
endpoint #61075 (#61301)
     add 9d1a3eed9b8 Fix update_pyproject_dependency to include python_version 
(#61536)
     add 63c12efbbf3 Add Jobs page to the Airflow UI (#61512)
     add b10f4e5ee19 Bump the ui-plugin-template-package-updates group across 1 
directory with 16 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   (9d47e5e8754)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-b1c0f60697
 (b10f4e5ee19)

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/boring-cyborg.yml                          |   13 +-
 .github/workflows/ci-image-build.yml               |    5 +-
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              | 3028 ++++++++++----------
 airflow-core/pyproject.toml                        |    1 -
 airflow-core/src/airflow/api/common/trigger_dag.py |    4 +
 .../auth/managers/simple/ui/package-lock.json      |   10 +-
 .../auth/managers/simple/ui/package.json           |    2 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |   12 +-
 .../src/airflow/api_fastapi/common/types.py        |    1 +
 .../api_fastapi/core_api/datamodels/ui/gantt.py    |    1 +
 .../api_fastapi/core_api/datamodels/ui/grid.py     |    1 +
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |    9 +
 .../api_fastapi/core_api/routes/public/job.py      |    9 +-
 .../api_fastapi/core_api/routes/ui/gantt.py        |    3 +
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |    1 +
 .../api_fastapi/core_api/services/ui/grid.py       |    3 +
 .../api_fastapi/execution_api/datamodels/dagrun.py |    1 +
 .../api_fastapi/execution_api/routes/dag_runs.py   |    1 +
 .../execution_api/versions/v2025_11_07.py          |    2 +
 airflow-core/src/airflow/assets/manager.py         |    2 +-
 ...011_2_9_0_add_dataset_expression_in_dagmodel.py |    7 +-
 .../versions/0033_3_0_0_add_tables_for_backfill.py |    3 +-
 .../versions/0041_3_0_0_rename_dataset_as_asset.py |    6 +-
 .../0052_3_0_0_add_deadline_alerts_table.py        |    3 +-
 .../versions/0070_3_1_0_add_deadline_to_dag.py     |    5 +-
 .../0076_3_1_0_add_human_in_the_loop_response.py   |   17 +-
 .../0080_3_1_0_modify_deadline_callback_schema.py  |    7 +-
 ...9_3_2_0_add_human_in_the_loop_detail_history.py |   17 +-
 ...0_replace_deadline_inline_callback_with_fkey.py |    9 +-
 airflow-core/src/airflow/models/asset.py           |    7 +-
 airflow-core/src/airflow/models/backfill.py        |    5 +-
 airflow-core/src/airflow/models/dag.py             |   11 +-
 airflow-core/src/airflow/models/hitl.py            |   25 +-
 airflow-core/src/airflow/models/hitl_history.py    |   25 +-
 .../src/airflow/models/renderedtifields.py         |    9 +-
 airflow-core/src/airflow/models/serialized_dag.py  |    4 +-
 airflow-core/src/airflow/models/taskinstance.py    |    4 +
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |   14 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |    4 +-
 .../airflow/ui/public/i18n/locales/de/assets.json  |    4 +-
 .../src/airflow/ui/public/i18n/locales/de/dag.json |    7 +
 .../airflow/ui/public/i18n/locales/en/admin.json   |   17 +
 .../airflow/ui/public/i18n/locales/en/common.json  |    1 +
 .../airflow/ui/public/i18n/locales/pl/assets.json  |    4 +-
 .../src/airflow/ui/public/i18n/locales/pl/dag.json |    6 +
 .../ui/src/components/Graph/reactflowUtils.ts      |    2 +
 .../src/airflow/ui/src/constants/filterConfigs.tsx |   53 +-
 .../src/airflow/ui/src/constants/searchParams.ts   |   10 +
 .../src/airflow/ui/src/constants/stateOptions.ts   |   19 +
 .../airflow/ui/src/layouts/Details/Gantt/utils.ts  |    2 +-
 .../airflow/ui/src/layouts/Nav/BrowseButton.tsx    |    5 +
 .../pages/Dashboard/Stats/DAGImportErrorsModal.tsx |    7 +-
 .../ui/src/pages/GroupTaskInstance/Header.tsx      |    2 +-
 airflow-core/src/airflow/ui/src/pages/Jobs.tsx     |  155 +
 .../ui/src/pages/MappedTaskInstance/Header.tsx     |    2 +-
 .../src/airflow/ui/src/queries/useTogglePause.ts   |   12 +
 airflow-core/src/airflow/ui/src/router.tsx         |    5 +
 .../src/airflow/ui/src/utils/useFiltersHandler.ts  |    6 +
 .../api_fastapi/core_api/routes/public/test_job.py |   18 +-
 .../api_fastapi/core_api/routes/ui/test_gantt.py   |   24 +-
 .../api_fastapi/core_api/routes/ui/test_grid.py    |   17 +
 .../execution_api/versions/head/test_dag_runs.py   |   27 +
 airflow-ctl/pyproject.toml                         |    2 +-
 .../utils/constraints_version_check.py             |    9 +-
 dev/pyproject.toml                                 |    2 +-
 devel-common/pyproject.toml                        |    1 -
 .../executors/kubernetes_executor_utils.py         |   11 +-
 .../cncf/kubernetes/operators/spark_kubernetes.py  |   23 +-
 .../providers/cncf/kubernetes/utils/pod_manager.py |    1 +
 .../executors/test_kubernetes_executor.py          |   20 +
 .../kubernetes/operators/test_spark_kubernetes.py  |  174 +-
 providers/edge3/docs/ui_plugin.rst                 |    4 +
 .../airflow/providers/fab/www/package-lock.json    |  217 +-
 .../fab/src/airflow/providers/fab/www/package.json |    6 +-
 providers/fab/www-hash.txt                         |    2 +-
 .../google/docs/operators/cloud/cloud_build.rst    |   44 +-
 .../providers/google/cloud/hooks/datafusion.py     |   14 +-
 .../providers/google/cloud/operators/datafusion.py |   32 +-
 .../unit/google/cloud/hooks/test_datafusion.py     |   31 +
 .../unit/google/cloud/operators/test_datafusion.py |   34 +-
 .../keycloak/auth_manager/keycloak_auth_manager.py |   10 +-
 .../auth_manager/test_keycloak_auth_manager.py     |   49 +
 .../src/airflow/sdk/api/datamodels/_generated.py   |    1 +
 84 files changed, 2534 insertions(+), 1851 deletions(-)
 create mode 100644 airflow-core/src/airflow/ui/src/pages/Jobs.tsx

Reply via email to