Skip to content

Commit

Permalink
Merge branch 'main' into notify_assignees
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Nov 8, 2022
2 parents ddd148d + 15d4e7e commit 0e7d652
Show file tree
Hide file tree
Showing 1,189 changed files with 20,743 additions and 11,521 deletions.
4 changes: 2 additions & 2 deletions .bazelrc.common
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ query --incompatible_no_implicit_file_export
common --color=yes
common --show_progress
common --show_task_finish
common --progress_report_interval=10
common --show_progress_rate_limit=10
common --show_loading_progress
build --progress_report_interval=10
build --show_loading_progress
build --show_result=1

# Specifies desired output mode for running tests.
Expand Down
1 change: 1 addition & 0 deletions .buildkite/ftr_configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ enabled:
- x-pack/test/security_functional/saml.config.ts
- x-pack/test/security_functional/insecure_cluster_warning.config.ts
- x-pack/test/security_functional/user_profiles.config.ts
- x-pack/test/security_functional/expired_session.config.ts
- x-pack/test/security_solution_endpoint_api_int/config.ts
- x-pack/test/security_solution_endpoint/config.ts
- x-pack/test/session_view/basic/config.ts
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
],
"always_require_ci_on_changed": [
"^docs/developer/plugin-list.asciidoc$",
"^\\.github/CODEOWNERS$",
"/plugins/[^/]+/readme\\.(md|asciidoc)$"
],
"kibana_versions_check": true,
Expand Down
107 changes: 57 additions & 50 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,14 @@
/test/functional/apps/visualize/ @elastic/kibana-visualizations

# Application Services
/examples/bfetch_explorer/ @elastic/kibana-app-services
/examples/dashboard_embeddable_examples/ @elastic/kibana-app-services
/examples/demo_search/ @elastic/kibana-app-services
/examples/developer_examples/ @elastic/kibana-app-services
/examples/embeddable_examples/ @elastic/kibana-app-services
/examples/embeddable_explorer/ @elastic/kibana-app-services
/examples/state_containers_examples/ @elastic/kibana-app-services
/examples/ui_action_examples/ @elastic/kibana-app-services
/examples/ui_actions_explorer/ @elastic/kibana-app-services
/examples/field_formats_example/ @elastic/kibana-app-services
/examples/partial_results_example/ @elastic/kibana-app-services
/examples/search_examples/ @elastic/kibana-app-services
/src/plugins/bfetch/ @elastic/kibana-app-services
/src/plugins/data/ @elastic/kibana-app-services
/src/plugins/data_views/ @elastic/kibana-app-services
/src/plugins/embeddable/ @elastic/kibana-app-services
Expand All @@ -71,25 +66,71 @@
/src/plugins/inspector/ @elastic/kibana-app-services
/src/plugins/kibana_utils/ @elastic/kibana-app-services
/src/plugins/navigation/ @elastic/kibana-app-services
/src/plugins/share/ @elastic/kibana-app-services
/src/plugins/ui_actions/ @elastic/kibana-app-services
/src/plugins/ui_actions_enhanced/ @elastic/kibana-app-services
/src/plugins/data_view_field_editor @elastic/kibana-app-services
/src/plugins/screenshot_mode @elastic/kibana-app-services
/src/plugins/bfetch/ @elastic/kibana-app-services
/src/plugins/data_view_management/ @elastic/kibana-app-services
/src/plugins/inspector/ @elastic/kibana-app-services
/src/plugins/unified_search/ @elastic/kibana-app-services
/x-pack/examples/ui_actions_enhanced_examples/ @elastic/kibana-app-services
/x-pack/plugins/embeddable_enhanced/ @elastic/kibana-app-services
/x-pack/plugins/runtime_fields @elastic/kibana-app-services
/src/plugins/dashboard/public/application/embeddable/viewport/print_media @elastic/kibana-app-services
/src/plugins/files @elastic/kibana-app-services
/examples/files_example @elastic/kibana-app-services
/x-pack/test/search_sessions_integration/ @elastic/kibana-app-services
/test/plugin_functional/test_suites/panel_actions @elastic/kibana-app-services
/test/plugin_functional/test_suites/data_plugin @elastic/kibana-app-services
/x-pack/plugins/notifications/ @elastic/kibana-app-services

# Global Experience

/src/plugins/bfetch/ @elastic/kibana-global-experience
/src/plugins/files @elastic/kibana-global-experience
/src/plugins/screenshot_mode @elastic/kibana-global-experience
/src/plugins/share/ @elastic/kibana-global-experience
/src/plugins/ui_actions/ @elastic/kibana-global-experience
/src/plugins/ui_actions_enhanced/ @elastic/kibana-global-experience

/x-pack/plugins/notifications/ @elastic/kibana-global-experience

## Examples
/examples/bfetch_explorer/ @elastic/kibana-global-experience
/examples/files_example @elastic/kibana-global-experience
/examples/state_containers_examples/ @elastic/kibana-global-experience
/examples/ui_action_examples/ @elastic/kibana-global-experience
/examples/ui_actions_explorer/ @elastic/kibana-global-experience
/x-pack/examples/ui_actions_enhanced_examples/ @elastic/kibana-global-experience

### Overview Plugin and Packages
/src/plugins/kibana_overview/ @elastic/kibana-global-experience

