Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
4e59f10
Relocating module `@kbn/cloud-data-migration-plugin`
mattkime Dec 12, 2024
c4ac7b9
Relocating module `@kbn/console-plugin`
mattkime Dec 12, 2024
0fea130
Relocating module `@kbn/cross-cluster-replication-plugin`
mattkime Dec 12, 2024
f343da8
Relocating module `@kbn/deeplinks-devtools`
mattkime Dec 12, 2024
041ab07
Relocating module `@kbn/deeplinks-management`
mattkime Dec 12, 2024
b9dcdd5
Relocating module `@kbn/default-nav-devtools`
mattkime Dec 12, 2024
694381a
Relocating module `@kbn/default-nav-management`
mattkime Dec 12, 2024
9134cfb
Relocating module `@kbn/dev-tools-plugin`
mattkime Dec 12, 2024
7c0defb
Relocating module `@kbn/es-ui-shared-plugin`
mattkime Dec 12, 2024
152958c
Relocating module `@kbn/grokdebugger-plugin`
mattkime Dec 12, 2024
55add2b
Relocating module `@kbn/index-lifecycle-management-common-shared`
mattkime Dec 12, 2024
31b517f
Relocating module `@kbn/index-lifecycle-management-plugin`
mattkime Dec 12, 2024
0ccb768
Relocating module `@kbn/index-management-shared-types`
mattkime Dec 12, 2024
6ae1466
Relocating module `@kbn/license-api-guard-plugin`
mattkime Dec 12, 2024
9ef112e
Relocating module `@kbn/license-management-plugin`
mattkime Dec 12, 2024
da4867b
Relocating module `@kbn/management-cards-navigation`
mattkime Dec 12, 2024
197acec
Relocating module `@kbn/management-plugin`
mattkime Dec 12, 2024
2756f1c
Relocating module `@kbn/management-settings-application`
mattkime Dec 12, 2024
538df81
Relocating module `@kbn/management-settings-components-field-category`
mattkime Dec 12, 2024
111d566
Relocating module `@kbn/management-settings-components-field-input`
mattkime Dec 12, 2024
7b85d47
Relocating module `@kbn/management-settings-components-field-row`
mattkime Dec 12, 2024
872313e
Relocating module `@kbn/management-settings-components-form`
mattkime Dec 12, 2024
f70acf8
Relocating module `@kbn/management-settings-field-definition`
mattkime Dec 12, 2024
18bfe65
Relocating module `@kbn/management-settings-types`
mattkime Dec 12, 2024
3533934
Relocating module `@kbn/management-settings-utilities`
mattkime Dec 12, 2024
89c7785
Relocating module `@kbn/painless-lab-plugin`
mattkime Dec 12, 2024
d1634ea
Relocating module `@kbn/remote-clusters-plugin`
mattkime Dec 12, 2024
6d1f1ca
Relocating module `@kbn/rollup`
mattkime Dec 12, 2024
7825c11
Relocating module `@kbn/rollup-plugin`
mattkime Dec 12, 2024
4f20c32
Relocating module `@kbn/runtime-fields-plugin`
mattkime Dec 12, 2024
7994302
Relocating module `@kbn/searchprofiler-plugin`
mattkime Dec 12, 2024
6f401ab
Relocating module `@kbn/snapshot-restore-plugin`
mattkime Dec 12, 2024
2adcebf
Relocating module `@kbn/unsaved-changes-prompt`
mattkime Dec 12, 2024
fe522df
Relocating module `@kbn/watcher-plugin`
mattkime Dec 12, 2024
8c5187f
[CI] Auto-commit changed files from 'node scripts/telemetry_check'
kibanamachine Dec 12, 2024
c35c6ee
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine Dec 12, 2024
c467767
fix i18n and jest
mattkime Dec 12, 2024
3e232ac
fix i18n and jest
mattkime Dec 12, 2024
916bb02
Merge branch 'kbn-team-1309-relocate-20241211171818' of github.com:el…
mattkime Dec 12, 2024
6f09bb9
Merge branch 'main' into kbn-team-1309-relocate-20241211171818
mattkime Dec 12, 2024
f21d22f
Merge branch 'main' into kbn-team-1309-relocate-20241211171818
mattkime Dec 12, 2024
bef2189
[CI] Auto-commit changed files from 'node scripts/generate codeowners'
kibanamachine Dec 12, 2024
bd1bf49
Merge branch 'main' into kbn-team-1309-relocate-20241211171818
mattkime Dec 12, 2024
86eefe5
Merge branch 'kbn-team-1309-relocate-20241211171818' of github.com:el…
mattkime Dec 12, 2024
d959ab8
Merge branch 'main' into kbn-team-1309-relocate-20241211171818
mattkime Dec 13, 2024
0c77c64
Merge branch 'main' into kbn-team-1309-relocate-20241211171818
mattkime Dec 13, 2024
49b4987
[CI] Auto-commit changed files from 'node scripts/generate codeowners'
kibanamachine Dec 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/console_definitions_sync.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

