Commit graph

22277 commits

Author SHA1 Message Date
Jonathan Budzenski
e8254d5671
[console_extensions] update ml overrides 2019-01-28 13:03:25 -06:00
Jonathan Budzenski
91b754e956
[console_extensions] regenerate 2019-01-28 12:50:21 -06:00
Jonathan Budzenski
306ef39c55
_xpack/security -> _security 2019-01-28 12:48:48 -06:00
Jonathan Budzenski
d1176c1c45
_xpack/monitoring -> _monitoring 2019-01-28 12:48:45 -06:00
Jonathan Budzenski
2d92339fbd
_xpack/watcher -> _watcher 2019-01-28 12:18:02 -06:00
Jonathan Budzenski
54542450e7
_xpack/migration -> _migration 2019-01-28 12:17:37 -06:00
Jonathan Budzenski
0cc008c2c3
_xpack/license -> _license 2019-01-28 12:06:36 -06:00
Jonathan Budzenski
9c1a6ecbd2
_xpack/sql -> _sql 2019-01-28 12:00:00 -06:00
Jonathan Budzenski
f82b9f8d6d
_xpack/rollup -> _rollup 2019-01-28 11:58:25 -06:00
Tim Sullivan
97dc19c608
[Task Manager] Remove doc type awareness (#28968)
* remove doc from mappings

* fix: section for type should include an inner object describing the mapping
2019-01-28 10:20:31 -07:00
Luke Elmers
8b66711501
Rename defaultSpaceBasePath to serverBasePath (#29431) 2019-01-28 09:39:38 -07:00
James Gowdy
2b11d651ff
[ML] Switching from joda to java timestamp formats (#29425)
* [ML] Switching from joda to java timestamp formats

* updating tests
2019-01-28 16:09:10 +00:00
Chris Roberson
8756d5cfc8
[Monitoring] Use EUITooltips instead of pivotal ui (#29295)
* Use EUITooltips

* Remove the tooltip component and replace usage with EuiTooltip directly
2019-01-28 11:00:57 -05:00
Thomas Neirynck
b39d7947a4
[Maps] move grid resolution to source (#29294) 2019-01-28 10:30:57 -05:00
Tim Roes
c326b77473
Fix red border around touched inputs (#29409) 2019-01-28 16:14:21 +01:00
Luke Elmers
74b7807c57 Use server.basePath to create socket connection. (#29393) 2019-01-28 15:57:39 +01:00
Joe Fleming
052a3d412c fix: don't sort in pie function (#27076) 2019-01-28 15:48:15 +01:00
Joe Fleming
7eba079e1f fix: remove text selection on writeable change (#28887) 2019-01-28 15:48:00 +01:00
Joe Fleming
e3b8e56d14 Feat: make modelArgs opt-in (#28963)
* chore: quote expression type name in error

makes it a little more readable and a little easier to understand what failed

* fix: show all model args if no filter

this changes what modelArgs means, turning them into a selective filter instead of a hard requirement
2019-01-28 15:47:42 +01:00
James Gowdy
1e161a8c40
[ML] Updating link to index pattern management (#29336) 2019-01-28 13:23:57 +00:00
Aleh Zasypkin
b450e1bab5
Expose */translations/{locale}.json endpoint for the translations instead of embedding them into every app HTML index template. (#29075) 2019-01-28 14:21:22 +01:00
Nox911
0556ab7b66
[i18n] Translate Timelion missed labels (#29333)
* Translate missed labels in timelion

* Resolve review comments

* Resolve review comment
2019-01-28 14:27:32 +03:00
Tim Roes
0940144f60
Log courier errors to inspector (#29408)
* Log error if courier request fails

* Temporary i18n fix
2019-01-28 12:13:55 +01:00
James Gowdy
e56342e8ad
[ML] Making index pattern related links optional (#29332)
* [ML] Making index pattern related links optional

* reverting index pattern url

* removing link to data visualizer
2019-01-28 10:32:39 +00:00
James Gowdy
ec607e26b9
[ML] Better handling of recognizer module manifest parsing errors (#29322) 2019-01-28 10:32:15 +00:00
pavel06081991
50d7f6229a
use i18n.translate functions for translations instead of this.props.intl.formatMessage function which is not injected (#29407) 2019-01-28 13:29:47 +03:00
Nox911
36c7581059
[i18n] Translate kbn_doc_views (#29095)
* Translate kbn_doc_views

* Resolve review comments
2019-01-28 11:23:00 +03:00
Ahmad Bamieh
6260d6138e [i18n] Translate chrome (#28651)
localize global_nav.html
2019-01-28 09:54:21 +03:00
Ahmad Bamieh
a8a492f84f [i18n] Translate angular-bootstrap (#28650)
localize angular-bootstrap/datepicker
2019-01-28 09:52:57 +03:00
Gil Raphaelli
d9bdb920bc
sync apm index pattern (#29284) 2019-01-25 22:15:43 -05:00
Nathan Reese
2f70a23372
upgrade to eui 6.7.2 (#29387) 2019-01-25 15:42:13 -07:00
Spencer
343ce0ff31
[pageObjects/visalize/waitForRenderingCount] wait for rendering count to be >= (#29366)
We've seen a number of flaky test failures where the tests are waiting for the rendering count to be `11` but it is `12` for some reason (which is probably totally fine). This is causing tests to regularly fail when they probably shouldn't, so I've updated the `PageObjects.visualize.waitForRenderingCount()` to accept a `minimumCount` instead of an exact count that is expected. I've also updated the function to use `retry.waitFor()` for slightly better logging.

```
[00:01:13]               │ debg Waiting up to 20000ms for rendering count to be greater than or equal to [3]...
[00:01:13]               │ debg TestSubjects.find(visualizationLoader)
[00:01:13]               │ debg findByCssSelector [data-test-subj~="visualizationLoader"]
[00:01:13]               │ debg -- currentRenderingCount=2
[00:01:13]               │ debg TestSubjects.find(visualizationLoader)
[00:01:13]               │ debg findByCssSelector [data-test-subj~="visualizationLoader"]
[00:01:13]               │ debg -- currentRenderingCount=3
```
2019-01-25 13:56:52 -08:00
Bill McConaghy
7cd0d0faa4
restoring index table test (#29368)
* restoring index table test

* restoring policy table test
2019-01-25 15:38:24 -05:00
Nathan Reese
93fe5b7b2f
[Maps] round mouse coordinates to 5 digits (#29353)
* [Maps] round mouse coordinates to 5 digits

* do rounding in view
2019-01-25 12:54:05 -07:00
Thomas Neirynck
15b14b0048
[Maps] add fit to bounds button (#28801) 2019-01-25 13:40:43 -05:00
Spencer
4f4768507d
[yarn] upgrade caniuse-lite and browserlist (#29358)
An old version of caniuse-lite was added somehow and it is logging with `console.log` to instruct us to update, which I find very aggressive but I suppose is also effective...

![image](https://user-images.githubusercontent.com/1329312/51757558-8faaa380-2078-11e9-8af2-5dba0577a16d.png)
2019-01-25 09:32:57 -08:00
Bill McConaghy
51e0a807ad
fixing index table test (#29357) 2019-01-25 12:17:09 -05:00
Luke Elmers
c6f0595262
Remove nested table splits from table vis (#26057) 2019-01-25 10:13:19 -07:00
Felix Stürmer
3038ea83db
[Infra UI] Don't block url update from propagating through container (#29352) 2019-01-25 18:06:08 +01:00
Peter Pisljar
b66375eb8f Add visualization renderer to support Kibana visualizations inside Canvas. 2019-01-25 09:56:54 -07:00
Nathan Reese
2574028c7d
[Maps] dark theme support for tooltips (#29351) 2019-01-25 09:15:27 -07:00
Nathan Reese
e320d511c1
Upgrade to EUI 6.7.0 (#29330)
* Upgrade to EUI 6.7.0

* comment out tests that are broken by brittle selector
2019-01-25 08:47:16 -07:00
Felix Stürmer
9588443601
[Infra UI] Read and write data sources from and to saved objects (#28016) 2019-01-25 16:08:09 +01:00
Marco Vettorello
b3eacc04d2
Fix timelion data-render-complete attribute on resize (#29320)
* Fix timelion missing renderer on resize

Adding a watch to the renderComplete promise to fix missing rendering of chart
when the resize observer detect a change in size.
Removed the existing resize observer.

* Revert removing observe resize

It's need on the timelion app to resize since that app doesn't use
visualize loader

* Change double watch to watchgroup

* Reenable skipped dashboard test
2019-01-25 15:50:04 +01:00
pavel06081991
af4dc9ad95
use intl.formatMessage instead FormattedMessage component (#29251) 2019-01-25 17:36:56 +03:00
Chris Roberson
9f37c1fd0a
[Monitoring] Support for unlinked deployments (#28278)
* Unlinked deployment working for beats

* Use better constant

* Show N/A for license

* Rename to Unlinked Cluster

* Use callout to mention unlinked cluster

* PR feedback

* Use fragment

* Speed up the query by using terminate_after

* Handle failures more defensively

* Remove unnecessary msearch

* PR feedback

* PR feedback and a bit of light refactor

* Updated text

* Add api integration tests

* Localize call out

* Update loc pattern

* Fix improper i18n.translate usage

* Revert "Fix improper i18n.translate usage"

This reverts commit 0e2e7608c3.

* Revert "Update loc pattern"

This reverts commit cc99fe8a8a.

* Ensure the unlinked deployment cluster counts as a valid cluster

* Sometimes, you miss the smallest things

* Ensure the unlinked cluster is supported, in that users can click the link and load it

* Update tests

* PR feedback. Simplifying the flag supported code and adding more tests

* Update naming

* Rename to Standalone Cluster

* Remove unnecessary file

* Move logic for setting isSupported to exclusively in flag supported clusters code, update tests
2019-01-25 09:34:01 -05:00
Nox911
50ec75f800
[i18n] Translate inspector views (#29044)
* Translate inspector_views

* Add I18nProvider

* Replace intl.formatMessage to i18n.translate

* Remove redundant vars

* Update snapshot

* Resolve review comments

* Fix error in  inspector.tsx

* Fix test and update snapshot

* Resolve review comments

* Replace injecti18n to i18n.translate
2019-01-25 16:19:22 +03:00
Jason Rhodes
06a5ce7165
Removes APM custom breadcrumbs, leaves only chrome.breadcrumbs.set (#29286)
* Removes APM custom breadcrumbs, leaves only chrome.breadcrumbs.set

* Updates breadcrumb tests

* Changes route structure to simplify TS
2019-01-25 07:34:46 -05:00
Ahmad Bamieh
015e831ab0 [i18n] Translate doc_table (#28641)
* localize doc table component

* Update doc_table.html

* Fix code review comments

* Add translation for inspector title
2019-01-25 14:33:09 +03:00
Sonja Krause-Harder
b256889e14
Use search:includeFrozen setting in all requests. (#29173) 2019-01-25 10:57:59 +01:00