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/ui/core-ui-package-updates-3d3b46db7a
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 746bb0e7a44 Bump the core-ui-package-updates group across 1 directory 
with 44 updates
     add 2a5be135e97 Bump @hey-api/openapi-ts (#60281)
     add 7a64304948a Add virtualization to grid view (#60241)
     add b2962a3ca12 Fix sidebar visibility issue when main content exceeds 
viewport height (#59660)
     add 1adb1c6c99c Add workers.celery.persistence section (#60238)
     add 4601fa27f60 Fix table filters reseting when deleting a dag (#60279)
     add 9b81c4330a5 Fix Doc Link to Providers Page (#60277)
     add 3e57f1e5ce6 Inherit core theme in React plugins (#60256)
     add a037560f85f Fix flaky release command (#60284)
     add e7fa55dcb39 Update version of Test Release command (#60289)
     add 516cef12ea2 CI: Upgrade important CI environment (#60292)
     add 9a251be8d04 Set default config value in unit test for AWS auth manager 
(#60290)
     add 042d1c427df Bump react-router and react-router-dom (#60293)
     add bc133ead0fb dependencies for sqlalchemy - teradata (#59927)
     add 7d6f0c2cc67 Make  SQLAlchemy optional dependency for vertica Provider 
(#60177)
     add 3deb615f5ba Make SQLAlchemy optional for Postgres provider (#60257)
     add c0cbd097eaf Kubernetes Pod Operator callbacks repeating log line 
(#59372)
     add 0951ed1889b Cleanup tmp_file.py in DagBag test. (#60272)
     add 52688229e09 revert: remove k8s namespace and worker image deprecations 
(#60273)
     add 1bf026b3f9e Fixed timestamp comparision bug in s3hook 
_sync_to_local_dir_if_changed method (#60299)
     add c549b5ce273 Remove the compatibility shim for log_task_event 
AwsEcsExecutor and AwsBatchExecutor (#60301)
     add 8dd76f1624b Remove the compatibility shim for StartTriggerArgs in 
standard provider (#60300)
     add f5a3f4ffd07 add option max_num_workers to dataflow python system 
tests. (#60260)
     add e0c5458c333 Fix constraint mode when installing from dist or version 
airflow (#60304)
     add e57340baec4 update version for release test command + allowing svn 
checkout even for dry run (#60309)
     add 5476b4fd5c1 Update CODEOWNERS for Korean locale (#60308)
     add bfa729a7b33 Add Airflow Task SDK and airflowctl to code contribution 
options (#60311)
     add c0382dcff4b Adding retry mechanism for release calendar CI job (#60310)
     add 8a94a43a80c Remove core references in secrets backend logic in sdk 
(#59597)
     add e44020f5310 Feature: enhance task-sdk definitions context stub file 
typing (#54421)
     add d7c9a0a331d Add bundle_path temporarily to sys.path during DagBag 
parsing. (#55894)
     add 4c8b2b78179 Add api-server hot-reload to breeze k8s dev (#60320)
     add e64d3b694dc rename names of data models related to roles for 
consistency across requests and responses (#60312)
     add 870af3d949c Fab Auth Manager add xcom missing perms (#60315)
     add 6181c3f3f52 Remove unused logic in helm_template_generator (#60188)
     add 7d7908d1fb2 Add description about Gen-AI contributions to our guide 
(#60158)
     add e1dacc637b8 Move ``AirflowOptionalProviderFeatureException`` to task 
sdk (#60323)
     add f4d681cbb40 Making kubernetes executor ResourceVersion a self 
contained singleton (#60324)
     add 19501149482 feat: Add JobDependenciesRunFacet to asset-triggered OL 
DAG events (#59521)
     add f23b96babac fix: reset pagination on DagList search (#60326)
     add cd3b6b45787 Move dags list filters to buttongroups (#60298)
     add 7f3ae708ae8 Bump the core-ui-package-updates group across 1 directory 
with 44 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   (746bb0e7a44)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-3d3b46db7a
 (7f3ae708ae8)

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:
 .gitattributes                                     |   1 +
 .github/CODEOWNERS                                 |   2 +-
 .github/PULL_REQUEST_TEMPLATE.md                   |  57 +-
 .github/actions/install-prek/action.yml            |   2 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .pre-commit-config.yaml                            |  16 +-
 COMMITTERS.rst                                     |   2 +
 Dockerfile.ci                                      |   2 +-
 airflow-core/docs/best-practices.rst               |   2 +-
 airflow-core/newsfragments/54505.significant.rst   |   1 +
 .../auth/managers/simple/ui/package-lock.json      |  26 +-
 .../auth/managers/simple/ui/package.json           |   4 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  34 +-
 .../src/airflow/cli/commands/dag_command.py        |  24 +-
 airflow-core/src/airflow/dag_processing/dagbag.py  |  34 +
 .../src/airflow/dag_processing/processor.py        |  11 +-
 airflow-core/src/airflow/exceptions.py             |   8 +-
 airflow-core/src/airflow/secrets/__init__.py       |  11 +-
 airflow-core/src/airflow/secrets/base_secrets.py   |   6 +
 airflow-core/src/airflow/ui/package.json           |   8 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 160 +++--
 .../src/components/DagActions/DeleteDagButton.tsx  |  10 +-
 .../components/DataTable/ToggleTableDisplay.tsx    |  58 +-
 .../ui/src/context/ChakraCustomProvider.tsx        |   7 +-
 .../src/airflow/ui/src/context/hover/Context.ts    |   2 +
 .../airflow/ui/src/context/hover/HoverProvider.tsx |   5 +-
 .../src/airflow/ui/src/hooks/navigation/index.ts   |   2 +
 .../src/airflow/ui/src/hooks/navigation/types.ts   |   8 +-
 .../ui/src/hooks/navigation/useNavigation.ts       |  35 +-
 .../src/airflow/ui/src/layouts/BaseLayout.tsx      |  10 +-
 .../ui/src/layouts/Details/DetailsLayout.tsx       |   2 +-
 .../airflow/ui/src/layouts/Details/Grid/Bar.tsx    |  31 +-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   | 123 ++--
 .../airflow/ui/src/layouts/Details/Grid/GridTI.tsx |  48 +-
 .../layouts/Details/Grid/TaskInstancesColumn.tsx   | 111 +++-
 .../ui/src/layouts/Details/Grid/TaskNames.tsx      | 249 +++----
 .../ui/src/layouts/Details/PanelButtons.tsx        |   6 +-
 .../src/pages/DagsList/DagsFilters/DagsFilters.tsx |  60 +-
 .../pages/DagsList/DagsFilters/FavoriteFilter.tsx  |  66 +-
 .../pages/DagsList/DagsFilters/PausedFilter.tsx    |  59 +-
 .../pages/DagsList/DagsFilters/StateFilters.tsx    |  57 +-
 .../src/pages/DagsList/DagsFilters/TagFilter.tsx   |   1 +
 .../src/airflow/ui/src/pages/DagsList/DagsList.tsx |   1 +
 airflow-core/src/airflow/utils/cli.py              |  12 +-
 .../tests/unit/cli/commands/test_dag_command.py    |   9 +-
 .../tests/unit/dag_processing/test_dagbag.py       | 110 +++-
 .../tests/unit/dag_processing/test_processor.py    |   8 +-
 airflow-core/tests/unit/models/test_dag.py         |   4 +-
 chart/newsfragments/60238.significant.rst          |   3 +
 chart/templates/NOTES.txt                          |  56 ++
 .../templates/scheduler/scheduler-deployment.yaml  |  16 +-
 chart/templates/workers/worker-deployment.yaml     |  23 +-
 chart/templates/workers/worker-hpa.yaml            |   2 +-
 chart/templates/workers/worker-kedaautoscaler.yaml |   2 +-
 chart/values.schema.json                           |  82 ++-
 chart/values.yaml                                  |  39 +-
 contributing-docs/05_pull_requests.rst             |  25 +
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 dev/breeze/doc/images/output_k8s.svg               |   2 +-
 dev/breeze/doc/images/output_k8s.txt               |   2 +-
 dev/breeze/doc/images/output_k8s_dev.svg           |   4 +-
 dev/breeze/doc/images/output_k8s_dev.txt           |   2 +-
 dev/breeze/pyproject.toml                          |   2 +-
 .../airflow_breeze/commands/kubernetes_commands.py |   5 +-
 .../src/airflow_breeze/commands/release_command.py |  34 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/uv.lock                                 |  80 ++-
 .../react_plugin_template/README.md                |   2 +
 .../react_plugin_template/src/global.d.ts          |   6 +-
 .../react_plugin_template/src/main.tsx             |   8 +-
 .../react_plugin_template/src/theme.ts             | 405 +-----------
 dev/verify_release_calendar.py                     |  56 +-
 devel-common/pyproject.toml                        |   2 +-
 .../tests/chart_utils/helm_template_generator.py   |   5 +-
 .../chart_utils/ingress-networking-v1beta1.json    |  46 --
 .../helm_tests/airflow_core/test_scheduler.py      | 199 +++++-
 .../tests/helm_tests/airflow_core/test_worker.py   | 179 ++++-
 helm-tests/tests/helm_tests/other/test_hpa.py      |  33 +-
 helm-tests/tests/helm_tests/other/test_keda.py     |  58 +-
 .../tests/helm_tests/security/test_kerberos.py     |   4 +-
 .../helm_tests/security/test_security_context.py   |  35 +-
 providers-summary-docs/index.rst                   |  10 +-
 .../amazon/aws/executors/batch/batch_executor.py   |  10 -
 .../amazon/aws/executors/ecs/ecs_executor.py       |  10 -
 .../src/airflow/providers/amazon/aws/hooks/s3.py   |   2 +-
 .../amazon/aws/tests/test_aws_auth_manager.py      |   3 +-
 .../amazon/tests/unit/amazon/aws/hooks/test_s3.py  |  17 +
 providers/cncf/kubernetes/provider.yaml            |   9 -
 .../airflow/providers/cncf/kubernetes/callbacks.py |  16 +-
 .../executors/kubernetes_executor_utils.py         |   9 +-
 .../providers/cncf/kubernetes/get_provider_info.py |   6 -
 .../providers/cncf/kubernetes/kube_config.py       |  26 +-
 .../providers/cncf/kubernetes/utils/pod_manager.py |  39 +-
 .../executors/test_kubernetes_executor.py          |  12 +
 .../unit/cncf/kubernetes/utils/test_pod_manager.py |  32 +-
 .../auth_manager/api_fastapi/datamodels/roles.py   |  14 +-
 .../openapi/v2-fab-auth-manager-generated.yaml     |  36 +-
 .../fab/auth_manager/security_manager/override.py  |   2 +
 .../api_fastapi/datamodels/test_roles.py           |  18 +-
 .../providers/google/cloud/operators/dataflow.py   |   3 +
 .../dataflow/example_dataflow_native_python.py     |   4 +-
 .../example_dataflow_native_python_async.py        |   1 +
 .../dataflow/example_dataflow_streaming_python.py  |   6 +-
 .../unit/google/cloud/operators/test_dataproc.py   |  92 ++-
 .../providers/openlineage/plugins/adapter.py       |  39 +-
 .../providers/openlineage/plugins/listener.py      |   5 +
 .../airflow/providers/openlineage/utils/utils.py   | 367 ++++++++++-
 .../tests/unit/openlineage/plugins/test_adapter.py |  22 +-
 .../tests/unit/openlineage/utils/test_utils.py     | 724 ++++++++++++++++++++-
 providers/postgres/pyproject.toml                  |   3 +
 .../airflow/providers/postgres/hooks/postgres.py   |   9 +-
 .../providers/standard/sensors/date_time.py        |  17 +-
 .../providers/standard/sensors/filesystem.py       |  17 +-
 .../src/airflow/providers/standard/sensors/time.py |  17 +-
 providers/teradata/pyproject.toml                  |   3 +
 .../airflow/providers/teradata/hooks/teradata.py   |  17 +-
 providers/vertica/pyproject.toml                   |   8 +
 .../src/airflow/providers/vertica/hooks/vertica.py |  14 +-
 scripts/ci/prek/check_imports_in_providers.py      |   2 +-
 scripts/ci/prek/check_secrets_search_path_sync.py  |  89 +++
 scripts/ci/prek/ruff_format.py                     |   2 +-
 .../in_container/install_airflow_and_providers.py  |   5 +
 task-sdk/src/airflow/sdk/configuration.py          |  15 +-
 task-sdk/src/airflow/sdk/definitions/context.py    |  26 +-
 task-sdk/src/airflow/sdk/definitions/dag.py        |   8 +-
 task-sdk/src/airflow/sdk/exceptions.py             |   4 +
 .../airflow/sdk/execution_time/secrets/__init__.py |   7 +
 .../src/airflow/sdk/execution_time/task_runner.py  |  13 +-
 .../tests/task_sdk/execution_time/test_context.py  |   6 +-
 .../task_sdk/execution_time/test_task_runner.py    |   6 +-
 130 files changed, 3191 insertions(+), 1559 deletions(-)
 create mode 100644 chart/newsfragments/60238.significant.rst
 copy airflow-core/src/airflow/ui/src/components/Banner/index.tsx => 
dev/react-plugin-tools/react_plugin_template/src/global.d.ts (89%)
 delete mode 100644 helm-tests/tests/chart_utils/ingress-networking-v1beta1.json
 create mode 100755 scripts/ci/prek/check_secrets_search_path_sync.py

Reply via email to