Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into ml-fix-apm-transa…
Browse files Browse the repository at this point in the history
…ctions-ux
  • Loading branch information
qn895 committed Aug 22, 2021
2 parents 7d52366 + 08e47c8 commit e4c0d3a
Show file tree
Hide file tree
Showing 87 changed files with 371 additions and 1,746 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
/x-pack/plugins/dashboard_enhanced/ @elastic/kibana-presentation
/x-pack/test/functional/apps/canvas/ @elastic/kibana-presentation
#CC# /src/plugins/kibana_react/public/code_editor/ @elastic/kibana-presentation
#CC# /x-pack/plugins/dashboard_mode @elastic/kibana-presentation

# Machine Learning
/x-pack/plugins/ml/ @elastic/ml-ui
Expand Down
238 changes: 0 additions & 238 deletions api_docs/dashboard_mode.json

This file was deleted.

32 changes: 0 additions & 32 deletions api_docs/dashboard_mode.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/developer/plugin-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,6 @@ The client-side plugin configures following values:
|Adds drilldown capabilities to dashboard. Owned by the Kibana App team.
|{kib-repo}blob/{branch}/x-pack/plugins/dashboard_mode/README.md[dashboardMode]
|The deprecated dashboard only mode.
|{kib-repo}blob/{branch}/x-pack/plugins/data_enhanced/README.md[dataEnhanced]
|The data_enhanced plugin is the x-pack counterpart to the src/plguins/data plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ export interface ChromeNavLinks
| [getForceAppSwitcherNavigation$()](./kibana-plugin-core-public.chromenavlinks.getforceappswitchernavigation_.md) | An observable of the forced app switcher state. |
| [getNavLinks$()](./kibana-plugin-core-public.chromenavlinks.getnavlinks_.md) | Get an observable for a sorted list of navlinks. |
| [has(id)](./kibana-plugin-core-public.chromenavlinks.has.md) | Check whether or not a navlink exists. |
| [showOnly(id)](./kibana-plugin-core-public.chromenavlinks.showonly.md) | Remove all navlinks except the one matching the given id. |

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@elastic/apm-rum-react": "^1.2.11",
"@elastic/charts": "34.1.1",
"@elastic/datemath": "link:bazel-bin/packages/elastic-datemath",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@^8.0.0-canary.17",
"@elastic/elasticsearch": "npm:@elastic/elasticsearch-canary@^8.0.0-canary.18",
"@elastic/ems-client": "7.15.0",
"@elastic/eui": "37.1.1",
"@elastic/filesaver": "1.1.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/kbn-alerts/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["@kbn/babel-preset/node_preset"],
"ignore": ["**/*.test.ts", "**/*.test.tsx"]
}
4 changes: 4 additions & 0 deletions packages/kbn-alerts/.babelrc.browser
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["@kbn/babel-preset/webpack_preset"],
"ignore": ["**/*.test.ts", "**/*.test.tsx"]
}
Loading

0 comments on commit e4c0d3a

Please sign in to comment.