Commit graph

22265 commits

Author SHA1 Message Date
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
Søren Louv-Jansen
dc3a354b3e
[APM] Use idx everywhere for picking deeply nested properties (#29297) 2019-01-25 10:43:07 +01:00
Ahmad Bamieh
d9ed8b0e2a [i18n] Translate flot-charts (#28652)
localize global_nav.html
2019-01-25 12:22:00 +03:00
Jason Rhodes
fafbe65d70
Fixes bug with broken tooltips (#29290)
* Removes pivotal tooltip in favor of EUI tooltip component b/c pivotal components do not work with React 16.6

* Fixes snapshot test for changed tooltip markup

* Adds ID props to EUI tooltips to avoid aria described by values breaking snapshots
2019-01-25 02:02:46 -05:00
Tiago Costa
2d837f9836
Fix chrome EUI icons on status page (#29131)
* fix(NA): chrome eui icons on status page.

* chore(NA): remove wrong added console log and extra comma.
2019-01-25 03:11:39 +00:00
Spencer
879025e603
Implement global dark theme (#28445)
* [scss] build a light/dark theme for each style sheet, only include correct stylesheet

* Created dark theme Bootstrap

Right now it’s importing both dark and light theme, but light is last so it’s overriding. Not sure how to only import the one or the other.

* migrate light/dark style to unique webpack bundle

* [build] fix log messaage about built sass

* [build/notice] deduplicate notices

* [uiRender/bootstrap] make try auth if necessary

* [visualize/editor] set reversed prop

* remove unnecessary change

* [styles] show toast when theme:darkMode is changed

* [styles] update copy

* [uiRender] default dark mode to false
2019-01-24 17:26:23 -08:00
Bill McConaghy
5403c46ce4
Update console ilm ccr (#29183)
* adjusting endpoints for ccr and ilm

* adding unfollow to autocomplete for ilm

* fixing various issues with autocomplete definitions

* removing unfollow from templates

* fixing issue with json
2019-01-24 18:44:02 -05:00
Spencer
65c80048fd
[ftr/dashboard] disable flaky suite (#29299) 2019-01-24 15:42:05 -08:00
Bill McConaghy
324399dcfd
adding set priority action support to ILM UI (#29205)
* adding set priority action support to ILM UI

* removing unnecessary check for PHASE_ENABLED

* fixing i18n check failure
2019-01-24 18:40:32 -05:00
James Gowdy
18415fdc1b
[ML] Fixing overflowing metric values in field cards (#29255)
* [ML] Fixing overflowing metric values in field cards

* adding better rounding for tiny numbers

* removing debug line
2019-01-24 20:55:20 +00:00
Andrew Cholakian
0917e5aa20
[Uptime] Remove non-scaleable monitor select box. (#29217)
* [Uptime] Remove non-scaleable monitor select box.

This widget was not scaleable to more than a handful of monitors. For now users can navigate more completely with the overview page. We can add a more scaleable quick-jump widget at a later point.

* Fix unused
2019-01-24 12:35:45 -08:00
Brandon Morelli
2de4f68151
update links to current (#29038) 2019-01-24 11:30:31 -08:00
spalger
56cd6001c0 [ftr/management] fix misnamed method 2019-01-24 11:15:53 -08:00