mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Moving] Move Dataset Quality folder into /x-pack/observability_solution
(#177456)
## Summary This PR is part of the initiative to consolidate Observability plugins into `x-pack/plugins/observability_solution`. This PR is strictly a move and an update in references. This was discussed and agreed upon with the Observability org in the Observability Office Hours meeting at the end of 2023. ## Related PRs: - [ ] [Move APM ](https://github.com/elastic/kibana/pull/177433) - [ ] [Move Data Quality](https://github.com/elastic/kibana/pull/177456) <-- you are here - [x] [Move Exploratory View](https://github.com/elastic/kibana/pull/177440) - [ ] [Move Infra](https://github.com/elastic/kibana/pull/177443) - [X] Move Logs Explorer - [x] [Move Observability AI Assistant](https://github.com/elastic/kibana/pull/177427) - [ ] [Move Observability App](https://github.com/elastic/kibana/pull/177437) - [ ] [Move Observability Onboarding](https://github.com/elastic/kibana/pull/177458) - [x] [Move Observability Shared](https://github.com/elastic/kibana/pull/177463) - [x] [Move Profiling](https://github.com/elastic/kibana/pull/177453) - [ ] [Move Synthetics](https://github.com/elastic/kibana/pull/177464) - [ ] [Move Uptime](https://github.com/elastic/kibana/pull/177466) - [x] [Move UX](https://github.com/elastic/kibana/pull/177470) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Yngrid Coello <yngrid.coello@elastic.co>
This commit is contained in:
parent
0dd21e5b63
commit
bc488fb93e
133 changed files with 44 additions and 49 deletions
|
@ -13,7 +13,7 @@
|
|||
"tags": [],
|
||||
"label": "datasetQualityAppTitle",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/dataset_quality/common/translations.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/common/translations.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -27,7 +27,7 @@
|
|||
"tags": [],
|
||||
"label": "DatasetQualityPluginSetup",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/dataset_quality/public/types.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/public/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [],
|
||||
|
@ -41,7 +41,7 @@
|
|||
"tags": [],
|
||||
"label": "DatasetQualityPluginStart",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/dataset_quality/public/types.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/public/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [
|
||||
|
@ -59,7 +59,7 @@
|
|||
"DatasetQualityProps",
|
||||
">"
|
||||
],
|
||||
"path": "x-pack/plugins/dataset_quality/public/types.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/public/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
},
|
||||
|
@ -77,7 +77,7 @@
|
|||
"DatasetQualityController",
|
||||
">"
|
||||
],
|
||||
"path": "x-pack/plugins/dataset_quality/public/types.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/public/types.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"returnComment": [],
|
||||
|
@ -94,7 +94,7 @@
|
|||
"DatasetQualityPublicState",
|
||||
"> | undefined; }"
|
||||
],
|
||||
"path": "x-pack/plugins/dataset_quality/public/controller/create_controller.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/public/controller/create_controller.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false
|
||||
}
|
||||
|
@ -124,7 +124,7 @@
|
|||
"tags": [],
|
||||
"label": "DatasetQualityConfig",
|
||||
"description": [],
|
||||
"path": "x-pack/plugins/dataset_quality/common/plugin_config.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/common/plugin_config.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"children": [],
|
||||
|
@ -227,7 +227,7 @@
|
|||
},
|
||||
" ? ClientRequestParamsOfType<TRouteParamsRT> : {} : never"
|
||||
],
|
||||
"path": "x-pack/plugins/dataset_quality/common/rest/create_call_dataset_quality_api.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/common/rest/create_call_dataset_quality_api.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -310,7 +310,7 @@
|
|||
"ServerRouteCreateOptions",
|
||||
" ? TReturnType : never"
|
||||
],
|
||||
"path": "x-pack/plugins/dataset_quality/common/rest/create_call_dataset_quality_api.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/common/rest/create_call_dataset_quality_api.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -333,7 +333,7 @@
|
|||
},
|
||||
", \"body\"> & { pathname: string; method?: string | undefined; body?: any; }"
|
||||
],
|
||||
"path": "x-pack/plugins/dataset_quality/common/fetch_options.ts",
|
||||
"path": "x-pack/plugins/observability_solution/dataset_quality/common/fetch_options.ts",
|
||||
"deprecated": false,
|
||||
"trackAdoption": false,
|
||||
"initialIsOpen": false
|
||||
|
@ -341,4 +341,4 @@
|
|||
],
|
||||
"objects": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,4 +41,3 @@ Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux
|
|||
|
||||
### Consts, variables and types
|
||||
<DocDefinitionList data={datasetQualityObj.common.misc}/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue