Skip to content

Commit ced6f1b

Browse files
Merge branch 'master' into adding-do-not-start-datafeed-switch-to-job-wizards
2 parents d9a31e1 + efe7612 commit ced6f1b

File tree

671 files changed

+16504
-5157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

671 files changed

+16504
-5157
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@
6464
/src/apm.js @watson @vigneshshanmugam
6565

6666
# Client Side Monitoring (lives in APM directories but owned by Uptime)
67-
/x-pack/plugins/apm/e2e/cypress/support/step_definitions/rum @elastic/uptime
67+
/x-pack/plugins/apm/e2e/cypress/support/step_definitions/csm @elastic/uptime
6868
/x-pack/plugins/apm/public/application/csmApp.tsx @elastic/uptime
6969
/x-pack/plugins/apm/public/components/app/RumDashboard @elastic/uptime
7070
/x-pack/plugins/apm/server/lib/rum_client @elastic/uptime
7171
/x-pack/plugins/apm/server/routes/rum_client.ts @elastic/uptime
72+
/x-pack/plugins/apm/server/projections/rum_overview.ts @elastic/uptime
7273

7374
# Beats
7475
/x-pack/legacy/plugins/beats_management/ @elastic/beats
@@ -129,6 +130,7 @@
129130
/packages/kbn-test/ @elastic/kibana-operations
130131
/packages/kbn-ui-shared-deps/ @elastic/kibana-operations
131132
/packages/kbn-es-archiver/ @elastic/kibana-operations
133+
/packages/kbn-utils/ @elastic/kibana-operations
132134
/src/legacy/server/keystore/ @elastic/kibana-operations
133135
/src/legacy/server/pid/ @elastic/kibana-operations
134136
/src/legacy/server/sass/ @elastic/kibana-operations
@@ -295,6 +297,7 @@ x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @elastic/kib
295297
/x-pack/plugins/infra/**/*.scss @elastic/observability-design
296298
/x-pack/plugins/ingest_manager/**/*.scss @elastic/observability-design
297299
/x-pack/plugins/observability/**/*.scss @elastic/observability-design
300+
/x-pack/plugins/monitoring/**/*.scss @elastic/observability-design
298301

299302
# Ent. Search design
300303
/x-pack/plugins/enterprise_search/**/*.scss @elastic/ent-search-design

docs/developer/plugin/external-plugin-functional-tests.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To get started copy and paste this example to `test/functional/config.js`:
1313
["source","js"]
1414
-----------
1515
import { resolve } from 'path';
16-
import { REPO_ROOT } from '@kbn/dev-utils';
16+
import { REPO_ROOT } from '@kbn/utils';
1717
1818
import { MyServiceProvider } from './services/my_service';
1919
import { MyAppPageProvider } from './services/my_app_page';

docs/development/core/public/kibana-plugin-core-public.environmentmode.dev.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.environmentmode.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.environmentmode.name.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.environmentmode.prod.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
5555
| [CoreSetup](./kibana-plugin-core-public.coresetup.md) | Core services exposed to the <code>Plugin</code> setup lifecycle |
5656
| [CoreStart](./kibana-plugin-core-public.corestart.md) | Core services exposed to the <code>Plugin</code> start lifecycle |
5757
| [DocLinksStart](./kibana-plugin-core-public.doclinksstart.md) | |
58-
| [EnvironmentMode](./kibana-plugin-core-public.environmentmode.md) | |
5958
| [ErrorToastOptions](./kibana-plugin-core-public.errortoastoptions.md) | Options available for [IToasts](./kibana-plugin-core-public.itoasts.md) error APIs. |
6059
| [FatalErrorInfo](./kibana-plugin-core-public.fatalerrorinfo.md) | Represents the <code>message</code> and <code>stack</code> of a fatal Error |
6160
| [FatalErrorsSetup](./kibana-plugin-core-public.fatalerrorssetup.md) | FatalErrors stop the Kibana Public Core and displays a fatal error screen with details about the Kibana build and the error. |
@@ -85,7 +84,6 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
8584
| [OverlayBannersStart](./kibana-plugin-core-public.overlaybannersstart.md) | |
8685
| [OverlayRef](./kibana-plugin-core-public.overlayref.md) | Returned by [OverlayStart](./kibana-plugin-core-public.overlaystart.md) methods for closing a mounted overlay. |
8786
| [OverlayStart](./kibana-plugin-core-public.overlaystart.md) | |
88-
| [PackageInfo](./kibana-plugin-core-public.packageinfo.md) | |
8987
| [Plugin](./kibana-plugin-core-public.plugin.md) | The interface that should be returned by a <code>PluginInitializer</code>. |
9088
| [PluginInitializerContext](./kibana-plugin-core-public.plugininitializercontext.md) | The available core services passed to a <code>PluginInitializer</code> |
9189
| [SavedObject](./kibana-plugin-core-public.savedobject.md) | |

docs/development/core/public/kibana-plugin-core-public.packageinfo.branch.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.packageinfo.buildnum.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/development/core/public/kibana-plugin-core-public.packageinfo.buildsha.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)