GIT_SCOPE="src/plugins/console/server/lib/spec_definitions"
GIT_SCOPE="src/platform/plugins/shared/console/server/lib/spec_definitions"

report_main_step () {
echo "--- $1"
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ module.exports = {
},
},
{
files: ['x-pack/plugins/cross_cluster_replication/**/*.{js,mjs,ts,tsx}'],
files: ['x-pack/platform/plugins/private/cross_cluster_replication/**/*.{js,mjs,ts,tsx}'],
rules: {
'jsx-a11y/click-events-have-key-events': 'off',
},
Expand Down
68 changes: 34 additions & 34 deletions .github/CODEOWNERS

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions .i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cases": ["packages/kbn-cases-components"],
"cellActions": "packages/kbn-cell-actions",
"charts": "src/plugins/charts",
"console": "src/plugins/console",
"console": "src/platform/plugins/shared/console",
"contentManagement": "packages/content-management",
"core": ["src/core", "packages/core"],
"customIntegrations": "src/plugins/custom_integrations",
Expand All @@ -29,15 +29,16 @@
"packages/default-nav",
"src/platform/packages/private/default-nav"
],
"devTools": "src/plugins/dev_tools",
"devTools": "src/platform/plugins/shared/dev_tools",
"discover": ["src/plugins/discover", "packages/kbn-discover-utils", "packages/kbn-discover-contextual-components"],
"savedSearch": "src/plugins/saved_search",
"embeddableApi": "src/plugins/embeddable",
"presentationPanel": "src/plugins/presentation_panel",
"embeddableExamples": "examples/embeddable_examples",
"esQuery": "packages/kbn-es-query/src",
"kbnGridLayout": "packages/kbn-grid-layout",
"esUi": "src/plugins/es_ui_shared",
"esUi": "src/platform/plugins/shared/es_ui_shared",
"expandableFlyout": "packages/kbn-expandable-flyout",
"expressionError": "src/plugins/expression_error",
"expressionGauge": "src/plugins/chart_expressions/expression_gauge",
"expressionHeatmap": "src/plugins/chart_expressions/expression_heatmap",
Expand Down Expand Up @@ -89,8 +90,9 @@
"lists": "packages/kbn-securitysolution-list-utils/src",
"exceptionList-components": "packages/kbn-securitysolution-exception-list-components/src",
"management": [
"src/legacy/core_plugins/management",
"src/plugins/management",
"src/platform/plugins/shared/management",
"src/platform/packages/private/kbn-management",
"src/platform/packages/shared/kbn-management",
"packages/kbn-management"
],
"monaco": "packages/kbn-monaco/src",
Expand Down Expand Up @@ -155,7 +157,7 @@
"unifiedHistogram": "src/plugins/unified_histogram",
"unifiedDataTable": "packages/kbn-unified-data-table",
"unsavedChangesBadge": "packages/kbn-unsaved-changes-badge",
"unsavedChangesPrompt": "packages/kbn-unsaved-changes-prompt",
"unsavedChangesPrompt": "src/platform/packages/shared/kbn-unsaved-changes-prompt",
"managedContentBadge": "packages/kbn-managed-content-badge",
"responseOpsRuleForm": "packages/response-ops/rule_form"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/contributing/development-tests.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You can generate code coverage report for a single plugin.

