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


 discard e5a75b561a3 Bump the core-ui-package-updates group across 1 directory 
with 56 updates
     add fee683a53b7 Add SsmGetCommandInvocationOperator and enhance SSM 
components (#56936)
     add 54fa258b573 improve deferrable KPO handling of deleted pods in between 
polls (#56976)
     add af7bc4786bd Remove direct dependency on thrift (#57423)
     add 67e4de3247e Fix KubernetesExecutor open slots metric (#55797)
     add f18fcc62c3f Add support for Airflow 3 in MWAA 
operators/sensors/triggers (#57443)
     add 80585fbe4eb Fix potential test failures on Py 3.13 against 
reset_logging (#57417)
     add d6fa3b089cc Fix text selection jumping in logs pane to match text 
editor behavior (#57309)
     add a6d3e2d0063 Feature/extract pre commit for airflow core (#57310)
     add dd3d5317106 Enable PT011 rule to prvoider tests (#56929)
     add 8110f800e37 [Doc] Fixing 404 errors for OpenLineage & Oracle providers 
(#57469)
     add 7bec5e97471 Allow a list of SQL statements in GenericTransfer (#56041)
     add 9f8d27c445f Move triggerer from pod-log-reader-role to 
pod-launcher-role  (#56872)
     add 84e95b65f5b Revert virtualenv connections/variables access and logging 
as test are failing
     add 03eacc509d0 Update Oracle provider URL in description (#57478)
     add 5076bbc0654 Refine the visual design, interaction, and accessibility 
of the global navigation (#57455)
     add 5eb74c4ce40 Add number of queries guard in public backfill list 
endpoints (#57439)
     add 278a7560796 Add Guan-Ming as committer (#57462)
     add e911898cb20 Fix pre-commit zizmor hook version update to fix CI 
upgrade check failure. (#57476)
     add 19d4e6ac5f3 Add number of queries guard in public connection list 
endpoints (#57442)
     add 378cf6edac0 Add correlation-id support to Execution API for request 
tracing (#57458)
     add f271f2bd052 Optimize DAG list query for users with limited access 
(#57460)
     add 37b71258119 Fix MyPy type errors in airflow_core models, ti_deps, 
airflow/api/common/ for Sqlalchemy 2 migration (#57405)
     add 15e0b7501d9 Update diagrams>=0.24.4 (#57483)
     add e53fc0f9210 Bump the core-ui-package-updates group across 1 directory 
with 56 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   (e5a75b561a3)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-fed4ef6c6a
 (e53fc0f9210)

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                            |  23 +-
 airflow-core/.pre-commit-config.yaml               |  24 ++
 airflow-core/docs/project.rst                      |   1 +
 airflow-core/src/airflow/api/common/delete_dag.py  |   5 +-
 airflow-core/src/airflow/api/common/mark_tasks.py  |   6 +-
 .../src/airflow/api_fastapi/common/db/dags.py      |  28 +-
 .../api_fastapi/core_api/routes/public/dags.py     |   1 +
 .../airflow/api_fastapi/core_api/routes/ui/dags.py |   1 +
 .../src/airflow/api_fastapi/execution_api/app.py   |  39 ++-
 airflow-core/src/airflow/models/backfill.py        |  68 ++--
 airflow-core/src/airflow/models/deadline.py        |   8 +-
 airflow-core/src/airflow/models/pool.py            |  10 +-
 .../src/airflow/ti_deps/deps/trigger_rule_dep.py   |  17 +-
 airflow-core/src/airflow/ui/package.json           |  14 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 374 +++++++++++----------
 .../src/airflow/ui/src/layouts/Nav/AdminButton.tsx |   2 +-
 .../airflow/ui/src/layouts/Nav/BrowseButton.tsx    |   2 +-
 .../src/airflow/ui/src/layouts/Nav/DocsButton.tsx  |  13 +-
 .../src/airflow/ui/src/layouts/Nav/Nav.tsx         |  25 +-
 .../src/airflow/ui/src/layouts/Nav/NavButton.tsx   | 140 +++++---
 .../src/airflow/ui/src/layouts/Nav/PluginMenus.tsx |   2 +-
 .../airflow/ui/src/layouts/Nav/SecurityButton.tsx  |   2 +-
 .../ui/src/layouts/Nav/TimezoneMenuItem.tsx        |   5 +-
 .../ui/src/layouts/Nav/UserSettingsButton.tsx      | 143 ++++----
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |  25 +-
 .../tests/unit/api_fastapi/common/db/test_dags.py  |  69 ++++
 .../core_api/routes/public/test_backfills.py       |   6 +-
 .../core_api/routes/public/test_connections.py     |   6 +-
 .../unit/api_fastapi/execution_api/test_app.py     |  53 +++
 chart/templates/rbac/pod-launcher-rolebinding.yaml |   5 +
 chart/templates/rbac/pod-log-reader-role.yaml      |   2 +-
 .../templates/rbac/pod-log-reader-rolebinding.yaml |   7 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   1 +
 devel-common/pyproject.toml                        |   4 +-
 .../test_utils/test_stream_capture_manager.py      |   2 +-
 .../helm_tests/security/test_rbac_pod_launcher.py  | 125 +++++++
 .../security/test_rbac_pod_log_reader.py           |  27 +-
 providers/amazon/docs/operators/ssm.rst            |  39 ++-
 .../src/airflow/providers/amazon/aws/hooks/mwaa.py |  45 ++-
 .../src/airflow/providers/amazon/aws/hooks/ssm.py  |  32 +-
 .../airflow/providers/amazon/aws/operators/mwaa.py |  15 +-
 .../airflow/providers/amazon/aws/operators/ssm.py  | 139 +++++++-
 .../airflow/providers/amazon/aws/sensors/mwaa.py   |  16 +-
 .../airflow/providers/amazon/aws/sensors/ssm.py    |  50 ++-
 .../airflow/providers/amazon/aws/triggers/mwaa.py  |   6 +-
 .../airflow/providers/amazon/aws/triggers/ssm.py   |  18 +-
 .../amazon/tests/system/amazon/aws/example_mwaa.py |  10 +-
 .../{example_mwaa.py => example_mwaa_airflow2.py}  |   2 +-
 .../amazon/tests/system/amazon/aws/example_ssm.py  |  11 +-
 .../amazon/tests/unit/amazon/aws/assets/test_s3.py |   2 +-
 .../aws/executors/batch/test_batch_executor.py     |   4 +-
 .../amazon/aws/executors/ecs/test_ecs_executor.py  |   6 +-
 .../tests/unit/amazon/aws/hooks/test_mwaa.py       |  80 ++++-
 .../amazon/tests/unit/amazon/aws/hooks/test_ssm.py |  50 +++
 .../tests/unit/amazon/aws/operators/test_mwaa.py   |   1 +
 .../tests/unit/amazon/aws/operators/test_ssm.py    | 185 +++++++++-
 .../tests/unit/amazon/aws/sensors/test_ssm.py      |   3 +-
 .../tests/unit/amazon/aws/triggers/test_ssm.py     |  18 +
 providers/apache/hive/pyproject.toml               |   1 -
 .../kubernetes/executors/kubernetes_executor.py    |  15 +-
 .../providers/cncf/kubernetes/operators/pod.py     |   4 +
 .../providers/cncf/kubernetes/triggers/pod.py      |  12 +-
 .../executors/test_kubernetes_executor.py          |   2 +-
 .../common/sql/operators/generic_transfer.py       |  16 +-
 .../common/sql/operators/generic_transfer.pyi      |   2 +-
 .../common/sql/operators/test_generic_transfer.py  |  32 ++
 providers/openlineage/docs/guides/developer.rst    |   2 +-
 providers/oracle/provider.yaml                     |   2 +-
 .../airflow/providers/oracle/get_provider_info.py  |   2 +-
 .../standard/utils/python_virtualenv_script.jinja2 |  14 +-
 .../tests/unit/standard/operators/test_hitl.py     |   2 +-
 task-sdk/src/airflow/sdk/log.py                    |   6 +-
 73 files changed, 1594 insertions(+), 537 deletions(-)
 create mode 100644 
helm-tests/tests/helm_tests/security/test_rbac_pod_launcher.py
 copy providers/amazon/tests/system/amazon/aws/{example_mwaa.py => 
example_mwaa_airflow2.py} (99%)

Reply via email to