Skip to content

Commit

Permalink
Merge branch 'main' into 169867-inventory-faad
Browse files Browse the repository at this point in the history
  • Loading branch information
ersin-erdal authored Mar 18, 2024
2 parents ca70dd5 + 3a5136a commit e9508cb
Show file tree
Hide file tree
Showing 157 changed files with 716 additions and 484 deletions.
22 changes: 21 additions & 1 deletion .buildkite/scripts/steps/functional/performance_playwright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,30 @@
set -euo pipefail

source .buildkite/scripts/common/util.sh
source .buildkite/scripts/common/setup_bazel.sh

is_test_execution_step

.buildkite/scripts/bootstrap.sh
run_bootstrap() {
echo "Running yarn kbn bootstrap --force-install"
yarn kbn bootstrap --force-install
}

echo "--- yarn install and boostrap"
if ! run_bootstrap; then
echo "--- bootstrap failed, trying again in 15 seconds"
sleep 15

# Most bootstrap failures will result in a problem inside node_modules that does not get fixed on the next bootstrap
# So, we should just delete node_modules in between attempts
rm -rf node_modules

run_bootstrap
fi

if [[ "$DISABLE_BOOTSTRAP_VALIDATION" != "true" ]]; then
check_for_changed_files 'yarn kbn bootstrap'
fi

# These tests are running on static workers so we have to make sure we delete previous build of Kibana
rm -rf "$KIBANA_BUILD_LOCATION"
Expand Down
94 changes: 47 additions & 47 deletions .github/CODEOWNERS

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import advancedSettingsObj from './advanced_settings.devdocs.json';



Contact [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.
Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/console.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import consoleObj from './console.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/deprecations_by_team.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/



## @elastic/platform-deployment-management
## @elastic/kibana-management

| Plugin | Deprecated API | Reference location(s) | Remove By |
| --------|-------|-----------|-----------|
Expand Down
2 changes: 1 addition & 1 deletion api_docs/dev_tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import devToolsObj from './dev_tools.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/es_ui_shared.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import esUiSharedObj from './es_ui_shared.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/index_lifecycle_management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.js



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/index_management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import indexManagementObj from './index_management.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/ingest_pipelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import ingestPipelinesObj from './ingest_pipelines.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_ace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnAceObj from './kbn_ace.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_deeplinks_devtools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_deeplinks_management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnDeeplinksManagementObj from './kbn_deeplinks_management.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_default_nav_devtools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_default_nav_management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.jso



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_generate_console_definitions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_cards_navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.d



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_settings_application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsApplicationObj from './kbn_management_settings_appli



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_se



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_setti



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_settings_components_field_row.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_setting



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_settings_components_form.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_co



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_settings_field_definition.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_f



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_settings_ids.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.j



Contact [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.
Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_settings_section_registry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_s



Contact [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.
Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_settings_types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdo



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_settings_utilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utiliti



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_management_storybook_config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.d



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_serverless_common_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.dev



Contact [@elastic/appex-sharedux @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.
Contact [@elastic/appex-sharedux @elastic/kibana-management](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_serverless_observability_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observabilit



Contact [@elastic/appex-sharedux @elastic/platform-deployment-management @elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.
Contact [@elastic/appex-sharedux @elastic/kibana-management @elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/appex-sharedux ) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_serverless_search_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.dev



Contact [@elastic/enterprise-search-frontend @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/enterprise-search-frontend ) for questions regarding this plugin.
Contact [@elastic/enterprise-search-frontend @elastic/kibana-management](https://github.com/orgs/elastic/teams/enterprise-search-frontend ) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/kbn_serverless_security_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings



Contact [@elastic/security-solution @elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/security-solution ) for questions regarding this plugin.
Contact [@elastic/security-solution @elastic/kibana-management](https://github.com/orgs/elastic/teams/security-solution ) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/license_api_guard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import licenseApiGuardObj from './license_api_guard.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/license_management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import licenseManagementObj from './license_management.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import managementObj from './management.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
2 changes: 1 addition & 1 deletion api_docs/painless_lab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import painlessLabObj from './painless_lab.devdocs.json';



Contact [@elastic/platform-deployment-management](https://github.com/orgs/elastic/teams/platform-deployment-management) for questions regarding this plugin.
Contact [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) for questions regarding this plugin.

**Code health stats**

Expand Down
Loading

0 comments on commit e9508cb

Please sign in to comment.