This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-b0eee7f6a1 in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 95291bb26e7 Bump the edge-ui-package-updates group across 1 directory with 19 updates add a0d5b712172 Enforce at least one global executor is configured (#55816) add 70f0fada065 (docs) update core concepts dags screenshots (#55865) add 702785846e4 Complete formatting of error message (#55905) add aece98b1f05 Fix DAG deserialization failure with non-default ``weight_rule`` (#55906) add 5fdd5b66d18 Fix formatting issue in Deadline Alerts' docs (#55911) add 4ee07a9a1cf Fix: Use get instead of hasattr for task_result in BulkStateFetcher (#52839) add 8b1fe82da97 update airflow_version in asset_watcher migration to 3.2.0 (#55902) add 0d3b2639da7 Remove removed rule UP038 (#55887) add 7a0c18613b2 feat(ui): add DAG run state filter to grid view options (#55898) add bff6c9503b2 Change the signature of BaseDBManager downgrade method (#55907) add 8167f94bbea Add Kubernetes 1.34 support (#55924) add 983295862b2 Relax Kubernetes client version support to <34.0.0 (#55932) add 3dd7a271b2f build(open-api): regnerate open api spec (#55931) add 90651b3a30d Ignore fenced and line inline code blocks while generating issue content (#55872) add 385681d98e2 fix ALLOWED_KUBERNETES_VERSIONS to versions exist on docker hub (#55934) add af7a42ae73c Enable PT001 rule to prvoider tests (#55935) add 766be1c2cef Implement `filter_authorized_connections`, `filter_authorized_pools` and `filter_authorized_variables` in AWS auth manager (#55687) add 166a937d3be Add tests for DBManager upgrade and downgrade (#55940) add 77212c88e9a Bump the edge-ui-package-updates group across 1 directory with 19 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 (95291bb26e7) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-b0eee7f6a1 (77212c88e9a) 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: README.md | 16 +- airflow-core/docs/howto/deadline-alerts.rst | 4 +- airflow-core/docs/img/airflow_erd.sha256 | 2 +- airflow-core/docs/img/ui-dark/basic_dag.png | Bin 17577 -> 240166 bytes airflow-core/docs/img/ui-dark/branch_note.png | Bin 37976 -> 312529 bytes .../docs/img/ui-dark/branch_with_trigger.png | Bin 35762 -> 564088 bytes .../docs/img/ui-dark/branch_without_trigger.png | Bin 37206 -> 542352 bytes airflow-core/docs/img/ui-light/basic_dag.png | Bin 17997 -> 240901 bytes airflow-core/docs/img/ui-light/branch_note.png | Bin 38672 -> 313601 bytes .../docs/img/ui-light/branch_with_trigger.png | Bin 35825 -> 517107 bytes .../docs/img/ui-light/branch_without_trigger.png | Bin 37074 -> 496075 bytes airflow-core/docs/migrations-ref.rst | 2 +- .../api_fastapi/core_api/datamodels/ui/common.py | 4 +- .../api_fastapi/core_api/openapi/_private_ui.yaml | 18 +- .../airflow/api_fastapi/core_api/routes/ui/grid.py | 7 +- .../src/airflow/executors/executor_loader.py | 9 + ..._2_0_replace_asset_trigger_table_with_asset.py} | 2 +- .../airflow/serialization/serialized_objects.py | 2 + .../src/airflow/ui/openapi-gen/queries/common.ts | 10 +- .../ui/openapi-gen/queries/ensureQueryData.ts | 12 +- .../src/airflow/ui/openapi-gen/queries/prefetch.ts | 12 +- .../src/airflow/ui/openapi-gen/queries/queries.ts | 12 +- .../src/airflow/ui/openapi-gen/queries/suspense.ts | 12 +- .../airflow/ui/openapi-gen/requests/schemas.gen.ts | 2 +- .../ui/openapi-gen/requests/services.gen.ts | 4 + .../airflow/ui/openapi-gen/requests/types.gen.ts | 4 +- .../ui/src/layouts/Details/DetailsLayout.tsx | 16 +- .../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx | 15 +- .../airflow/ui/src/layouts/Details/Grid/Grid.tsx | 15 +- .../ui/src/layouts/Details/PanelButtons.tsx | 64 ++++- .../src/airflow/ui/src/queries/useGridRuns.ts | 5 +- .../src/airflow/ui/src/queries/useGridStructure.ts | 5 +- airflow-core/src/airflow/utils/db.py | 3 +- airflow-core/src/airflow/utils/db_manager.py | 2 +- .../api_fastapi/core_api/routes/ui/test_grid.py | 16 ++ .../tests/unit/cli/commands/test_db_command.py | 276 +++++++++++++++++++++ .../unit/cli/commands/test_db_manager_command.py | 191 ++++++++++++-- .../tests/unit/executors/test_executor_loader.py | 35 +-- .../unit/serialization/test_dag_serialization.py | 25 +- airflow-core/tests/unit/utils/test_db_manager.py | 30 +++ airflow-ctl/src/airflowctl/ctl/cli_config.py | 2 +- .../doc/images/output_k8s_configure-cluster.svg | 6 +- .../doc/images/output_k8s_configure-cluster.txt | 2 +- .../doc/images/output_k8s_create-cluster.svg | 6 +- .../doc/images/output_k8s_create-cluster.txt | 2 +- .../doc/images/output_k8s_delete-cluster.svg | 4 +- .../doc/images/output_k8s_delete-cluster.txt | 2 +- .../doc/images/output_k8s_deploy-airflow.svg | 6 +- .../doc/images/output_k8s_deploy-airflow.txt | 2 +- dev/breeze/doc/images/output_k8s_k9s.svg | 4 +- dev/breeze/doc/images/output_k8s_k9s.txt | 2 +- dev/breeze/doc/images/output_k8s_logs.svg | 4 +- dev/breeze/doc/images/output_k8s_logs.txt | 2 +- .../doc/images/output_k8s_run-complete-tests.svg | 6 +- .../doc/images/output_k8s_run-complete-tests.txt | 2 +- dev/breeze/doc/images/output_k8s_shell.svg | 4 +- dev/breeze/doc/images/output_k8s_shell.txt | 2 +- dev/breeze/doc/images/output_k8s_status.svg | 4 +- dev/breeze/doc/images/output_k8s_status.txt | 2 +- dev/breeze/doc/images/output_k8s_tests.svg | 6 +- dev/breeze/doc/images/output_k8s_tests.txt | 2 +- .../doc/images/output_k8s_upload-k8s-image.svg | 6 +- .../doc/images/output_k8s_upload-k8s-image.txt | 2 +- .../commands/release_management_commands.py | 15 +- dev/breeze/src/airflow_breeze/global_constants.py | 4 +- devel-common/src/tests_common/test_utils/db.py | 6 +- .../src/tests_common/test_utils/version_compat.py | 2 + generated/PYPI_README.md | 16 +- .../amazon/aws/auth_manager/aws_auth_manager.py | 111 ++++++++- .../aws/auth_manager/test_aws_auth_manager.py | 74 ++++-- .../celery/executors/celery_executor_utils.py | 26 +- .../integration/celery/test_celery_executor.py | 6 +- providers/cncf/kubernetes/pyproject.toml | 4 +- .../providers/edge3/plugins/www/dist/main.umd.cjs | 34 +-- .../providers/edge3/plugins/www/package.json | 4 +- .../providers/edge3/plugins/www/pnpm-lock.yaml | 247 +++++++++--------- providers/edge3/www-hash.txt | 2 +- providers/sftp/tests/unit/sftp/hooks/test_sftp.py | 4 +- .../sftp/tests/unit/sftp/operators/test_sftp.py | 2 +- .../unit/slack/transfers/test_sql_to_slack.py | 2 +- .../tests/unit/snowflake/hooks/test_snowflake.py | 3 +- .../tests/unit/snowflake/hooks/test_sql.py | 3 +- providers/ssh/tests/unit/ssh/hooks/test_ssh.py | 2 +- pyproject.toml | 1 - task-sdk/src/airflow/sdk/__init__.py | 2 +- 85 files changed, 1139 insertions(+), 343 deletions(-) rename airflow-core/src/airflow/migrations/versions/{0085_3_1_0_replace_asset_trigger_table_with_asset.py => 0085_3_2_0_replace_asset_trigger_table_with_asset.py} (99%)