Skip to content

Commit

Permalink
Merge branch 'master' into feat/deprecate-disableable-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Sep 16, 2021
2 parents b986ea0 + 17a4186 commit b21b7cb
Show file tree
Hide file tree
Showing 577 changed files with 4,227 additions and 8,481 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ snapshots.js
# plugin overrides
/src/core/lib/kbn_internal_native_observable
/src/plugins/data/common/es_query/kuery/ast/_generated_/**
/src/plugins/vis_type_timelion/common/_generated_/**
/x-pack/plugins/apm/e2e/tmp/*
/x-pack/plugins/canvas/canvas_plugin
/x-pack/plugins/canvas/shareable_runtime/build
/x-pack/plugins/canvas/storybook/build
Expand Down
6 changes: 2 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
/src/plugins/kibana_legacy/ @elastic/kibana-vis-editors
/src/plugins/vis_default_editor/ @elastic/kibana-vis-editors
/src/plugins/vis_types/metric/ @elastic/kibana-vis-editors
/src/plugins/vis_type_table/ @elastic/kibana-vis-editors
/src/plugins/vis_types/table/ @elastic/kibana-vis-editors
/src/plugins/vis_types/tagcloud/ @elastic/kibana-vis-editors
/src/plugins/vis_type_timelion/ @elastic/kibana-vis-editors
/src/plugins/vis_types/timelion/ @elastic/kibana-vis-editors
/src/plugins/vis_type_timeseries/ @elastic/kibana-vis-editors
/src/plugins/vis_types/vega/ @elastic/kibana-vis-editors
/src/plugins/vis_types/vislib/ @elastic/kibana-vis-editors
Expand Down Expand Up @@ -125,8 +125,6 @@
/x-pack/test/api_integration/apis/uptime @elastic/uptime

# Client Side Monitoring / Uptime (lives in APM directories but owned by Uptime)
/x-pack/plugins/apm/e2e/cypress/support/step_definitions/csm @elastic/uptime
/x-pack/plugins/apm/e2e/cypress/integration/csm_dashboard.feature @elastic/uptime
/x-pack/plugins/apm/public/application/uxApp.tsx @elastic/uptime
/x-pack/plugins/apm/public/components/app/RumDashboard @elastic/uptime
/x-pack/plugins/apm/server/lib/rum_client @elastic/uptime
Expand Down
1 change: 0 additions & 1 deletion .github/paths-labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- "x-pack/test/fleet_api_integration/**/*.*"
- "Team:uptime":
- "x-pack/plugins/uptime/**/*.*"
- "x-pack/plugins/apm/e2e/cypress/support/step_definitions/csm/*.*"
- "x-pack/plugins/apm/public/application/csmApp.tsx"
- "x-pack/plugins/apm/public/components/app/RumDashboard/**/*.*"
- "x-pack/plugins/apm/public/components/app/RumDashboard/*.*"
Expand Down
4 changes: 2 additions & 2 deletions .i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"server": "src/legacy/server",
"statusPage": "src/legacy/core_plugins/status_page",
"telemetry": ["src/plugins/telemetry", "src/plugins/telemetry_management_section"],
"timelion": ["src/plugins/vis_type_timelion"],
"timelion": ["src/plugins/vis_types/timelion"],
"uiActions": "src/plugins/ui_actions",
"visDefaultEditor": "src/plugins/vis_default_editor",
"visTypeMarkdown": "src/plugins/vis_type_markdown",
"visTypeMetric": "src/plugins/vis_types/metric",
"visTypeTable": "src/plugins/vis_type_table",
"visTypeTable": "src/plugins/vis_types/table",
"visTypeTagCloud": "src/plugins/vis_types/tagcloud",
"visTypeTimeseries": "src/plugins/vis_type_timeseries",
"visTypeVega": "src/plugins/vis_types/vega",
Expand Down
8 changes: 4 additions & 4 deletions api_docs/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,19 +753,19 @@
"references": [
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/plugin.ts"
"path": "src/plugins/vis_types/table/public/plugin.ts"
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/plugin.ts"
"path": "src/plugins/vis_types/table/public/plugin.ts"
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/target/types/public/plugin.d.ts"
"path": "src/plugins/vis_types/table/target/types/public/plugin.d.ts"
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/target/types/public/plugin.d.ts"
"path": "src/plugins/vis_types/table/target/types/public/plugin.d.ts"
}
],
"children": [
Expand Down
74 changes: 37 additions & 37 deletions api_docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5004,11 +5004,11 @@
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/legacy/table_vis_controller.test.ts"
"path": "src/plugins/vis_types/table/public/legacy/table_vis_controller.test.ts"
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/legacy/table_vis_controller.test.ts"
"path": "src/plugins/vis_types/table/public/legacy/table_vis_controller.test.ts"
},
{
"plugin": "visTypeVega",
Expand Down Expand Up @@ -16631,11 +16631,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visualize",
Expand Down Expand Up @@ -16671,11 +16671,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_fn.ts"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_fn.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_fn.ts"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_fn.ts"
},
{
"plugin": "dashboard",
Expand Down Expand Up @@ -18119,11 +18119,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/plugin_services.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/plugin_services.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/plugin_services.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/plugin_services.ts"
},
{
"plugin": "indexPatternManagement",
Expand All @@ -18135,11 +18135,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/components/timelion_expression_input_helpers.test.ts"
"path": "src/plugins/vis_types/timelion/public/components/timelion_expression_input_helpers.test.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/components/timelion_expression_input_helpers.test.ts"
"path": "src/plugins/vis_types/timelion/public/components/timelion_expression_input_helpers.test.ts"
},
{
"plugin": "discover",
Expand Down Expand Up @@ -19008,27 +19008,27 @@
"references": [
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/components/timelion_vis_component.tsx"
"path": "src/plugins/vis_types/timelion/public/components/timelion_vis_component.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/components/timelion_vis_component.tsx"
"path": "src/plugins/vis_types/timelion/public/components/timelion_vis_component.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_renderer.tsx"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_renderer.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_renderer.tsx"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_renderer.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/legacy/timelion_vis_component.tsx"
"path": "src/plugins/vis_types/timelion/public/legacy/timelion_vis_component.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/legacy/timelion_vis_component.tsx"
"path": "src/plugins/vis_types/timelion/public/legacy/timelion_vis_component.tsx"
}
],
"initialIsOpen": false
Expand Down Expand Up @@ -21706,15 +21706,15 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visTypeVega",
Expand Down Expand Up @@ -24261,7 +24261,7 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/plugin.ts"
"path": "src/plugins/vis_types/timelion/public/plugin.ts"
},
{
"plugin": "visTypeTimeseries",
Expand Down Expand Up @@ -24479,7 +24479,7 @@
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/plugin.ts"
"path": "src/plugins/vis_types/table/public/plugin.ts"
},
{
"plugin": "visTypeTimeseries",
Expand Down Expand Up @@ -27306,11 +27306,11 @@
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/legacy/table_vis_controller.test.ts"
"path": "src/plugins/vis_types/table/public/legacy/table_vis_controller.test.ts"
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/legacy/table_vis_controller.test.ts"
"path": "src/plugins/vis_types/table/public/legacy/table_vis_controller.test.ts"
},
{
"plugin": "visTypeVega",
Expand Down Expand Up @@ -32208,11 +32208,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visualize",
Expand Down Expand Up @@ -32248,11 +32248,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_fn.ts"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_fn.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_fn.ts"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_fn.ts"
},
{
"plugin": "dashboard",
Expand Down Expand Up @@ -38924,11 +38924,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/timelion_request_handler.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/timelion_request_handler.ts"
},
{
"plugin": "visualize",
Expand Down Expand Up @@ -38964,11 +38964,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_fn.ts"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_fn.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_fn.ts"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_fn.ts"
},
{
"plugin": "dashboard",
Expand Down Expand Up @@ -39892,27 +39892,27 @@
"references": [
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/components/timelion_vis_component.tsx"
"path": "src/plugins/vis_types/timelion/public/components/timelion_vis_component.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/components/timelion_vis_component.tsx"
"path": "src/plugins/vis_types/timelion/public/components/timelion_vis_component.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_renderer.tsx"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_renderer.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/timelion_vis_renderer.tsx"
"path": "src/plugins/vis_types/timelion/public/timelion_vis_renderer.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/legacy/timelion_vis_component.tsx"
"path": "src/plugins/vis_types/timelion/public/legacy/timelion_vis_component.tsx"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/legacy/timelion_vis_component.tsx"
"path": "src/plugins/vis_types/timelion/public/legacy/timelion_vis_component.tsx"
}
],
"initialIsOpen": false
Expand Down
12 changes: 6 additions & 6 deletions api_docs/data_index_patterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -5927,11 +5927,11 @@
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/legacy/table_vis_controller.test.ts"
"path": "src/plugins/vis_types/table/public/legacy/table_vis_controller.test.ts"
},
{
"plugin": "visTypeTable",
"path": "src/plugins/vis_type_table/public/legacy/table_vis_controller.test.ts"
"path": "src/plugins/vis_types/table/public/legacy/table_vis_controller.test.ts"
},
{
"plugin": "visTypeVega",
Expand Down Expand Up @@ -13270,11 +13270,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/plugin_services.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/plugin_services.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/helpers/plugin_services.ts"
"path": "src/plugins/vis_types/timelion/public/helpers/plugin_services.ts"
},
{
"plugin": "indexPatternManagement",
Expand All @@ -13286,11 +13286,11 @@
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/components/timelion_expression_input_helpers.test.ts"
"path": "src/plugins/vis_types/timelion/public/components/timelion_expression_input_helpers.test.ts"
},
{
"plugin": "visTypeTimelion",
"path": "src/plugins/vis_type_timelion/public/components/timelion_expression_input_helpers.test.ts"
"path": "src/plugins/vis_types/timelion/public/components/timelion_expression_input_helpers.test.ts"
},
{
"plugin": "discover",
Expand Down
Loading

0 comments on commit b21b7cb

Please sign in to comment.