mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Move @elastic/kibana-gis ownership to @elastic/kibana-presentation (#192521)
## Summary The legacy `@elastic/kibana-gis` team is now a part of `@elastic/kibana-presentation`. So we should move ownership of all code to the correct team.
This commit is contained in:
parent
9d22e8c6a8
commit
6689169687
8 changed files with 12 additions and 13 deletions
12
.github/CODEOWNERS
vendored
12
.github/CODEOWNERS
vendored
|
@ -461,7 +461,7 @@ src/plugins/field_formats @elastic/kibana-data-discovery
|
|||
packages/kbn-field-types @elastic/kibana-data-discovery
|
||||
packages/kbn-field-utils @elastic/kibana-data-discovery
|
||||
x-pack/plugins/fields_metadata @elastic/obs-ux-logs-team
|
||||
x-pack/plugins/file_upload @elastic/kibana-gis @elastic/ml-ui
|
||||
x-pack/plugins/file_upload @elastic/kibana-presentation @elastic/ml-ui
|
||||
examples/files_example @elastic/appex-sharedux
|
||||
src/plugins/files_management @elastic/appex-sharedux
|
||||
src/plugins/files @elastic/appex-sharedux
|
||||
|
@ -583,11 +583,11 @@ packages/kbn-management/settings/types @elastic/kibana-management
|
|||
packages/kbn-management/settings/utilities @elastic/kibana-management
|
||||
packages/kbn-management/storybook/config @elastic/kibana-management
|
||||
test/plugin_functional/plugins/management_test_plugin @elastic/kibana-management
|
||||
packages/kbn-mapbox-gl @elastic/kibana-gis
|
||||
x-pack/examples/third_party_maps_source_example @elastic/kibana-gis
|
||||
src/plugins/maps_ems @elastic/kibana-gis
|
||||
x-pack/plugins/maps @elastic/kibana-gis
|
||||
x-pack/packages/maps/vector_tile_utils @elastic/kibana-gis
|
||||
packages/kbn-mapbox-gl @elastic/kibana-presentation
|
||||
x-pack/examples/third_party_maps_source_example @elastic/kibana-presentation
|
||||
src/plugins/maps_ems @elastic/kibana-presentation
|
||||
x-pack/plugins/maps @elastic/kibana-presentation
|
||||
x-pack/packages/maps/vector_tile_utils @elastic/kibana-presentation
|
||||
x-pack/plugins/observability_solution/metrics_data_access @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team
|
||||
x-pack/packages/ml/agg_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/anomaly_utils @elastic/ml-ui
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/mapbox-gl",
|
||||
"owner": "@elastic/kibana-gis"
|
||||
"owner": "@elastic/kibana-presentation"
|
||||
}
|
||||
|
|
|
@ -371,7 +371,6 @@
|
|||
"team:kibana-presentation",
|
||||
"team:kibana-data-discovery",
|
||||
"team:kibana-management",
|
||||
"team:kibana-gis",
|
||||
"team:security-solution"
|
||||
],
|
||||
"matchBaseBranches": ["main"],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "plugin",
|
||||
"id": "@kbn/maps-ems-plugin",
|
||||
"owner": "@elastic/kibana-gis",
|
||||
"owner": "@elastic/kibana-presentation",
|
||||
"plugin": {
|
||||
"id": "mapsEms",
|
||||
"server": true,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "plugin",
|
||||
"id": "@kbn/maps-custom-raster-source-plugin",
|
||||
"owner": "@elastic/kibana-gis",
|
||||
"owner": "@elastic/kibana-presentation",
|
||||
"description": "An example plugin for creating a custom raster source for Elastic Maps",
|
||||
"plugin": {
|
||||
"id": "mapsCustomRasterSource",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/maps-vector-tile-utils",
|
||||
"owner": "@elastic/kibana-gis"
|
||||
"owner": "@elastic/kibana-presentation"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "plugin",
|
||||
"id": "@kbn/file-upload-plugin",
|
||||
"owner": ["@elastic/kibana-gis", "@elastic/ml-ui"],
|
||||
"owner": ["@elastic/kibana-presentation", "@elastic/ml-ui"],
|
||||
"description": "The file upload plugin contains components and services for uploading a file, analyzing its data, and then importing the data into an Elasticsearch index. Supported file types include CSV, TSV, newline-delimited JSON and GeoJSON.",
|
||||
"plugin": {
|
||||
"id": "fileUpload",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "plugin",
|
||||
"id": "@kbn/maps-plugin",
|
||||
"owner": "@elastic/kibana-gis",
|
||||
"owner": "@elastic/kibana-presentation",
|
||||
"plugin": {
|
||||
"id": "maps",
|
||||
"server": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue