Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 487282c

Browse files
authoredSep 16, 2021
Merge branch 'master' into tag_cloud_canvas_arguments
2 parents 9df25ea + 3c0e5e5 commit 487282c

File tree

1,185 files changed

+13424
-17054
lines changed

Some content is hidden

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

1,185 files changed

+13424
-17054
lines changed
 

‎.eslintignore

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ snapshots.js
2121
# plugin overrides
2222
/src/core/lib/kbn_internal_native_observable
2323
/src/plugins/data/common/es_query/kuery/ast/_generated_/**
24-
/src/plugins/vis_type_timelion/common/_generated_/**
25-
/x-pack/plugins/apm/e2e/tmp/*
2624
/x-pack/plugins/canvas/canvas_plugin
2725
/x-pack/plugins/canvas/shareable_runtime/build
2826
/x-pack/plugins/canvas/storybook/build

‎.github/CODEOWNERS

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
/src/plugins/kibana_legacy/ @elastic/kibana-vis-editors
2828
/src/plugins/vis_default_editor/ @elastic/kibana-vis-editors
2929
/src/plugins/vis_types/metric/ @elastic/kibana-vis-editors
30-
/src/plugins/vis_type_table/ @elastic/kibana-vis-editors
30+
/src/plugins/vis_types/table/ @elastic/kibana-vis-editors
3131
/src/plugins/vis_types/tagcloud/ @elastic/kibana-vis-editors
32-
/src/plugins/vis_type_timelion/ @elastic/kibana-vis-editors
32+
/src/plugins/vis_types/timelion/ @elastic/kibana-vis-editors
3333
/src/plugins/vis_type_timeseries/ @elastic/kibana-vis-editors
3434
/src/plugins/vis_types/vega/ @elastic/kibana-vis-editors
3535
/src/plugins/vis_types/vislib/ @elastic/kibana-vis-editors
@@ -125,8 +125,6 @@
125125
/x-pack/test/api_integration/apis/uptime @elastic/uptime
126126

127127
# Client Side Monitoring / Uptime (lives in APM directories but owned by Uptime)
128-
/x-pack/plugins/apm/e2e/cypress/support/step_definitions/csm @elastic/uptime
129-
/x-pack/plugins/apm/e2e/cypress/integration/csm_dashboard.feature @elastic/uptime
130128
/x-pack/plugins/apm/public/application/uxApp.tsx @elastic/uptime
131129
/x-pack/plugins/apm/public/components/app/RumDashboard @elastic/uptime
132130
/x-pack/plugins/apm/server/lib/rum_client @elastic/uptime

0 commit comments

Comments
 (0)
Please sign in to comment.