Skip to content

Commit

Permalink
Categorise straightforward platform/shared packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Nov 21, 2024
1 parent 1ac7848 commit e18baab
Show file tree
Hide file tree
Showing 22 changed files with 131 additions and 43 deletions.
6 changes: 4 additions & 2 deletions packages/default-nav/analytics/kibana.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"@elastic/kibana-data-discovery",
"@elastic/kibana-presentation",
"@elastic/kibana-visualizations"
]
}
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/default-nav/devtools/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/default-nav-devtools",
"owner": "@elastic/kibana-management"
}
"owner": [
"@elastic/kibana-management"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/default-nav/management/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/default-nav-management",
"owner": "@elastic/kibana-management"
}
"owner": [
"@elastic/kibana-management"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/default-nav/ml/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/default-nav-ml",
"owner": "@elastic/ml-ui"
}
"owner": [
"@elastic/ml-ui"
],
"group": "platform",
"visibility": "private"
}
9 changes: 7 additions & 2 deletions packages/kbn-apm-config-loader/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"type": "shared-server",
"id": "@kbn/apm-config-loader",
"owner": ["@elastic/kibana-core", "@vigneshshanmugam"]
}
"owner": [
"@elastic/kibana-core",
"@vigneshshanmugam"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/kbn-handlebars/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/handlebars",
"owner": "@elastic/kibana-security"
}
"owner": [
"@elastic/kibana-security"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/kbn-repo-packages/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/repo-packages",
"owner": "@elastic/kibana-operations"
}
"owner": [
"@elastic/kibana-operations"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/kbn-sse-utils-server/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/sse-utils-server",
"owner": "@elastic/obs-knowledge-team"
}
"owner": [
"@elastic/obs-knowledge-team"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/kbn-ui-shared-deps-npm/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/ui-shared-deps-npm",
"owner": "@elastic/kibana-operations"
}
"owner": [
"@elastic/kibana-operations"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/kbn-ui-shared-deps-src/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/ui-shared-deps-src",
"owner": "@elastic/kibana-operations"
}
"owner": [
"@elastic/kibana-operations"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/react/kibana_context/root/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/react-kibana-context-root",
"owner": "@elastic/appex-sharedux"
}
"owner": [
"@elastic/appex-sharedux"
],
"group": "platform",
"visibility": "private"
}
9 changes: 7 additions & 2 deletions packages/serverless/settings/common/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"type": "shared-common",
"id": "@kbn/serverless-common-settings",
"owner": "@elastic/appex-sharedux @elastic/kibana-management"
}
"owner": [
"@elastic/appex-sharedux",
"@elastic/kibana-management"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions packages/shared-ux/file/types/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/shared-ux-file-types",
"owner": "@elastic/appex-sharedux"
}
"owner": [
"@elastic/appex-sharedux"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions x-pack/packages/kbn-alerting-state-types/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-server",
"id": "@kbn/alerting-state-types",
"owner": "@elastic/response-ops"
}
"owner": [
"@elastic/response-ops"
],
"group": "platform",
"visibility": "private"
}
6 changes: 5 additions & 1 deletion x-pack/packages/kbn-infra-forge/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/infra-forge",
"owner": "@elastic/obs-ux-management-team"
"owner": [
"@elastic/obs-ux-management-team",
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions x-pack/packages/maps/vector_tile_utils/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/maps-vector-tile-utils",
"owner": "@elastic/kibana-presentation"
}
"owner": [
"@elastic/kibana-presentation"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions x-pack/packages/ml/agg_utils/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/ml-agg-utils",
"owner": "@elastic/ml-ui"
}
"owner": [
"@elastic/ml-ui"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions x-pack/packages/ml/aiops_test_utils/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/aiops-test-utils",
"owner": "@elastic/ml-ui"
}
"owner": [
"@elastic/ml-ui"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions x-pack/packages/ml/category_validator/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/ml-category-validator",
"owner": "@elastic/ml-ui"
}
"owner": [
"@elastic/ml-ui"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions x-pack/packages/ml/data_frame_analytics_utils/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/ml-data-frame-analytics-utils",
"owner": "@elastic/ml-ui"
}
"owner": [
"@elastic/ml-ui"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions x-pack/packages/ml/is_populated_object/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/ml-is-populated-object",
"owner": "@elastic/ml-ui"
}
"owner": [
"@elastic/ml-ui"
],
"group": "platform",
"visibility": "private"
}
8 changes: 6 additions & 2 deletions x-pack/packages/ml/string_hash/kibana.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"type": "shared-common",
"id": "@kbn/ml-string-hash",
"owner": "@elastic/ml-ui"
}
"owner": [
"@elastic/ml-ui"
],
"group": "platform",
"visibility": "private"
}

0 comments on commit e18baab

Please sign in to comment.