Skip to content

Commit

Permalink
Moving modules owned by @elastic/obs-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Dec 3, 2024
1 parent 13caf8d commit f689562
Show file tree
Hide file tree
Showing 186 changed files with 159 additions and 159 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ x-pack/packages/kbn-cloud-security-posture/public @elastic/kibana-cloud-security
x-pack/packages/kbn-data-forge @elastic/obs-ux-management-team
x-pack/packages/kbn-elastic-assistant @elastic/security-generative-ai
x-pack/packages/kbn-elastic-assistant-common @elastic/security-generative-ai
x-pack/packages/kbn-entities-schema @elastic/obs-entities
x-pack/packages/kbn-infra-forge @elastic/obs-ux-management-team
x-pack/packages/kbn-langchain @elastic/security-generative-ai
x-pack/packages/kbn-random-sampling @elastic/kibana-visualizations
Expand Down Expand Up @@ -862,6 +861,8 @@ x-pack/packages/security/plugin_types_server @elastic/kibana-security
x-pack/packages/security/role_management_model @elastic/kibana-security
x-pack/packages/security/ui_components @elastic/kibana-security
x-pack/performance @elastic/appex-qa
x-pack/platform/packages/shared/kbn-entities-schema @elastic/obs-entities
x-pack/platform/plugins/shared/entity_manager @elastic/obs-entities
x-pack/plugins/actions @elastic/response-ops
x-pack/plugins/ai_infra/llm_tasks @elastic/appex-ai-infra
x-pack/plugins/ai_infra/product_doc_base @elastic/appex-ai-infra
Expand Down Expand Up @@ -891,7 +892,6 @@ x-pack/plugins/elastic_assistant @elastic/security-generative-ai
x-pack/plugins/embeddable_enhanced @elastic/kibana-presentation
x-pack/plugins/encrypted_saved_objects @elastic/kibana-security
x-pack/plugins/enterprise_search @elastic/search-kibana
x-pack/plugins/entity_manager @elastic/obs-entities
x-pack/plugins/event_log @elastic/response-ops
x-pack/plugins/features @elastic/kibana-core
x-pack/plugins/fields_metadata @elastic/obs-ux-logs-team
Expand Down Expand Up @@ -923,8 +923,6 @@ x-pack/plugins/observability_solution/apm @elastic/obs-ux-infra_services-team
x-pack/plugins/observability_solution/apm_data_access @elastic/obs-ux-infra_services-team
x-pack/plugins/observability_solution/apm/ftr_e2e @elastic/obs-ux-infra_services-team
x-pack/plugins/observability_solution/dataset_quality @elastic/obs-ux-logs-team
x-pack/plugins/observability_solution/entities_data_access @elastic/obs-entities
x-pack/plugins/observability_solution/entity_manager_app @elastic/obs-entities
x-pack/plugins/observability_solution/exploratory_view @elastic/obs-ux-management-team
x-pack/plugins/observability_solution/infra @elastic/obs-ux-logs-team @elastic/obs-ux-infra_services-team
x-pack/plugins/observability_solution/inventory @elastic/obs-ux-infra_services-team
Expand Down Expand Up @@ -991,6 +989,8 @@ x-pack/plugins/translations @elastic/kibana-localization
x-pack/plugins/triggers_actions_ui @elastic/response-ops
x-pack/plugins/upgrade_assistant @elastic/kibana-management
x-pack/plugins/watcher @elastic/kibana-management
x-pack/solutions/observability/plugins/observability_solution/entities_data_access @elastic/obs-entities
x-pack/solutions/observability/plugins/observability_solution/entity_manager_app @elastic/obs-entities
x-pack/test
x-pack/test_serverless
x-pack/test/alerting_api_integration/common/plugins/aad @elastic/response-ops
Expand Down
2 changes: 1 addition & 1 deletion api_docs/entities_data_access.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"signature": [
"void"
],
"path": "x-pack/plugins/observability_solution/entities_data_access/server/plugin.ts",
"path": "x-pack/solutions/observability/solutions/observability/plugins/observability_solution/entities_data_access/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"lifecycle": "start",
Expand Down
70 changes: 35 additions & 35 deletions api_docs/entity_manager.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tags": [],
"label": "EntityClient",
"description": [],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand Down Expand Up @@ -711,7 +711,7 @@
},
" | undefined; }; }, TEndpoint>>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
Expand Down Expand Up @@ -805,7 +805,7 @@
"signature": [
"any"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand Down Expand Up @@ -834,7 +834,7 @@
},
"<object, unknown>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
Expand All @@ -852,7 +852,7 @@
"signature": [
"() => Promise<{ enabled: boolean; reason: string; }>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
Expand All @@ -868,7 +868,7 @@
"signature": [
"(query?: { installOnly?: boolean | \"true\" | \"false\" | undefined; } | undefined) => Promise<{ success: boolean; reason: string; message: string; }>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -882,7 +882,7 @@
"signature": [
"{ installOnly?: boolean | \"true\" | \"false\" | undefined; } | undefined"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
Expand All @@ -900,7 +900,7 @@
"signature": [
"(query?: { deleteData?: boolean | \"true\" | \"false\" | undefined; } | undefined) => Promise<{ success: boolean; reason: string; message: string; }>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -914,7 +914,7 @@
"signature": [
"{ deleteData?: boolean | \"true\" | \"false\" | undefined; } | undefined"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": false
Expand Down Expand Up @@ -942,7 +942,7 @@
"EntityDefinitionWithState",
"[]; }>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -956,7 +956,7 @@
"signature": [
"string"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
Expand All @@ -974,7 +974,7 @@
"signature": [
"(entityInstance: { entity: Pick<{ id: string; type: string; schema_version: string; identity_fields: string | string[]; display_name: string; definition_version: string; definition_id: string; last_seen_timestamp: string; metrics?: Record<string, number> | undefined; }, \"identity_fields\">; } & Required<Metadata>) => string"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -988,7 +988,7 @@
"signature": [
"{ entity: Pick<{ id: string; type: string; schema_version: string; identity_fields: string | string[]; display_name: string; definition_version: string; definition_id: string; last_seen_timestamp: string; metrics?: Record<string, number> | undefined; }, \"identity_fields\">; } & Required<Metadata>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
Expand All @@ -1006,7 +1006,7 @@
"signature": [
"(entityInstance: { entity: Pick<{ id: string; type: string; schema_version: string; identity_fields: string | string[]; display_name: string; definition_version: string; definition_id: string; last_seen_timestamp: string; metrics?: Record<string, number> | undefined; }, \"identity_fields\">; } & Required<Metadata>) => Record<string, string>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -1020,7 +1020,7 @@
"signature": [
"{ entity: Pick<{ id: string; type: string; schema_version: string; identity_fields: string | string[]; display_name: string; definition_version: string; definition_id: string; last_seen_timestamp: string; metrics?: Record<string, number> | undefined; }, \"identity_fields\">; } & Required<Metadata>"
],
"path": "x-pack/plugins/entity_manager/public/lib/entity_client.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/entity_client.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
Expand Down Expand Up @@ -1048,7 +1048,7 @@
},
" extends Error"
],
"path": "x-pack/plugins/entity_manager/public/lib/errors.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -1062,7 +1062,7 @@
"signature": [
"any"
],
"path": "x-pack/plugins/entity_manager/public/lib/errors.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -1076,7 +1076,7 @@
"signature": [
"string"
],
"path": "x-pack/plugins/entity_manager/public/lib/errors.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/lib/errors.ts",
"deprecated": false,
"trackAdoption": false,
"isRequired": true
Expand All @@ -1102,7 +1102,7 @@
"signature": [
"\"entityManager\""
],
"path": "x-pack/plugins/entity_manager/public/index.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand All @@ -1117,7 +1117,7 @@
"signature": [
"\"api_key_not_found\""
],
"path": "x-pack/plugins/entity_manager/common/errors.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/common/errors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand All @@ -1132,7 +1132,7 @@
"signature": [
"\"api_key_not_valid\""
],
"path": "x-pack/plugins/entity_manager/common/errors.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/common/errors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand All @@ -1147,7 +1147,7 @@
"signature": [
"\"api_key_service_disabled\""
],
"path": "x-pack/plugins/entity_manager/common/errors.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/common/errors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand All @@ -1162,7 +1162,7 @@
"signature": [
"\"error_definition_stopped\""
],
"path": "x-pack/plugins/entity_manager/common/errors.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/common/errors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand All @@ -1177,7 +1177,7 @@
"signature": [
"\"partial_builtin_installation\""
],
"path": "x-pack/plugins/entity_manager/common/errors.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/common/errors.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand All @@ -1191,7 +1191,7 @@
"tags": [],
"label": "EntityManagerPublicPluginSetup",
"description": [],
"path": "x-pack/plugins/entity_manager/public/types.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -1211,7 +1211,7 @@
"text": "EntityClient"
}
],
"path": "x-pack/plugins/entity_manager/public/types.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
Expand All @@ -1226,7 +1226,7 @@
"tags": [],
"label": "EntityManagerPublicPluginStart",
"description": [],
"path": "x-pack/plugins/entity_manager/public/types.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/types.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -1246,7 +1246,7 @@
"text": "EntityClient"
}
],
"path": "x-pack/plugins/entity_manager/public/types.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/public/types.ts",
"deprecated": false,
"trackAdoption": false
}
Expand All @@ -1271,7 +1271,7 @@
"signature": [
"{}"
],
"path": "x-pack/plugins/entity_manager/common/config.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/common/config.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand Down Expand Up @@ -1618,7 +1618,7 @@
},
" | undefined; }; }"
],
"path": "x-pack/plugins/entity_manager/server/routes/index.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/server/routes/index.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand All @@ -1632,7 +1632,7 @@
"tags": [],
"label": "EntityManagerServerPluginSetup",
"description": [],
"path": "x-pack/plugins/entity_manager/server/plugin.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [],
Expand All @@ -1646,7 +1646,7 @@
"tags": [],
"label": "EntityManagerServerPluginStart",
"description": [],
"path": "x-pack/plugins/entity_manager/server/plugin.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -1670,7 +1670,7 @@
"EntityClient",
">"
],
"path": "x-pack/plugins/entity_manager/server/plugin.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -1681,7 +1681,7 @@
"tags": [],
"label": "options",
"description": [],
"path": "x-pack/plugins/entity_manager/server/plugin.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/server/plugin.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
Expand All @@ -1702,7 +1702,7 @@
},
"<unknown, unknown, unknown, any>"
],
"path": "x-pack/plugins/entity_manager/server/plugin.ts",
"path": "x-pack/platform/plugins/shared/entity_manager/server/plugin.ts",
"deprecated": false,
"trackAdoption": false
}
Expand Down
Loading

0 comments on commit f689562

Please sign in to comment.