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


    omit be17e86ed38 Bump the core-ui-package-updates group across 1 directory 
with 37 updates
     add cbdc98409e7 Fix system test `test_aws_auth_manager` (#51241)
     add 95bea5e723f Faster note on grid endpoint (#51247)
     add 2b89c0d64e2 AIP - 81 Transition of Jobs Command  (#51214)
     add e944b15ad48 Rds Operator pass custom conn_id to superclass (#51196)
     add f9c61f379cb Add noItemsFound for ko/common.json (#51248)
     add d3fb4c1d941 Fix translate gcp native model system test (#51238)
     add 37c13426c04 Revert "Bypass go module proxies while installing 
libraries for precommit (#51232)" (#51261)
     add 323d4de9921 DOCS: Remove site-refresh/sync-s3-to-github and Update 
release documentation instructions (#51259)
     add 1088a9ce71f Fixed up the command descriptions (#51128)
     add e037932531d [Providers][Slack] Add automatic 429‑retry to 
channel‑lookup logic (#51265)
     add c88bf6947f7 Bump min version of sendgrid sdk (#50221)
     add cc29e027ce7 Move example_dags in standard provider to example_dags in 
sources (#51260)
     add d8bfa4309d6 Adjusted _dump_table_to_file to read rows in batches to 
prevent memory issues (#51268)
     add 2aeb92cec4b Fix outdated translation keys in PL locale (#51271)
     add 96db8492f0e Enhance Celery CLI with Worker and Queue Management 
Features (#51257)
     add dc271d0c604 Add worker_umask to celery provider.yaml (#51218)
     add 757f760de02 Add missing Polish translations (#51273)
     add aff9148dd1c fix(airflowctl): not cascading remote url to auth command 
(#51089)
     add 35905587a47 Add script to automatically check completness of 
translations (#51269)
     add 9035b6318b6 Close German Translation Gap (#51276)
     add 7b47cb1d08e Add lower bound to Sendgrid after #50221 (#51278)
     add 75c4045a95d Updates some of the comments in the sdk (#51274)
     add b89044da97e Add "disappearing DAGs" section on FAQ doc (#49987)
     add f8abdcd7353 Implement slice on LazyXComSequence (#50117)
     add 92a4d601c91 Fix building PROD images with uv (#51277)
     add fec6bbd97d9 Automatically classify test changes as SKIPPED while 
preparing providers (#51237)
     add 22d7ba8f676 Fix Pinecone Cohere Integration System Test (#51290)
     add 807ba69ad3c Log fallback to None when no XCom value is found (#51285)
     add 5d9cb0f2459 fix exmaple_cloud_composer system test (#51108)
     add fcbeb88c809 Fix doubel quote mtime in airflow-core/docs/faq.rst 
(#51293)
     add 93c5caa2fe8 Add `airflow db-manager` CLI for managing external 
databases (#50657)
     add 4fd29c58eb2 Fix widget error for core hooks (#51168)
     add 4b3309e1eb5 Fix last dag run not showing on dag listing (#51115)
     add 5e943e3c8ff Add extra_credentials and roles to TrinoHook (#51298)
     add 5dd046d9acd Restrict typing-extensions 4.14.0 to fix CI temporarily 
(#51311)
     add be50a017d53 Bump structlog min to 25.4.0 and handle tests accordingly 
(#51306)
     add c9b9c828ce5 Bump the core-ui-package-updates group across 1 directory 
with 37 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   (be17e86ed38)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-59b34cf57d
 (c9b9c828ce5)

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/additional-prod-image-tests.yml  |   2 -
 .github/workflows/prod-image-build.yml             |   1 +
 .github/workflows/prod-image-extra-checks.yml      |   6 +-
 .pre-commit-config.yaml                            |  12 +-
 Dockerfile                                         |   7 +-
 Dockerfile.ci                                      |   7 +-
 airflow-core/docs/faq.rst                          |  31 ++
 airflow-core/docs/tutorial/taskflow.rst            |   6 +-
 airflow-core/pyproject.toml                        |   2 +
 .../src/airflow/api_fastapi/common/db/dags.py      |  74 ++++
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  15 +-
 .../api_fastapi/core_api/routes/public/dags.py     |  49 +--
 .../airflow/api_fastapi/core_api/routes/ui/dags.py | 115 +++---
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |   4 +-
 .../core_api/services/ui/connections.py            |   4 +-
 .../api_fastapi/execution_api/datamodels/xcom.py   |  14 +-
 .../api_fastapi/execution_api/routes/xcoms.py      | 132 ++++++-
 airflow-core/src/airflow/cli/cli_config.py         |  64 ++++
 .../src/airflow/cli/commands/db_manager_command.py |  25 +-
 airflow-core/src/airflow/example_dags/standard     |   2 +-
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  15 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  15 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  15 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  17 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  17 +-
 .../ui/openapi-gen/requests/services.gen.ts        |  14 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   9 +-
 airflow-core/src/airflow/ui/package.json           |   6 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 422 +++++++++++----------
 .../ui/{CONTRIBUTING.md => src/i18n/README.md}     |  26 +-
 .../ui/src/i18n/check_translations_completeness.py | 334 ++++++++++++++++
 airflow-core/src/airflow/ui/src/i18n/config.ts     |   6 +
 .../src/airflow/ui/src/i18n/locales/de/common.json |  34 +-
 .../ui/src/i18n/locales/de/connections.json        |   4 +
 .../src/airflow/ui/src/i18n/locales/de/dags.json   | 147 +++++++
 .../src/airflow/ui/src/i18n/locales/ko/common.json |   1 +
 .../src/airflow/ui/src/i18n/locales/pl/common.json |  10 +-
 .../ui/src/i18n/locales/pl/connections.json        |   4 +
 .../src/airflow/ui/src/i18n/locales/pl/dags.json   | 137 ++++++-
 .../src/airflow/ui/src/mocks/handlers/dags.ts      |   2 +-
 .../ui/src/pages/Asset/CreateAssetEventModal.tsx   |   4 +-
 airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx  |   4 +-
 .../src/airflow/ui/src/pages/DagsList/DagsList.tsx |  12 +-
 .../airflow/ui/src/pages/DagsList/RecentRuns.tsx   |   7 +-
 .../src/airflow/ui/src/queries/useDags.tsx         |  89 +++--
 .../src/airflow/ui/src/queries/useDeleteDag.ts     |   4 +-
 .../ui/src/queries/useRefreshOnNewDagRuns.ts       |   4 +-
 .../src/airflow/ui/src/queries/useTogglePause.ts   |   6 +-
 .../src/airflow/ui/src/queries/useTrigger.ts       |   6 +-
 airflow-core/src/airflow/utils/db_cleanup.py       |   6 +-
 airflow-core/src/airflow/utils/db_manager.py       |   8 +-
 .../api_fastapi/core_api/routes/ui/test_dags.py    |  18 +-
 .../execution_api/versions/head/test_xcoms.py      |  78 +++-
 .../versions/v2025_04_28/test_xcom.py              | 107 ++++++
 .../unit/cli/commands/test_db_manager_command.py   |  81 ++++
 airflow-core/tests/unit/jobs/test_scheduler_job.py |  11 +-
 airflow-core/tests/unit/utils/test_db_cleanup.py   |  16 +-
 airflow-ctl/src/airflowctl/api/client.py           |  22 +-
 airflow-ctl/src/airflowctl/api/operations.py       |   4 +-
 .../tests/airflow_ctl/api/test_operations.py       |   1 -
 contributing-docs/08_static_code_checks.rst        |  32 ++
 dev/README_RELEASE_AIRFLOW.md                      |  56 +++
 dev/README_RELEASE_PROVIDERS.md                    |  56 +++
 dev/breeze/doc/images/output_static-checks.svg     |   2 +-
 dev/breeze/doc/images/output_static-checks.txt     |   2 +-
 .../images/output_workflow-run_publish-docs.svg    |  24 +-
 .../images/output_workflow-run_publish-docs.txt    |   2 +-
 .../airflow_breeze/commands/workflow_commands.py   |  64 ++--
 .../commands/workflow_commands_config.py           |   2 -
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   1 +
 .../prepare_providers/provider_documentation.py    |  50 ++-
 devel-common/src/docs/provider_conf.py             |  10 +-
 devel-common/src/docs/utils/conf_constants.py      |   1 +
 docs/spelling_wordlist.txt                         |   1 +
 go-sdk/celery/cmd/root.go                          |   6 +-
 go-sdk/celery/cmd/run.go                           |   6 +-
 go-sdk/pkg/api/client.go                           |   2 +-
 go-sdk/pkg/logging/attrs.go                        |   2 +-
 go-sdk/worker/runner_test.go                       |   8 +-
 .../airflow/providers/amazon/aws/operators/rds.py  |   4 -
 .../amazon/aws/tests/test_aws_auth_manager.py      |   2 +-
 .../tests/unit/amazon/aws/operators/test_rds.py    |  12 +
 providers/arangodb/docs/index.rst                  |   8 +-
 providers/celery/provider.yaml                     |  12 +
 .../airflow/providers/celery/cli/celery_command.py |  91 +++++
 .../providers/celery/executors/celery_executor.py  |  62 +++
 .../airflow/providers/celery/get_provider_info.py  |   7 +
 .../tests/unit/celery/cli/test_celery_command.py   |  72 +++-
 providers/edge3/docs/index.rst                     |   2 +-
 .../providers/edge3/example_dags/win_notepad.py    |   2 +-
 .../providers/fab/auth_manager/models/db.py        |   1 +
 .../cloud/composer/example_cloud_composer.py       |  31 +-
 .../cloud/translate/example_translate_model.py     |  19 +-
 providers/oracle/docs/index.rst                    |   2 +-
 .../system/pinecone/example_pinecone_cohere.py     |   4 +-
 providers/sendgrid/pyproject.toml                  |   7 +-
 .../src/airflow/providers/slack/hooks/slack.py     |  36 +-
 .../slack/tests/unit/slack/hooks/test_slack.py     |  31 +-
 providers/standard/docs/index.rst                  |   9 +-
 providers/standard/docs/operators/bash.rst         |  18 +-
 providers/standard/docs/operators/datetime.rst     |   8 +-
 providers/standard/docs/operators/latest_only.rst  |   2 +-
 providers/standard/docs/operators/python.rst       |  40 +-
 .../standard/docs/operators/trigger_dag_run.rst    |   2 +-
 providers/standard/docs/sensors/bash.rst           |   2 +-
 providers/standard/docs/sensors/datetime.rst       |   8 +-
 .../standard/docs/sensors/external_task_sensor.rst |   8 +-
 providers/standard/docs/sensors/file.rst           |   4 +-
 providers/standard/docs/sensors/python.rst         |   4 +-
 .../providers/standard/example_dags}/__init__.py   |   0
 .../example_dags}/example_bash_decorator.py        |   6 -
 .../example_dags}/example_bash_operator.py         |   6 -
 .../example_branch_datetime_operator.py            |   8 -
 .../example_branch_day_of_week_operator.py         |   6 -
 .../example_dags}/example_branch_operator.py       |   6 -
 .../example_branch_operator_decorator.py           |   6 -
 .../example_external_task_child_deferrable.py      |   6 -
 .../example_external_task_marker_dag.py            |   6 -
 .../example_external_task_parent_deferrable.py     |   6 -
 .../standard/example_dags}/example_latest_only.py  |   6 -
 .../example_dags}/example_python_decorator.py      |   6 -
 .../example_dags}/example_python_operator.py       |   6 -
 .../example_dags}/example_sensor_decorator.py      |   6 -
 .../standard/example_dags}/example_sensors.py      |   6 -
 .../example_short_circuit_decorator.py             |   6 -
 .../example_short_circuit_operator.py              |   6 -
 .../example_trigger_controller_dag.py              |   6 -
 .../standard/example_dags/sql}/__init__.py         |   0
 .../standard/example_dags}/sql/sample.sql          |   0
 providers/standard/tests/system/__init__.py        |  17 -
 .../standard/tests/system/standard/__init__.py     |  16 -
 .../standard/tests/system/standard/sql/__init__.py |  16 -
 providers/trino/docs/connections.rst               |   2 +
 .../src/airflow/providers/trino/hooks/trino.py     |   2 +
 .../trino/tests/unit/trino/hooks/test_trino.py     |  20 +
 scripts/ci/pre_commit/check_i18n_json.py           |  71 ++++
 scripts/docker/common.sh                           |   7 +-
 task-sdk/pyproject.toml                            |   2 +-
 task-sdk/src/airflow/sdk/api/client.py             |  29 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   |  26 +-
 task-sdk/src/airflow/sdk/bases/xcom.py             |   8 +
 task-sdk/src/airflow/sdk/execution_time/comms.py   |  36 +-
 .../airflow/sdk/execution_time/lazy_sequence.py    |  94 ++---
 .../src/airflow/sdk/execution_time/supervisor.py   |  14 +-
 .../tests/task_sdk/definitions/test_xcom_arg.py    |   4 +
 .../task_sdk/execution_time/test_lazy_sequence.py  |  33 +-
 .../task_sdk/execution_time/test_supervisor.py     |  25 +-
 147 files changed, 2776 insertions(+), 882 deletions(-)
 create mode 100644 airflow-core/src/airflow/api_fastapi/common/db/dags.py
 copy 
providers/fab/src/airflow/providers/fab/auth_manager/cli_commands/db_command.py 
=> airflow-core/src/airflow/cli/commands/db_manager_command.py (66%)
 copy airflow-core/src/airflow/ui/{CONTRIBUTING.md => src/i18n/README.md} (60%)
 create mode 100755 
airflow-core/src/airflow/ui/src/i18n/check_translations_completeness.py
 create mode 100644 
airflow-core/src/airflow/ui/src/i18n/locales/de/connections.json
 create mode 100644 airflow-core/src/airflow/ui/src/i18n/locales/de/dags.json
 create mode 100644 
airflow-core/src/airflow/ui/src/i18n/locales/pl/connections.json
 create mode 100644 
airflow-core/tests/unit/api_fastapi/execution_api/versions/v2025_04_28/test_xcom.py
 create mode 100644 
airflow-core/tests/unit/cli/commands/test_db_manager_command.py
 copy {airflow-core/src/airflow/api => 
providers/standard/src/airflow/providers/standard/example_dags}/__init__.py 
(100%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_bash_decorator.py (95%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_bash_operator.py (92%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_branch_datetime_operator.py
 (93%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_branch_day_of_week_operator.py
 (92%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_branch_operator.py (96%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_branch_operator_decorator.py
 (96%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_external_task_child_deferrable.py
 (87%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_external_task_marker_dag.py
 (94%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_external_task_parent_deferrable.py
 (92%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_latest_only.py (88%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_python_decorator.py (95%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_python_operator.py (96%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_sensor_decorator.py (90%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_sensors.py (95%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_short_circuit_decorator.py 
(92%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_short_circuit_operator.py 
(92%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/example_trigger_controller_dag.py 
(90%)
 copy {airflow-core/src/airflow/api => 
providers/standard/src/airflow/providers/standard/example_dags/sql}/__init__.py 
(100%)
 rename providers/standard/{tests/system/standard => 
src/airflow/providers/standard/example_dags}/sql/sample.sql (100%)
 delete mode 100644 providers/standard/tests/system/__init__.py
 delete mode 100644 providers/standard/tests/system/standard/__init__.py
 delete mode 100644 providers/standard/tests/system/standard/sql/__init__.py
 create mode 100755 scripts/ci/pre_commit/check_i18n_json.py

Reply via email to