This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-a782a09749
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 16435f90727 Bump the ui-plugin-template-package-updates group across 1
directory with 15 updates
add 33089255c9a Mark pending-response PRs stale after 7 days (#60604)
add df66f28522e CI: Upgrade important CI environment (#60603)
add 4ba37f48cd4 docs:clarify relationship between Context and template
context (#60566)
add faf847c59d0 Add support for async callables in ``PythonOperator``
(#60268)
add 3cc101d4173 Add team selector in variable form (#60474)
add 2de609e11d1 Update release command and guide (#60508)
add e70963e7a4e Simplify metric names construction in BaseExecutor
emit_metrics (#60357)
add 4dbe9b207c3 Add workers.celery.kerberosInitContainer field (#60427)
add fb664dc7128 Docs: Improve wording in Helm chart introduction (#60595)
add 720c041a8ba CI: Upgrade important CI environment (#60613)
add 746f23bad8b Add jscheffl for K8s provider as codeowner (#60612)
add 7524107bf5c feature:Trigger form missing "Select Recent
Configurations" from airflow 2 (#56406)
add 001f0e212a7 [DOCS] fix link of colima installation guide (#60625)
add 56517d7ebeb Increase retry interval and maximum retries for remote
logging tests (#60629)
add bf02cf86b34 Update Dutch translations (2026-01-15) (#60608)
add 6e97e25d27f i18n(zh-TW): add missing translations (#60631)
add f59198a6db8 Move row count and display toggle into DataTable (#57680)
add fdd12cfde23 Remove API error from disabling submit (#60473)
add ae95bebf77d Bump the ui-plugin-template-package-updates group across 1
directory with 15 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 (16435f90727)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-a782a09749
(ae95bebf77d)
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/CODEOWNERS | 11 +-
.github/actions/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
.github/workflows/stale.yml | 20 ++-
.pre-commit-config.yaml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 4 +-
airflow-core/docs/best-practices.rst | 2 +-
airflow-core/docs/templates-ref.rst | 4 +
airflow-core/newsfragments/60268.improvement.rst | 1 +
.../src/airflow/executors/base_executor.py | 26 ++--
.../src/airflow/jobs/triggerer_job_runner.py | 4 +-
.../ui/public/i18n/locales/en/components.json | 1 +
.../airflow/ui/public/i18n/locales/nl/admin.json | 6 +
.../airflow/ui/public/i18n/locales/nl/assets.json | 2 +
.../airflow/ui/public/i18n/locales/nl/browse.json | 26 +++-
.../airflow/ui/public/i18n/locales/nl/common.json | 27 ++--
.../ui/public/i18n/locales/nl/components.json | 27 +++-
.../src/airflow/ui/public/i18n/locales/nl/dag.json | 12 ++
.../airflow/ui/public/i18n/locales/nl/dags.json | 5 +
.../ui/public/i18n/locales/nl/dashboard.json | 3 +-
.../airflow/ui/public/i18n/locales/nl/hitl.json | 3 +-
.../ui/public/i18n/locales/zh-CN/components.json | 1 +
.../ui/public/i18n/locales/zh-TW/common.json | 10 +-
.../ui/public/i18n/locales/zh-TW/components.json | 9 ++
.../components/ActionAccordion/ActionAccordion.tsx | 2 +-
.../ui/src/components/Assets/AssetEvents.tsx | 2 +-
.../src/components/DagActions/RunBackfillForm.tsx | 2 +-
.../ui/src/components/DataTable/DataTable.test.tsx | 100 +++++++++++++-
.../ui/src/components/DataTable/DataTable.tsx | 32 ++++-
.../TriggerDag/TriggerDAGAdvancedOptions.tsx | 2 +-
.../src/components/TriggerDag/TriggerDAGButton.tsx | 89 ++++++++++++-
.../src/components/TriggerDag/TriggerDAGForm.tsx | 80 +++++++-----
.../src/components/TriggerDag/TriggerDAGModal.tsx | 9 ++
.../{AssetExpression => TriggerDag}/types.ts | 38 ++----
.../airflow/ui/src/pages/AssetsList/AssetsList.tsx | 4 +-
.../src/airflow/ui/src/pages/Configs/Configs.tsx | 2 +-
.../ui/src/pages/Connections/Connections.tsx | 2 +-
.../ui/src/pages/Dag/Backfills/Backfills.tsx | 2 +-
.../src/airflow/ui/src/pages/Dag/Tasks/Tasks.tsx | 4 +-
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx | 2 +-
.../src/airflow/ui/src/pages/DagsList/DagsList.tsx | 13 +-
.../src/airflow/ui/src/pages/Events/Events.tsx | 3 +-
.../pages/HITLTaskInstances/HITLTaskInstances.tsx | 9 +-
airflow-core/src/airflow/ui/src/pages/Plugins.tsx | 3 +-
.../src/airflow/ui/src/pages/Pools/Pools.tsx | 2 +-
.../src/airflow/ui/src/pages/Providers.tsx | 3 +-
.../ui/src/pages/TaskInstances/TaskInstances.tsx | 2 +-
.../Variables/ManageVariable/AddVariableButton.tsx | 1 +
.../ManageVariable/EditVariableButton.tsx | 1 +
.../Variables/ManageVariable/VariableForm.tsx | 6 +
.../airflow/ui/src/pages/Variables/Variables.tsx | 2 +-
.../src/airflow/ui/src/pages/XCom/XCom.tsx | 3 +-
.../src/airflow/ui/src/queries/useAddVariable.ts | 1 +
.../src/airflow/ui/src/queries/useParamStore.ts | 42 ++++--
.../src/airflow/ui/src/queries/useTrigger.ts | 2 +-
.../core_api/routes/public/test_task_instances.py | 58 ++++-----
.../tests/unit/executors/test_base_executor.py | 31 +++++
.../remote_log_tests/test_remote_logging.py | 4 +-
chart/docs/index.rst | 2 +-
chart/templates/NOTES.txt | 8 ++
chart/templates/workers/worker-deployment.yaml | 6 +-
chart/values.schema.json | 85 +++++++++++-
chart/values.yaml | 20 +++
dev/README_RELEASE_AIRFLOW.md | 32 ++---
dev/breeze/doc/01_installation.rst | 4 +-
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_candidate_command.py | 22 +++-
.../src/airflow_breeze/commands/release_command.py | 3 +
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/tests/test_release_candidate_command.py | 7 +-
dev/breeze/uv.lock | 78 +++++------
.../react_plugin_template/package.json | 4 +-
devel-common/pyproject.toml | 2 +-
.../tests/helm_tests/airflow_core/test_worker.py | 61 +++++++++
.../providers/common/compat/standard/operators.py | 56 ++++++++
.../providers/common/compat/version_compat.py | 2 +
providers/standard/docs/operators/python.rst | 31 +++++
providers/standard/pyproject.toml | 2 +-
.../example_dags/example_python_decorator.py | 17 +++
.../example_dags/example_python_operator.py | 18 +++
.../airflow/providers/standard/operators/python.py | 65 +++++++++-
.../tests/unit/standard/decorators/test_python.py | 36 +++++-
.../tests/unit/standard/operators/test_python.py | 25 +++-
pyproject.toml | 2 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
scripts/tools/setup_breeze | 2 +-
task-sdk/docs/api.rst | 11 +-
task-sdk/docs/index.rst | 1 +
task-sdk/src/airflow/sdk/__init__.py | 10 +-
task-sdk/src/airflow/sdk/__init__.pyi | 2 +
task-sdk/src/airflow/sdk/bases/decorator.py | 49 ++++++-
task-sdk/src/airflow/sdk/bases/operator.py | 55 +++++++-
.../sdk/definitions/_internal/abstractoperator.py | 4 +
.../airflow/sdk/execution_time/callback_runner.py | 67 +++++++++-
task-sdk/src/airflow/sdk/execution_time/comms.py | 72 ++++++++---
task-sdk/tests/task_sdk/bases/test_decorator.py | 144 ++++++++++++++++++++-
101 files changed, 1471 insertions(+), 318 deletions(-)
create mode 100644 airflow-core/newsfragments/60268.improvement.rst
copy airflow-core/src/airflow/ui/src/components/{AssetExpression =>
TriggerDag}/types.ts (59%)