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 78de9fb1a03 Bump the ui-plugin-template-package-updates group across 1
directory with 15 updates
add a9dbe4e9839 Add HITLDetailHistory UI (#56760)
add 41f3dfec493 UI: Update PoolBar to separate Scheduled and Deferred
slots (#59270)
add af2c665193e Bump the core-ui-package-updates group across 1 directory
with 2 updates (#60533)
add f5a2a44b6a4 fix flaky test (#60398)
add b43256b0882 Remove significant newsfragment template (#60545)
add 9b50d54b5f0 Move core newsfragment to right folder; fix release
command (#60546)
add 700f519a879 Remove unused "test" files (#60548)
add ed62102b558 Fix python client NOTICE and wheel content (#60539)
add 1df65f5cec7 Promote release_notes.rst into documentation that replace
changelog.rst (#60482)
add 8d4ab23ea0c Kubernetes Pod Operator: Skip async defferal when pod
already complete (#58684)
add e06164776fc Update AI question header to 5th-level in PR template and
add separator (#60531)
add e943d588e7f CI: Upgrade important CI environment (#60552)
add b2213ba1467 Option to disable exporting of legacy metric names (#53722)
add eaa40bf6f76 Migrate FAB POST /users to FastAPI (#60523)
add 04a0b213008 CI: Upgrade important CI environment (#60561)
add 39e52f5c384 feat e2e tests to verify for tasks tab functionality
(#59943)
add 49d88a2c49d Filter out duplicates too while validating shared
distributions (#60574)
add 0e0fceb9b73 Add warning when Bundle path may not be accessible to
impersonated user (#60278)
add c58bdfca4b7 fix type error when date_time is str (#60414)
add 376a0246400 feat(api_fastapi): support OR operator in search
parameters (#60008)
add f9877a07cd2 Docs: Add security warning for Asset creation permissions
(#60564)
add e4351fa89d9 Fix/backfill permission error handling (#60582)
add 74d0c476224 Refactor db_cleanup.py to use SQLA2 (#60377)
add afdbb76957b Documentation update of cherry-pick details for users
(#60386)
add 565be341afb Cache user object fetched per request in FAB auth manager
for improved performance. (#60274)
add 5a3c4fc8cba Timezone selector button in Navbar (#60391)
add ab2fef75ccb fix: reset pagination on search in all pages (#60411)
add b77ec2cbbe1 feat: Add listener notification in API endpoint when
skipped (#60585)
add af4bf1d9152 fix: reset pagination on search in all pages (#60411)
add 98c9bc72e5d Fix incorrect compute param example in
SageMakerNotebookHook docstring (#60247)
add 908cd438169 Chart: fix securityContext.containers/ingress.apiServer in
values.schema.json (#60575)
add 78dee381419 Prevent OpenLineage failure when BigQuery table metadata
is missing (#60380)
add cfaeb04ca97 Chart: Add dag processor PodDisruptionBudget support
(#60294)
add 16435f90727 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 (78de9fb1a03)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-a782a09749
(16435f90727)
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/PULL_REQUEST_TEMPLATE.md | 4 +-
.github/actions/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/news-fragment.yml | 63 -
.github/workflows/release_dockerhub_image.yml | 2 +-
.pre-commit-config.yaml | 5 +-
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
airflow-core/.pre-commit-config.yaml | 10 -
.../administration-and-deployment/dag-bundles.rst | 17 +
.../administration-and-deployment/listeners.rst | 8 +
.../logging-monitoring/metric_tables.rst | 129 ++
.../logging-monitoring/metrics.rst | 170 +--
.../docs/authoring-and-scheduling/assets.rst | 7 +-
.../newsfragments}/59938.bugfix.rst | 0
airflow-core/newsfragments/config.toml | 2 +-
.../newsfragments/template.significant.rst | 33 -
.../auth/managers/simple/ui/package-lock.json | 16 +-
.../auth/managers/simple/ui/package.json | 4 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 1334 ++++++++++----------
.../api_fastapi/auth/middlewares/refresh_token.py | 13 +-
.../src/airflow/api_fastapi/common/parameters.py | 8 +
.../api_fastapi/core_api/datamodels/hitl.py | 7 +
.../core_api/datamodels/task_instance_history.py | 6 -
.../api_fastapi/core_api/openapi/_private_ui.yaml | 24 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 304 +++--
.../api_fastapi/core_api/routes/public/hitl.py | 72 +-
.../core_api/routes/public/task_instances.py | 26 +-
.../core_api/services/public/task_instances.py | 2 +
airflow-core/src/airflow/assets/manager.py | 2 +-
.../src/airflow/cli/commands/daemon_utils.py | 2 +-
.../src/airflow/config_templates/config.yml | 9 +
airflow-core/src/airflow/dag_processing/manager.py | 2 +-
.../src/airflow/dag_processing/processor.py | 2 +-
.../airflow/example_dags/plugins/event_listener.py | 46 +-
.../src/airflow/executors/base_executor.py | 7 +-
.../src/airflow/jobs/dag_processor_job_runner.py | 2 +-
airflow-core/src/airflow/jobs/job.py | 2 +-
.../src/airflow/jobs/scheduler_job_runner.py | 92 +-
.../src/airflow/jobs/triggerer_job_runner.py | 19 +-
airflow-core/src/airflow/models/callback.py | 2 +-
airflow-core/src/airflow/models/dagrun.py | 44 +-
airflow-core/src/airflow/models/deadline.py | 2 +-
airflow-core/src/airflow/models/taskinstance.py | 18 +-
.../observability/metrics/datadog_logger.py | 1 +
.../airflow/observability/metrics/otel_logger.py | 3 +-
.../airflow/observability/metrics/statsd_logger.py | 3 +-
airflow-core/src/airflow/observability/stats.py | 80 --
airflow-core/src/airflow/plugins_manager.py | 2 +-
.../src/airflow/serialization/definitions/dag.py | 2 +-
.../airflow/serialization/serialized_objects.py | 7 +-
.../src/airflow/ui/openapi-gen/queries/common.ts | 10 +
.../ui/openapi-gen/queries/ensureQueryData.ts | 99 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 99 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 101 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 99 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 17 +-
.../ui/openapi-gen/requests/services.gen.ts | 116 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 121 +-
.../airflow/ui/public/i18n/locales/en/common.json | 10 +-
.../ui/public/i18n/locales/en/components.json | 1 +
.../src/components/DagActions/RunBackfillForm.tsx | 23 +-
.../src/airflow/ui/src/components/PoolBar.tsx | 126 +-
.../src/airflow/ui/src/layouts/Nav/Nav.tsx | 18 +-
.../ui/src/layouts/Nav/TimezoneMenuItem.tsx | 58 -
.../ui/src/layouts/Nav/UserSettingsButton.tsx | 5 -
.../airflow/ui/src/pages/AssetsList/AssetsList.tsx | 11 +-
.../ui/src/pages/Connections/Connections.tsx | 11 +-
.../pages/Dag/Tasks/TaskFilters/TaskFilters.tsx | 6 +-
.../src/airflow/ui/src/pages/DagsList/DagsList.tsx | 17 +-
.../pages/Dashboard/PoolSummary/PoolSummary.tsx | 4 +-
.../pages/HITLTaskInstances/HITLResponseForm.tsx | 14 +-
.../src/airflow/ui/src/pages/Pools/PoolBarCard.tsx | 5 +-
.../src/airflow/ui/src/pages/Pools/Pools.tsx | 9 +-
.../ui/src/pages/TaskInstance/AssetEvents.tsx | 12 +-
.../ui/src/pages/TaskInstance/HITLResponse.tsx | 54 +-
.../airflow/ui/src/pages/Variables/Variables.tsx | 11 +-
.../src/airflow/ui/src/utils/datetimeUtils.ts | 8 +
airflow-core/src/airflow/ui/src/utils/hitl.ts | 8 +-
.../src/airflow/ui/tests/e2e/pages/DagsPage.ts | 78 +-
.../airflow/ui/tests/e2e/specs/dag-tasks.spec.ts | 169 +++
airflow-core/src/airflow/utils/db_cleanup.py | 34 +-
airflow-core/tests/integration/otel/test_otel.py | 130 ++
.../unit/api_fastapi/common/test_parameters.py | 28 +-
.../core_api/routes/public/test_dags.py | 1 +
.../core_api/routes/public/test_hitl.py | 4 +-
.../core_api/routes/public/test_task_instances.py | 167 +--
.../tests/unit/core/test_dual_stats_manager.py | 287 +++++
.../tests/unit/listeners/class_listener.py | 4 +
airflow-core/tests/unit/models/test_dagrun.py | 8 +-
.../tests/unit/models/test_taskinstance.py | 42 +-
.../tests/unit/observability/metrics/__init__.py | 16 -
.../unit/serialization/test_serialized_objects.py | 35 +
airflow-ctl/docs/changelog.rst | 31 -
airflow-ctl/docs/index.rst | 2 +-
{chart => airflow-ctl}/docs/release_notes.rst | 0
.../src/airflowctl/api/datamodels/generated.py | 42 +-
chart/.pre-commit-config.yaml | 2 +-
chart/newsfragments/60242.improvement.rst | 1 +
...yaml => dag-processor-poddisruptionbudget.yaml} | 23 +-
chart/values.schema.json | 149 ++-
chart/values.yaml | 10 +
clients/python/NOTICE | 5 +
clients/python/pyproject.toml | 2 -
contributing-docs/05_pull_requests.rst | 38 +-
contributing-docs/18_contribution_workflow.rst | 10 +-
dev/README_RELEASE_AIRFLOW.md | 2 +-
dev/README_RELEASE_AIRFLOWCTL.md | 1 -
dev/README_RELEASE_PYTHON_CLIENT.md | 26 +-
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/breeze/src/airflow_breeze/utils/github.py | 2 +-
dev/breeze/uv.lock | 68 +-
.../react_plugin_template/package.json | 2 +-
devel-common/pyproject.toml | 1 +
devel-common/src/docs/utils/conf_constants.py | 1 +
.../sphinx_exts/metrics_tables_from_registry.py | 14 +-
.../src/tests_common/test_utils/otel_utils.py | 68 +-
docs/spelling_wordlist.txt | 1 +
go-sdk/.pre-commit-config.yaml | 2 +-
.../src/airflow/providers/amazon/aws/hooks/s3.py | 22 +-
.../amazon/aws/hooks/sagemaker_unified_studio.py | 9 +-
.../aws/operators/sagemaker_unified_studio.py | 5 +-
.../amazon/tests/unit/amazon/aws/hooks/test_s3.py | 25 +-
.../providers/cncf/kubernetes/operators/pod.py | 70 +-
.../providers/cncf/kubernetes/triggers/pod.py | 6 +-
.../unit/cncf/kubernetes/operators/test_pod.py | 52 +
.../src/airflow/providers/common/compat/sdk.py | 4 +-
providers/edge3/pyproject.toml | 2 +-
.../airflow/providers/edge3/models/edge_worker.py | 77 +-
.../providers/edge3/worker_api/routes/jobs.py | 27 +-
.../providers/edge3/worker_api/routes/worker.py | 19 +-
.../unit/edge3/worker_api/routes/test_jobs.py | 16 +-
providers/fab/docs/index.rst | 1 +
providers/fab/provider.yaml | 8 +
providers/fab/pyproject.toml | 1 +
.../auth_manager/api_fastapi/datamodels/roles.py | 6 +
.../auth_manager/api_fastapi/datamodels/users.py | 46 +-
.../openapi/v2-fab-auth-manager-generated.yaml | 170 +++
.../fab/auth_manager/api_fastapi/routes/users.py | 47 +
.../fab/auth_manager/api_fastapi/services/users.py | 91 ++
.../providers/fab/auth_manager/fab_auth_manager.py | 15 +-
.../src/airflow/providers/fab/get_provider_info.py | 7 +
.../api_fastapi/datamodels/test_users.py | 145 +++
.../auth_manager/api_fastapi/routes/test_users.py | 173 +++
.../api_fastapi/services/test_users.py | 206 +++
.../unit/fab/auth_manager/test_fab_auth_manager.py | 19 +-
.../providers/google/cloud/operators/bigquery.py | 3 +
.../google/cloud/operators/kubernetes_engine.py | 4 +-
.../unit/google/cloud/operators/test_bigquery.py | 18 +
providers/openlineage/pyproject.toml | 2 +-
.../providers/openlineage/plugins/adapter.py | 15 +-
.../tests/unit/openlineage/plugins/test_adapter.py | 119 +-
pyproject.toml | 3 +-
scripts/ci/prek/chart_schema.py | 4 +
.../ci/prek/check_shared_distributions_usage.py | 49 +
.../ci/prek/significant_newsfragments_checker.py | 253 ----
scripts/tools/setup_breeze | 2 +-
.../observability/metrics/base_stats_logger.py | 22 +
.../observability/metrics/datadog_logger.py | 3 +-
.../observability/metrics/dual_stats_manager.py | 282 +++++
.../observability/metrics/metrics_registry.py | 165 +++
.../observability/metrics/metrics_template.yaml | 557 ++++++++
.../observability/metrics/otel_logger.py | 9 +-
.../airflow_shared/observability/metrics}/stats.py | 61 +-
.../observability/metrics/statsd_logger.py | 1 -
.../metrics/test_dual_stats_manager.py | 287 +++++
.../tests}/observability/metrics/test_stats.py | 190 ++-
.../tests/observability/test_otel_utils.py | 249 ++++
.../src/airflow/sdk/execution_time/task_runner.py | 45 +-
task-sdk/src/airflow/sdk/io/fs.py | 2 +-
.../sdk/observability/metrics/datadog_logger.py | 1 +
.../sdk/observability/metrics/otel_logger.py | 1 -
.../sdk/observability/metrics/statsd_logger.py | 1 -
task-sdk/src/airflow/sdk/plugins_manager.py | 2 +-
task-sdk/src/airflow/sdk/serde/__init__.py | 8 +-
.../task_sdk/execution_time/test_task_runner.py | 50 +
tests/models/__init__.py | 16 -
tests/models/test_pool.py | 18 -
181 files changed, 6304 insertions(+), 2617 deletions(-)
delete mode 100644 .github/workflows/news-fragment.yml
create mode 100644
airflow-core/docs/administration-and-deployment/logging-monitoring/metric_tables.rst
rename {newsfragments => airflow-core/newsfragments}/59938.bugfix.rst (100%)
delete mode 100644 airflow-core/newsfragments/template.significant.rst
delete mode 100644 airflow-core/src/airflow/observability/stats.py
delete mode 100644
airflow-core/src/airflow/ui/src/layouts/Nav/TimezoneMenuItem.tsx
create mode 100644
airflow-core/src/airflow/ui/tests/e2e/specs/dag-tasks.spec.ts
create mode 100644 airflow-core/tests/unit/core/test_dual_stats_manager.py
delete mode 100644 airflow-core/tests/unit/observability/metrics/__init__.py
delete mode 100644 airflow-ctl/docs/changelog.rst
copy {chart => airflow-ctl}/docs/release_notes.rst (100%)
create mode 100644 chart/newsfragments/60242.improvement.rst
copy chart/templates/dag-processor/{dag-processor-serviceaccount.yaml =>
dag-processor-poddisruptionbudget.yaml} (74%)
copy airflow-core/src/airflow/api_fastapi/core_api/datamodels/extra_links.py
=> devel-common/src/sphinx_exts/metrics_tables_from_registry.py (69%)
copy airflow-core/src/airflow/api_fastapi/execution_api/datamodels/dagrun.py
=>
providers/fab/src/airflow/providers/fab/auth_manager/api_fastapi/datamodels/users.py
(52%)
create mode 100644
providers/fab/src/airflow/providers/fab/auth_manager/api_fastapi/routes/users.py
create mode 100644
providers/fab/src/airflow/providers/fab/auth_manager/api_fastapi/services/users.py
create mode 100644
providers/fab/tests/unit/fab/auth_manager/api_fastapi/datamodels/test_users.py
create mode 100644
providers/fab/tests/unit/fab/auth_manager/api_fastapi/routes/test_users.py
create mode 100644
providers/fab/tests/unit/fab/auth_manager/api_fastapi/services/test_users.py
delete mode 100755 scripts/ci/prek/significant_newsfragments_checker.py
create mode 100644
shared/observability/src/airflow_shared/observability/metrics/dual_stats_manager.py
create mode 100644
shared/observability/src/airflow_shared/observability/metrics/metrics_registry.py
create mode 100644
shared/observability/src/airflow_shared/observability/metrics/metrics_template.yaml
rename {task-sdk/src/airflow/sdk/observability =>
shared/observability/src/airflow_shared/observability/metrics}/stats.py (51%)
create mode 100644
shared/observability/tests/observability/metrics/test_dual_stats_manager.py
rename {airflow-core/tests/unit =>
shared/observability/tests}/observability/metrics/test_stats.py (71%)
delete mode 100644 tests/models/__init__.py
delete mode 100644 tests/models/test_pool.py