[source,bash]
----
yarn jest --coverage --config src/plugins/console/jest.config.js
yarn jest --coverage --config src/platform/plugins/shared/console/jest.config.js
----

Html report is available in target/kibana-coverage/jest/path/to/plugin
Expand Down
34 changes: 17 additions & 17 deletions docs/developer/plugin-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ as uiSettings within the code.
|The Charts plugin is a way to create easier integration of shared colors, themes, types and other utilities across all Kibana charts and visualizations.


|{kib-repo}blob/{branch}/src/plugins/console/README.md[console]
|{kib-repo}blob/{branch}/src/platform/plugins/shared/console/README.md[console]
|Console provides the user with tools for storing and executing requests against Elasticsearch.


Expand Down Expand Up @@ -83,7 +83,7 @@ and field lists across the various Kibana apps. It's typically used in conjuncti
<DocLink id="kibDevTutorialDataSearchAndSessions" section="high-level-search" text="SearchSource" /> for composing queries.


|{kib-repo}blob/{branch}/src/plugins/dev_tools/README.md[devTools]
|{kib-repo}blob/{branch}/src/platform/plugins/shared/dev_tools/README.md[devTools]
|The ui/registry/dev_tools is removed in favor of the devTools plugin which exposes a register method in the setup contract.
Registering app works mostly the same as registering apps in core.application.register.
Routing will be handled by the id of the dev tool - your dev tool will be mounted when the URL matches /app/dev_tools#/<YOUR ID>.
Expand All @@ -110,7 +110,7 @@ This API doesn't support angular, for registering angular dev tools, bootstrap a
|Contains a Discover-like table specifically for ES|QL queries:


|{kib-repo}blob/{branch}/src/plugins/es_ui_shared/README.md[esUiShared]
|{kib-repo}blob/{branch}/src/platform/plugins/shared/es_ui_shared/README.md[esUiShared]
|This plugin contains reusable code in the form of self-contained modules (or libraries). Each of these modules exports a set of functionality relevant to the domain of the module.


Expand Down Expand Up @@ -258,7 +258,7 @@ in Kibana, e.g. visualizations. It has the form of a flyout panel.
|This plugin adds the Links panel which allows authors to create hard links to navigate on click and bring all context from the source dashboard to the destination dashboard.


|{kib-repo}blob/{branch}/src/plugins/management/README.md[management]
|{kib-repo}blob/{branch}/src/platform/plugins/shared/management/README.md[management]
|This plugins contains the "Stack Management" page framework. It offers navigation and an API
to link individual management section into it. This plugin does not contain any individual
management section itself.
Expand Down Expand Up @@ -495,7 +495,7 @@ The plugin exposes the static DefaultEditorController class to consume.
It was removed, but the plugin was left behind to register no longer used config keys.


|{kib-repo}blob/{branch}/x-pack/plugins/cloud_integrations/cloud_data_migration/README.md[cloudDataMigration]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/cloud_integrations/cloud_data_migration/README.md[cloudDataMigration]
|Static migration page where self-managed users can see text/copy about migrating to Elastic Cloud


Expand All @@ -520,7 +520,7 @@ This plugin no-longer exposes any evaluation APIs. Refer to <DocLink id="kibFeat
|Cloud Posture automates the identification and remediation of risks across cloud infrastructures


|{kib-repo}blob/{branch}/x-pack/plugins/cross_cluster_replication/README.md[crossClusterReplication]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/cross_cluster_replication/README.md[crossClusterReplication]
|You can run a local cluster and simulate a remote cluster within a single Kibana directory.


Expand Down Expand Up @@ -629,12 +629,12 @@ or dashboards from the Kibana instance, from both server and client-side plugins
|This is the main source folder of the Graph plugin. It contains all of the Kibana server and client source code. x-pack/test/functional/apps/graph contains additional functional tests.


