mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Change the ownership of the inference
plugin (#191071)
## Summary Change the ownership from `@elastic/kibana-core` to `@elastic/appex-ai-infra` --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
08fbd9caae
commit
7217ad0c05
2 changed files with 5 additions and 3 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
@ -508,7 +508,7 @@ x-pack/packages/index-management @elastic/kibana-management
|
|||
x-pack/plugins/index_management @elastic/kibana-management
|
||||
test/plugin_functional/plugins/index_patterns @elastic/kibana-data-discovery
|
||||
x-pack/packages/ml/inference_integration_flyout @elastic/ml-ui
|
||||
x-pack/plugins/inference @elastic/kibana-core
|
||||
x-pack/plugins/inference @elastic/appex-ai-infra
|
||||
x-pack/packages/kbn-infra-forge @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/ingest_pipelines @elastic/kibana-management
|
||||
|
@ -1307,7 +1307,6 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te
|
|||
/x-pack/test_serverless/**/test_suites/common/saved_objects_management/ @elastic/kibana-core
|
||||
/x-pack/test_serverless/api_integration/test_suites/common/core/ @elastic/kibana-core
|
||||
/x-pack/test_serverless/api_integration/test_suites/**/telemetry/ @elastic/kibana-core
|
||||
/x-pack/plugins/inference @elastic/kibana-core @elastic/obs-ai-assistant @elastic/security-generative-ai
|
||||
#CC# /src/core/server/csp/ @elastic/kibana-core
|
||||
#CC# /src/plugins/saved_objects/ @elastic/kibana-core
|
||||
#CC# /x-pack/plugins/cloud/ @elastic/kibana-core
|
||||
|
@ -1316,6 +1315,9 @@ x-pack/test/**/deployment_agnostic/ @elastic/appex-qa #temporarily to monitor te
|
|||
#CC# /src/plugins/newsfeed @elastic/kibana-core
|
||||
#CC# /x-pack/plugins/global_search_providers/ @elastic/kibana-core
|
||||
|
||||
# AppEx AI Infra
|
||||
/x-pack/plugins/inference @elastic/appex-ai-infra @elastic/obs-ai-assistant @elastic/security-generative-ai
|
||||
|
||||
# AppEx Platform Services Security
|
||||
x-pack/test_serverless/api_integration/test_suites/common/security_response_headers.ts @elastic/kibana-security
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "plugin",
|
||||
"id": "@kbn/inference-plugin",
|
||||
"owner": "@elastic/kibana-core",
|
||||
"owner": "@elastic/appex-ai-infra",
|
||||
"plugin": {
|
||||
"id": "inference",
|
||||
"server": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue