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-380ac3ec7e
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 63a887cf292 Bump the core-ui-package-updates group across 1 directory
with 49 updates
add b7408270b86 Only defer `EmrCreateJobFlowOperator` when `wait_policy`
is set (#56077)
add b1567483d61 Bump apache-airflow from 3.0.6 to 3.1.0 (#56147)
add 7bcff784aa6 UI: Fix note modal does not change markdown text after
change (#56092)
add 22971d375f5 Add missing extra link definition to google provider
(#56136)
add e1099014d60 Bump zizmor version to 1.14.0 (#56154)
add dc9ad8c53ce Use eralchemy instead of eralchemy2 (#55758)
add f102ab0d5d9 Applied Suggested Changes (#56135)
add afa73458bda Add a new Amazon Simple Email Service Notifier (#56106)
add b47586eb554 Add async support for Amazon SNS Notifier (#56133)
add fb09d4622fd Fix: Handle SQLAlchemy_URI for Vertica Provider (#55928)
add ce2d805c260 Use welcome on dashboard instead of airflow (#56074)
add 237fa694e07 Enable PT011 rule to provider tests (#56131)
add 8002457bb78 DockerSwarmOperator: Use inspect_service() instead of
inspect_container() (#56043)
add cbd23a8dcd1 Fix a tiny Hebrew typo (#56168)
add d4a6a998b81 Revise details of edge documentation after Airflow 3.1
release (#56166)
add 34620a2d721 Fix upgrade checks with prek (#56170)
add af2bd2671dd Upgrade FAB to FAB 5 (#50960)
add 19fd4dea359 Update changelog of dockerfile to include Fab missing in
Python 3.13 (#56176)
add 9ca9137ae2c Fix static check error resulting from not rebased change
in FAB5 (#56178)
add 292ef7ae413 Fix release guide prepare email commands (#56182)
add 51e648cc19e Prepare standard provider to release (RC2 September 2025)
(#56181)
add c6a84a58501 Apply vote/accelerated vote to vote template based on vote
duration in release guide (#56197)
add 3bf81c6251f move disk cleanup to before image build (#56200)
add 1024b65a86a Cleanup disk space in image cache push jobs (#56198)
add 33e1d28a234 i18n(Ko): Remove keys that no longer exist in en locale
(#56188)
add 3150430b5d9 Update all models to use `sqlalchemy` 2 annotations
(#55954)
add 54453b34af9 Add react-router-dom to external deps in plugins (#56205)
add f77baa2f8ec chore: add sleep in ol test operator (#54807)
add 5518789ba24 Bump the core-ui-package-updates group across 1 directory
with 49 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 (63a887cf292)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-380ac3ec7e
(5518789ba24)
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/workflows/publish-docs-to-s3.yml | 6 +-
.github/workflows/push-image-cache.yml | 4 +
.pre-commit-config.yaml | 2 +-
airflow-core/docs/img/ui-dark/asset_view.png | Bin 313521 -> 434338
bytes
airflow-core/docs/img/ui-dark/code.png | Bin 227593 -> 495986
bytes
airflow-core/docs/img/ui-dark/graph.png | Bin 199214 -> 537822
bytes
airflow-core/docs/img/ui-dark/grid.png | Bin 190998 -> 414958
bytes
airflow-core/docs/img/ui-dark/home.png | Bin 115184 -> 347358
bytes
airflow-core/docs/img/ui-light/asset_view.png | Bin 352686 -> 462350
bytes
airflow-core/docs/img/ui-light/code.png | Bin 209734 -> 502513
bytes
airflow-core/docs/img/ui-light/graph.png | Bin 202053 -> 574021
bytes
airflow-core/docs/img/ui-light/grid.png | Bin 191456 -> 443350
bytes
airflow-core/docs/img/ui-light/home.png | Bin 114761 -> 370296
bytes
.../config_templates/default_webserver_config.py | 2 -
airflow-core/src/airflow/models/asset.py | 114 +-
airflow-core/src/airflow/models/backfill.py | 45 +-
airflow-core/src/airflow/models/base.py | 14 +-
airflow-core/src/airflow/models/connection.py | 33 +-
airflow-core/src/airflow/models/dag.py | 75 +-
airflow-core/src/airflow/models/dag_favorite.py | 14 +-
airflow-core/src/airflow/models/dag_version.py | 25 +-
airflow-core/src/airflow/models/dagbag.py | 13 +-
airflow-core/src/airflow/models/dagbundle.py | 18 +-
airflow-core/src/airflow/models/dagcode.py | 24 +-
airflow-core/src/airflow/models/dagrun.py | 73 +-
airflow-core/src/airflow/models/dagwarning.py | 14 +-
.../src/airflow/models/db_callback_request.py | 16 +-
airflow-core/src/airflow/models/deadline.py | 24 +-
airflow-core/src/airflow/models/errors.py | 19 +-
airflow-core/src/airflow/models/hitl.py | 38 +-
airflow-core/src/airflow/models/log.py | 30 +-
airflow-core/src/airflow/models/pool.py | 17 +-
.../src/airflow/models/renderedtifields.py | 18 +-
airflow-core/src/airflow/models/serialized_dag.py | 24 +-
airflow-core/src/airflow/models/taskinstance.py | 105 +-
.../src/airflow/models/taskinstancehistory.py | 84 +-
airflow-core/src/airflow/models/tasklog.py | 17 +-
airflow-core/src/airflow/models/taskmap.py | 18 +-
airflow-core/src/airflow/models/taskreschedule.py | 18 +-
airflow-core/src/airflow/models/team.py | 7 +-
airflow-core/src/airflow/models/trigger.py | 16 +-
airflow-core/src/airflow/models/variable.py | 17 +-
airflow-core/src/airflow/models/xcom.py | 23 +-
airflow-core/src/airflow/ui/package.json | 8 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 1914 ++++++++++----------
.../airflow/ui/public/i18n/locales/he/assets.json | 2 +-
.../src/airflow/ui/public/i18n/locales/ko/dag.json | 2 -
.../ui/src/components/EditableMarkdownArea.tsx | 78 +-
airflow-core/src/airflow/ui/src/main.tsx | 2 +
.../airflow/ui/src/pages/Dashboard/Dashboard.tsx | 4 +-
airflow-core/src/airflow/utils/sqlalchemy.py | 9 +
airflow-core/tests/unit/api_fastapi/conftest.py | 1 +
dev/README_RELEASE_PROVIDERS.md | 6 +-
.../react_plugin_template/vite.config.ts | 3 +-
devel-common/pyproject.toml | 2 +-
devel-common/src/tests_common/pytest_plugin.py | 17 +
.../src/tests_common/test_utils/mock_plugins.py | 6 +
docker-stack-docs/changelog.rst | 11 +-
generated/devel_deps.txt | 2 +-
performance/requirements.txt | 2 +-
.../src/airflow/providers/amazon/aws/hooks/ses.py | 86 +-
.../src/airflow/providers/amazon/aws/hooks/sns.py | 92 +-
.../providers/amazon/aws/notifications/ses.py | 139 ++
.../providers/amazon/aws/notifications/sns.py | 17 +-
.../airflow/providers/amazon/aws/operators/emr.py | 46 +-
.../amazon/tests/unit/amazon/aws/hooks/test_ses.py | 145 +-
.../amazon/tests/unit/amazon/aws/hooks/test_sns.py | 168 +-
.../unit/amazon/aws/notifications/test_ses.py | 153 ++
.../unit/amazon/aws/notifications/test_sns.py | 46 +-
.../aws/operators/test_emr_create_job_flow.py | 15 +-
.../providers/docker/operators/docker_swarm.py | 5 +-
.../unit/docker/operators/test_docker_swarm.py | 28 +-
providers/edge3/docs/architecture.rst | 21 +-
providers/edge3/docs/deployment.rst | 26 +-
providers/edge3/docs/edge_executor.rst | 13 +-
providers/edge3/docs/ui_plugin.rst | 6 +-
providers/fab/docs/changelog.rst | 10 +
providers/fab/pyproject.toml | 7 +-
.../api_endpoints/role_and_permission_endpoint.py | 4 +-
.../auth_manager/api_endpoints/user_endpoint.py | 8 +-
.../fab/auth_manager/api_fastapi/routes/login.py | 11 +-
.../fab/auth_manager/cli_commands/user_command.py | 3 +-
.../fab/auth_manager/cli_commands/utils.py | 10 +-
.../providers/fab/auth_manager/fab_auth_manager.py | 26 +-
.../providers/fab/auth_manager/models/__init__.py | 301 +--
.../providers/fab/auth_manager/models/db.py | 17 +-
.../fab/auth_manager/security_manager/override.py | 402 ++--
.../providers/fab/auth_manager/views/user.py | 16 +-
providers/fab/src/airflow/providers/fab/www/app.py | 7 +-
.../fab/www/extensions/init_appbuilder.py | 65 +-
.../providers/fab/www/extensions/init_session.py | 4 +-
.../airflow/providers/fab/www/security_appless.py | 7 +-
.../airflow/providers/fab/www/security_manager.py | 18 +-
.../fab/src/airflow/providers/fab/www/session.py | 29 +-
.../fab/src/airflow/providers/fab/www/utils.py | 209 +--
.../api/auth/backend/test_basic_auth.py | 1 +
.../auth_manager/api/auth/backend/test_session.py | 1 +
.../test_role_and_permission_endpoint.py | 53 +-
.../api_endpoints/test_user_endpoint.py | 47 +-
.../auth_manager/api_fastapi/routes/test_login.py | 3 +
.../api_fastapi/services/test_login.py | 3 +-
.../auth_manager/cli_commands/test_role_command.py | 2 +-
.../auth_manager/cli_commands/test_user_command.py | 2 +-
.../fab/auth_manager/cli_commands/test_utils.py | 3 +-
.../tests/unit/fab/auth_manager/models/test_db.py | 4 +-
.../schemas/test_role_and_permission_schema.py | 86 +-
.../fab/auth_manager/schemas/test_user_schema.py | 25 +-
.../unit/fab/auth_manager/test_fab_auth_manager.py | 39 +-
.../tests/unit/fab/auth_manager/test_security.py | 32 +-
.../fab/auth_manager/views/test_permissions.py | 27 +-
.../unit/fab/auth_manager/views/test_roles_list.py | 21 +-
.../tests/unit/fab/auth_manager/views/test_user.py | 21 +-
.../unit/fab/auth_manager/views/test_user_edit.py | 21 +-
.../unit/fab/auth_manager/views/test_user_stats.py | 21 +-
.../fab/www/views/test_views_custom_user_views.py | 219 ++-
providers/fab/www-hash.txt | 2 +-
providers/google/provider.yaml | 1 +
.../airflow/providers/google/get_provider_info.py | 1 +
.../tests/unit/google/cloud/hooks/test_dataproc.py | 2 +-
.../tests/unit/google/cloud/hooks/test_gcs.py | 45 +-
.../unit/google/cloud/openlineage/test_mixins.py | 2 +-
.../unit/google/cloud/operators/test_dataflow.py | 5 +-
.../unit/google/cloud/operators/test_dataproc.py | 22 +-
.../common/auth_backend/test_google_openid.py | 21 +-
.../tests/system/openlineage/operator.py | 2 +
providers/standard/docs/changelog.rst | 7 +
.../src/airflow/providers/vertica/hooks/vertica.py | 29 +-
.../tests/unit/vertica/hooks/test_vertica_sql.py | 268 +++
scripts/ci/prek/generate_airflow_diagrams.py | 2 +-
scripts/in_container/run_prepare_er_diagram.py | 4 +-
130 files changed, 3568 insertions(+), 2672 deletions(-)
create mode 100644
providers/amazon/src/airflow/providers/amazon/aws/notifications/ses.py
create mode 100644
providers/amazon/tests/unit/amazon/aws/notifications/test_ses.py
create mode 100644
providers/vertica/tests/unit/vertica/hooks/test_vertica_sql.py