### Global Experience Reporting
/x-pack/examples/reporting_example/ @elastic/kibana-global-experience
/x-pack/examples/screenshotting_example/ @elastic/kibana-global-experience
/x-pack/plugins/reporting/ @elastic/kibana-global-experience
/x-pack/test/functional/apps/dashboard/reporting/ @elastic/kibana-global-experience
/x-pack/test/functional/apps/reporting/ @elastic/kibana-global-experience
/x-pack/test/functional/apps/reporting_management/ @elastic/kibana-global-experience
/x-pack/test/examples/screenshotting/ @elastic/kibana-global-experience
/x-pack/test/functional/es_archives/lens/reporting/ @elastic/kibana-global-experience
/x-pack/test/functional/es_archives/reporting/ @elastic/kibana-global-experience
/x-pack/test/functional/fixtures/kbn_archiver/reporting/ @elastic/kibana-global-experience
/x-pack/test/reporting_api_integration/ @elastic/kibana-global-experience
/x-pack/test/reporting_functional/ @elastic/kibana-global-experience
/x-pack/test/stack_functional_integration/apps/reporting/ @elastic/kibana-global-experience
/docs/user/reporting @elastic/kibana-global-experience
/docs/settings/reporting-settings.asciidoc @elastic/kibana-global-experience
/docs/setup/configuring-reporting.asciidoc @elastic/kibana-global-experience

### Kibana React (to be deprecated)
/src/plugins/kibana_react/ @elastic/kibana-global-experience
/src/plugins/kibana_react/public/code_editor @elastic/kibana-global-experience @elastic/kibana-presentation

### Home Plugin and Packages
/src/plugins/home/public @elastic/kibana-global-experience
/src/plugins/home/server/*.ts @elastic/kibana-global-experience
/src/plugins/home/server/services/ @elastic/kibana-global-experience

### Code Coverage
#CC# /src/plugins/home/public @elastic/kibana-global-experience
#CC# /src/plugins/home/server/services/ @elastic/kibana-global-experience
#CC# /src/plugins/home/ @elastic/kibana-global-experience
#CC# /x-pack/plugins/reporting/ @elastic/kibana-global-experience

### Observability Plugins

Expand Down Expand Up @@ -640,50 +681,15 @@ x-pack/test/threat_intelligence_cypress @elastic/protections-experience
# Logstash
#CC# /x-pack/plugins/logstash/ @elastic/logstash

# Reporting
/x-pack/examples/reporting_example/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/examples/screenshotting_example/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/plugins/reporting/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/functional/apps/dashboard/reporting/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/functional/apps/reporting/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/functional/apps/reporting_management/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/examples/screenshotting/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/functional/es_archives/lens/reporting/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/functional/es_archives/reporting/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/functional/fixtures/kbn_archiver/reporting/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/reporting_api_integration/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/reporting_functional/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/x-pack/test/stack_functional_integration/apps/reporting/ @elastic/kibana-reporting-services @elastic/kibana-app-services
/docs/user/reporting @elastic/kibana-reporting-services @elastic/kibana-app-services
/docs/settings/reporting-settings.asciidoc @elastic/kibana-reporting-services @elastic/kibana-app-services
/docs/setup/configuring-reporting.asciidoc @elastic/kibana-reporting-services @elastic/kibana-app-services
#CC# /x-pack/plugins/reporting/ @elastic/kibana-reporting-services

# EUI design
/src/plugins/kibana_react/public/page_template/ @elastic/eui-design @elastic/shared-ux
/src/plugins/kibana_react/public/page_template/ @elastic/eui-design @elastic/kibana-global-experience

# Application Experience

### Kibana React (to be deprecated)
/src/plugins/kibana_react/ @elastic/shared-ux
/src/plugins/kibana_react/public/code_editor @elastic/shared-ux @elastic/kibana-presentation

### Home Plugin and Packages
/src/plugins/home/public @elastic/shared-ux
/src/plugins/home/server/*.ts @elastic/shared-ux
/src/plugins/home/server/services/ @elastic/shared-ux

# Landing page for guided onboarding in Home plugin
/src/plugins/home/public/application/components/guided_onboarding @elastic/platform-onboarding

### Overview Plugin and Packages
/src/plugins/kibana_overview/ @elastic/shared-ux

### Code Coverage
#CC# /src/plugins/home/public @elastic/shared-ux
#CC# /src/plugins/home/server/services/ @elastic/shared-ux
#CC# /src/plugins/home/ @elastic/shared-ux

####
## Everything below this comment is automatically generated based on kibana.jsonc
## "owner" fields. This file is automatically updated by CI or can be updated locally
Expand Down Expand Up @@ -925,6 +931,7 @@ packages/kbn-get-repo-files @elastic/kibana-operations
packages/kbn-guided-onboarding @elastic/platform-onboarding
packages/kbn-handlebars @elastic/kibana-security
packages/kbn-hapi-mocks @elastic/kibana-core
packages/kbn-health-gateway-server @elastic/kibana-core
packages/kbn-i18n @elastic/kibana-core
packages/kbn-i18n-react @elastic/kibana-core
packages/kbn-import-resolver @elastic/kibana-operations
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ tsconfig.type_check.json
.yarn-local-mirror

# Bazel
.ijwb
/bazel
/bazel-*
.bazelrc.user
Expand Down
2 changes: 1 addition & 1 deletion api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the actions plugin
date: 2022-11-07
date: 2022-11-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the advancedSettings plugin
date: 2022-11-07
date: 2022-11-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/aiops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiops plugin
date: 2022-11-07
date: 2022-11-08
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
Expand Down
Loading

0 comments on commit 0e7d652

Please sign in to comment.