Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
nickpeihl authored Sep 16, 2024
1 parent 9d22e8c commit 6689169
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-mapbox-gl/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "shared-common",
"id": "@kbn/mapbox-gl",
"owner": "@elastic/kibana-gis"
"owner": "@elastic/kibana-presentation"
}
1 change: 0 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@
"team:kibana-presentation",
"team:kibana-data-discovery",
"team:kibana-management",
"team:kibana-gis",
"team:security-solution"
],
"matchBaseBranches": ["main"],
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/maps_ems/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "plugin",
"id": "@kbn/maps-ems-plugin",
"owner": "@elastic/kibana-gis",
"owner": "@elastic/kibana-presentation",
"plugin": {
"id": "mapsEms",
"server": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/packages/maps/vector_tile_utils/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "shared-common",
"id": "@kbn/maps-vector-tile-utils",
"owner": "@elastic/kibana-gis"
"owner": "@elastic/kibana-presentation"
}
2 changes: 1 addition & 1 deletion x-pack/plugins/file_upload/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/maps/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "plugin",
"id": "@kbn/maps-plugin",
"owner": "@elastic/kibana-gis",
"owner": "@elastic/kibana-presentation",
"plugin": {
"id": "maps",
"server": true,
Expand Down

0 comments on commit 6689169

Please sign in to comment.