kibana/x-pack/plugins
Chris Roberson f2bb7dbf9d
[Monitoring] APM Monitoring UI (#22975)
* Merge in boilerplate branch

* Manually copy over the specific metrics and UIs

* Add api integration tests

* Fix tests

* Remove unused metrics

* Update snapshot

* Fix tests

* Remove types agg

* Use ApmClusterMetric

* provide description for apm-server monitoring metrics (#23331)

* Vis LESS to SASS (cont.) (#23199)

* Tweak migrations integraiton tests to have a stable sort (#23265)

* Fix: plugin api route with security enabled (#23334)

Closes https://github.com/elastic/kibana/issues/23266

This is more of a quick fix than the final solution. The issue was that Canvas tries to check the plugins API without checking to see if the user it logged in. As a result, instead of the plugins response, it gets the HTML from the login page and that causes an error to be thrown when attempting to parse the results.

For now, this PR just disables the auth requirement on the Canvas plugin API endpoint.

* [migrations/tests] sort results before assertion (#23347)

There have been several failures in this test, seemingly caused by a lack of sorting in the results. It makes sense that since both migrations are run simultaneously that sometimes one would succeed and sometimes another would, so I've just sorted the results before checking.

![image](https://user-images.githubusercontent.com/1329312/45791153-44e9cc80-bc3d-11e8-88c4-760d4c7b35bd.png)

cc: @chrisdavies

* [ML] Moves custom URL editor Add button and form to top of flyout (#23326)

* [ML] Moves custom URL editor Add button and form to top of flyout

* [ML] Edits to custom URL editor class name

* Graph LESS to SASS (#23348)

* Developer documentation for integrating with the telemetry service (#23295)

* Developer documentation for integrating with the telemetry service

* open with a bang

* more faqs

* thing about tracking ui interactions

* talk to the plat team

* create and register

* Fix a bug where ES sends a string and migrations expect a boolean (#23313)

* chore: use cheerio in i18n.html.getDirectiveMessages (#23342)

this was only using jsdom to parse html, but cheerio allows parsing html without requiring a dom. cheerio was also already in the dependency list.

* [core/utils] add shareWeakReplay() operator (#23333)

* Chore: fix canvas test runner (#23336)

Blocked by https://github.com/elastic/kibana/pull/23342

This fixes the local test runner in Canvas. It should not affect anything else, including the CI test runner.

- Bumps JSDOM to ^12.0.0
  - I matched Kibana's version on migration, but nothing else in X-Pack uses JSDOM, so we can use the newer version (which has a very different API)
  - I had to match it because of a script that enforces version matching, but #23342 removed jsdom from Kibana, so we no longer have a version to match
- Restores the local `.babelrc` file
  - I thought it was only used for building plugins; I was wrong 😢

* Convert Discover open top nav to EUI flyout (#22971)

* move find logic to SavedObjectFinder component since savedObjectClient is no longer coupled to angular

* implement flyout open saved searches

* remove old open stuff

* add jest test for OpenSearchPanel and simplify panel title

* fix functional tests

* fix _lab_mode functional test

* Migrate save top nav in Discover and Visualize to EUI (#23190)

* extract reusable save component from DashboardSaveModal

* update discover search to use SavedObjectSaveModal

* create generic show_save_model that works for both discover and dashboard

* fix last bits of discover save

* remove old save functionallity

* migrate visualize save to EUI

* fix functional tests

* disable save button if title is empty

* mark title input as invalid when title is not provided

* fix funtional tests

* Moves styleSheetPath to uiExports (#23007)

This was previously defined in uiExports.app, which limited plugins which are not an app of providing a stylesheet. This allows any plugin to define a stylesheet which will be available on page load.

* Timelion less to sass (#23339)

* Consistent casing

* Fix snapshot

* Update tests
2018-09-24 12:59:18 -04:00
..
__mocks__ [APM] ML integration (#19791) 2018-07-04 14:18:19 +02:00
apm bump EUI to 3.11.0 (#22745) 2018-09-13 06:20:01 -06:00
canvas Moves styleSheetPath to uiExports (#23007) 2018-09-20 19:01:06 -07:00
cloud Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
console_extensions [DOCS] Updates links to role mapping APIs (#22167) 2018-08-24 09:06:23 -07:00
dashboard_mode Moves styleSheetPath to uiExports (#23007) 2018-09-20 19:01:06 -07:00
graph Moves styleSheetPath to uiExports (#23007) 2018-09-20 19:01:06 -07:00
grokdebugger Fix misspellings (#19981) 2018-06-26 20:17:41 -07:00
index_management When an index is deleted, and it's selected in the table, then it's removed from the selection. (#22242) 2018-08-23 08:27:22 -07:00
kuery_autocomplete Extract KQL autocomplete to a plugin (#20747) 2018-07-24 12:33:15 -07:00
license_management adding opt in for telemetry to start trial and upload license (#22925) 2018-09-18 10:58:37 -04:00
logstash Convert various uses of notifier to toastNotifications. (#20420) 2018-07-06 08:33:04 -07:00
ml [ML] Fix Limit Dropdown, simplify state management of Anomaly Explorer. (#23388) 2018-09-24 16:43:47 +02:00
monitoring [Monitoring] APM Monitoring UI (#22975) 2018-09-24 12:59:18 -04:00
notifications Fix misspellings (#19981) 2018-06-26 20:17:41 -07:00
reporting Visualize LESS to SASS (#22679) 2018-09-14 13:25:03 -04:00
searchprofiler Prune our usage of bootstrap (#21186) 2018-07-25 15:10:56 -07:00
security user email validation (#23346) 2018-09-24 08:11:43 -07:00
tilemap Fix misspellings (#19981) 2018-06-26 20:17:41 -07:00
watcher Make Watcher table width 100% of the view (#21803) 2018-08-09 05:57:38 -07:00
xpack_main Ensure tab works on the banner (#22664) 2018-09-10 10:43:03 -05:00