You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Data quality] Transfer data quality plugin and tab to Kibana Management (elastic#264652)
## Summary
- Transfer ownership of the core Data Quality areas to Kibana Management
by updating module `owner` metadata for:
- `x-pack/platform/packages/private/kbn-data-quality`
- `x-pack/platform/plugins/shared/data_quality`
- `x-pack/platform/plugins/shared/dataset_quality`
- Transfer ownership of the Streams **Data Quality tab** integration
points to Kibana Management via `CODEOWNERS`, covering:
-
`x-pack/platform/plugins/shared/streams_app/public/components/stream_data_quality/`
(Data Quality tab component subtree)
-
`x-pack/platform/plugins/shared/streams_app/public/hooks/use_dataset_quality_controller.ts`
-
`x-pack/platform/plugins/shared/streams_app/public/hooks/use_streams_doc_counts_fetch.ts`
-
`x-pack/platform/plugins/shared/streams/server/routes/streams/doc_counts/`
(Data quality-related routes)
- Transfer ownership of Data Quality / Dataset Quality test coverage to
Kibana Management via `CODEOWNERS`, including:
- Streams Data Quality tab Scout UI test:
`x-pack/platform/plugins/shared/streams_app/test/scout/ui/tests/data_management/data_quality.spec.ts`
- Dataset Quality functional tests + page object:
`x-pack/solutions/observability/test/functional/apps/dataset_quality/`
and
`x-pack/solutions/observability/test/functional/page_objects/dataset_quality.ts`
- Serverless Dataset Quality suite:
`x-pack/solutions/observability/test/serverless/functional/test_suites/dataset_quality/`
- Deployment-agnostic API integration tests:
`x-pack/solutions/observability/test/api_integration_deployment_agnostic/apis/dataset_quality/`
and
`x-pack/platform/test/api_integration_deployment_agnostic/apis/streams/doc_counts.ts`
- No intentional change to product behavior or public APIs
(ownership/routing only).
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
0 commit comments