Commit graph

22283 commits

Author SHA1 Message Date
Chris Roberson
5b9f2baf98
[Monitoring] Await promise properly (#29001)
* Await this promise

* Add one additional log message and a test around that
2019-01-29 09:26:36 -05:00
Nox911
fc1d146a75
[i18n] Translate ML missed labels (#29256)
* Translate missed labels in ML

* Add translation

* Resolve review comments

* Update snapshot

* Fix test

* fix unit tests

* Remove snapshot
2019-01-29 17:08:57 +03:00
Ahmad Bamieh
43c938b5fa [i18n] Translate directives (#28654)
localize directives
2019-01-29 14:55:32 +03:00
Pete Harverson
191fedf78f
[ML] Fixes to text spacings in data visualizer cards (#29438)
* [ML] Fixes to text spacings in data visualizer cards

* [ML] Switch to using euiFontSizeL include for field title bar
2019-01-29 11:34:14 +00:00
Aleh Zasypkin
a8e4be0c3b
Removing deprecated i18n.defaultLocale setting. (#29325) 2019-01-29 10:41:08 +01:00
Marco Vettorello
e2bdcfef3c
Fix double rendering datatables with scrollbar (#29360) 2019-01-29 10:24:28 +01:00
Luke Elmers
5bfd11c728
Move table vis migration to kibana plugin. (#29478) 2019-01-28 21:13:46 -07:00
Caroline Horn
2d334b699c
Prepare local nav styles for K7 (#29457)
* Breadcrumbs and Title on their own line

- Menu on the left, datepicker on the right

* Fixed up usages of kuiLocalTitle

* Fix alignment if main menu doesn’t exist

* Remove some extraneous classes
2019-01-28 22:36:24 -05:00
Nathan Reese
dbf5421405
[Maps] prepare for geotile_grid aggregation (#29461)
* rename geohashgrid to geo_grid

* more stuff

* simplify getSearchFitlers

* rename precision to geogridPrecision

* missed one rename precision to geogridPrecision

* rename funtional test

* fix functional test gis/index import

* fix regression
2019-01-28 19:22:52 -07:00
Felix Stürmer
df43e20378
[Infra UI] Use alternative query string serialization function (#29361) 2019-01-29 00:22:52 +01:00
Aaron Caldwell
20c5c3b11f
[Maps] Handle unavailable tilemap services (#28852)
* Update ems utils to better handle no service results. Prevent excess attribution errors

* Update tile layer sync to return promise and handle errors related to both obtaining url and tile loading

* Add flow for updating tms layers with error status/message

* Handle promises, if returned, on syncLayerWithMB. Update TMS error status

* Exclude layers that mapbox didn't add to map but are tracked in layer list from reordering logic

* Move datarequest handling to vector layer. Use relevant data load/error logic for tile and vector layers

* Don't try to get attributions on errored layer

* Handle 'includeElasticMapsService' configuration

* Move data requests back to layer level for heatmap usage

* Update all layers to set top-level layer error status and message. Consolidate redundant code

* Update tile sync function to more reliably confirm load status after loading via callback. Add interval to cancel timer

* Remove unnecessary, and annoying, clear temp layers on tms error

* Clean up

* More clean up

* Review feedback

* Review feedback. Test cleanup

* Test fixes and review feedback
2019-01-28 15:10:05 -07:00
Spencer
2cb94be6fd
[sass] copy and rename url()s from sass files (#29306)
* [sass] copy and rename url()s from sass files

* [yarn] upload yarn.lock

* [optimize/bundlesRoute] fix tests

* Fix error message

Co-Authored-By: spalger <email@spalger.com>

* [sass/build] copy assets async

* [sass/build] prevent url() errors from breaking watchers, make more obvious

* [sass/build] check resolve first, print sourcePath for error

* [sass/build/tests] avoid quotes in snapshots

* [sass/build] add support for using ui/public/assets

* [sass/build/tests] fix assertion, assert image is copied

* update jest snapshots

* [sass/build] test ui/assets handling

* [sass] use more generic publicPath for sass
2019-01-28 14:00:22 -08:00
Lisa Cawley
55ad328c93
[DOCS] Overview of automated annotations (#29456) 2019-01-28 13:18:22 -08:00
Nathan Reese
57414c12a2
[Maps] Elasticsearch source empty state (#29395) 2019-01-28 13:16:53 -07:00
Jason Rhodes
232873dfc8
Updates TPM buckets with a missing result key to default to 'n/a' (#29331)
* Updates tpm buckets with a missing result key to default to 'n/a'

* Localizes "N/A", updates how missing values are handled

* Converts transaction and error group overview lists to TS, uses managed table component

* Fixed tests

* Fixes EUI-related snapshot update

* Reverts TS conversion and client-side sort change for ErrorGroupOverview

* Restores location passing for error group list
2019-01-28 13:44:53 -05: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