|{kib-repo}blob/{branch}/x-pack/plugins/grokdebugger/README.md[grokdebugger]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/grokdebugger/README.md[grokdebugger]
|This plugin helps users define Grok patterns,
which are particularly useful for ingesting logs.


|{kib-repo}blob/{branch}/x-pack/plugins/index_lifecycle_management/README.md[indexLifecycleManagement]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/index_lifecycle_management/README.md[indexLifecycleManagement]
|You can test that the Frozen badge, phase filtering, and lifecycle information is surfaced in
Index Management by running this series of requests in Console:

Expand Down Expand Up @@ -681,11 +681,11 @@ the infrastructure monitoring use-case within Kibana.
|Lens is a visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads.


|{kib-repo}blob/{branch}/x-pack/plugins/license_api_guard/README.md[licenseApiGuard]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/license_api_guard/README.md[licenseApiGuard]
|This plugin is used by ES UI plugins to reject API requests when the plugin is unsupported by the user's license.


|{kib-repo}blob/{branch}/x-pack/plugins/license_management/README.md[licenseManagement]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/license_management/README.md[licenseManagement]
|This plugin enables users to activate a trial license, downgrade to Basic, and upload a new license.


Expand Down Expand Up @@ -775,7 +775,7 @@ Elastic.
|This plugin adds extended support to Security Solution Fleet Osquery integration


|{kib-repo}blob/{branch}/x-pack/plugins/painless_lab/README.md[painlessLab]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/painless_lab/README.md[painlessLab]
|This plugin helps users learn how to use the Painless scripting language.


Expand All @@ -791,23 +791,23 @@ Elastic.
|WARNING: Missing README.


|{kib-repo}blob/{branch}/x-pack/plugins/remote_clusters/README.md[remoteClusters]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/remote_clusters/README.md[remoteClusters]
|This plugin helps users manage their remote clusters, which enable cross-cluster search and cross-cluster replication.


|{kib-repo}blob/{branch}/x-pack/plugins/reporting/README.md[reporting]
|An awesome Kibana reporting plugin


|{kib-repo}blob/{branch}/x-pack/plugins/rollup/README.md[rollup]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/rollup/README.md[rollup]
|Welcome to the Kibana rollup plugin! This plugin provides Kibana support for Elasticsearch's rollup feature. Please refer to the Elasticsearch documentation to understand rollup indices and how to create rollup jobs.


|{kib-repo}blob/{branch}/x-pack/plugins/rule_registry/README.md[ruleRegistry]
|The rule registry plugin aims to make it easy for rule type producers to have their rules produce the data that they need to build rich experiences on top of a unified experience, without the risk of mapping conflicts.


|{kib-repo}blob/{branch}/x-pack/plugins/runtime_fields/README.md[runtimeFields]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/runtime_fields/README.md[runtimeFields]
|Welcome to the home of the runtime field editor and everything related to runtime fields!


Expand Down Expand Up @@ -852,7 +852,7 @@ It uses Chromium and Puppeteer underneath to run the browser in headless mode.
|The Search Playground is a tool for developers to experiment with their own data using LLMs.


|{kib-repo}blob/{branch}/x-pack/plugins/searchprofiler/README.md[searchprofiler]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/searchprofiler/README.md[searchprofiler]
|The search profiler consumes the Profile API
by sending a search API with profile: true enabled in the request body. The response contains
detailed information on how Elasticsearch executed the search request. People use this information
Expand Down Expand Up @@ -898,7 +898,7 @@ This plugin is only enabled when the application is built for serverless project
|A Kibana plugin


|{kib-repo}blob/{branch}/x-pack/plugins/snapshot_restore/README.md[snapshotRestore]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/snapshot_restore/README.md[snapshotRestore]
|or


Expand Down Expand Up @@ -977,7 +977,7 @@ in their infrastructure.
|https://docs.elastic.dev/kibana-dev-docs/welcome


|{kib-repo}blob/{branch}/x-pack/plugins/watcher/README.md[watcher]
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/watcher/README.md[watcher]
|This plugins adopts some conventions in addition to or in place of conventions in Kibana (at the time of the plugin's creation):


Expand Down
Loading