Commit 517637e
committed
[APM] Client new platform migration (#64046)
* migrate files from legacy path to new plugin path
* update file paths to reflect migrated files
* move minimal legacy client files back to legacy path in order to run kibana
* Completes the full cutover to the new kibana platform removing all shims and legacy adapters.
* Adds APM to ignored list for casing check.
* - moves public/utils/pickKeys.ts to common/utils/pick_keys.ts
- exposes getTraceUrl as a plugin static export of apm/public and updates import in infra
- fixes FeaturesPluginSetup import in apm/public app
- renames get_apm_index_pattern_titles -> get_apm_index_pattern_title
- getApmIndexPatternTitle is now a synchronous getter function
- removes unused comments and xpack.apm.apmForESDescription i18n translations
* Moves automatic index pattern saved object creation from
plugin start to when the Home screen first renders
* removed unnecessary legacy css imports
* fixed ci issues by:
- moving readOnly badge, and help extension setup to occure only
when apm app is mounted
- registering saved object types
- also moved createStaticIndexPattern from a react useEffect on the
APM home screen to when the app is mounted1 parent 38d4662 commit 517637e
559 files changed
Lines changed: 2161 additions & 1899 deletions
File tree
- src
- cli/cluster
- dev
- precommit_hook
- storybook
- typescript
- x-pack
- legacy/plugins/apm
- e2e/cypress/integration
- public
- new-platform
- style
- templates
- plugins
- apm
- common
- utils
- dev_docs
- e2e
- ci
- cypress
- fixtures
- integration
- plugins
- support
- step_definitions
- typings
- ingest-data
- public
- application
- components
- app
- APMIndicesPermission
- __test__
- ErrorGroupDetails
- DetailView
- __snapshots__
- Distribution
- ErrorGroupOverview
- List
- __test__
- __snapshots__
- Home
- __snapshots__
- Main
- __snapshots__
- __test__
- route_config
- route_handlers
- ServiceDetails
- AlertIntegrations
- AlertingFlyout
- ServiceIntegrations
- MachineLearningFlyout
- __test__
- __snapshots__
- ServiceMap
- Popover
- icons
- ServiceMetrics
- ServiceNodeMetrics
- ServiceNodeOverview
- ServiceOverview
- ServiceList
- __test__
- __snapshots__
- __test__
- __snapshots__
- Settings
- AgentConfigurations
- AgentConfigurationCreateEdit
- ServicePage
- SettingsPage
- List
- ApmIndices
- CustomizeUI
- CustomLink
- CustomLinkFlyout
- TraceLink
- __test__
- TraceOverview
- TransactionDetails
- Distribution
- __test__
- WaterfallWithSummmary
- WaterfallContainer
- Marks
- __test__
- Waterfall
- SpanFlyout
- TransactionFlyout
- waterfall_helpers
- __snapshots__
- mock_responses
- __tests__
- TransactionOverview
- List
- __jest__
- context
- ApmPluginContext
- LicenseContext
- UrlParamsContext
- __tests__
- hooks
- images
- selectors
- __tests__
- mockData
- services
- __test__
- rest
- style
- utils
- __test__
- formatters
- __test__
- scripts
- kibana-security
- optimize-tsconfig
- upload-telemetry-data
- server
- lib
- errors
- distribution
- helpers
- index_pattern
- metrics
- service_nodes
- services
- annotations
- settings
- agent_configuration
- custom_link
- traces
- transaction_groups
- transactions
- ui_filters
- local_ui_filters
- routes
- create_api
- saved_objects
- typings
- infra
- public/components/logging/log_entry_flyout
- server/lib/adapters/framework
- siem
- scripts/optimize_tsconfig
- server/utils/build_query
- translations/translations
- uptime/public/components/overview/kuery_bar/typeahead
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 10 deletions
This file was deleted.
This file was deleted.
0 commit comments