Commit graph

27880 commits

Author SHA1 Message Date
gchaps 75444a9f18
[DOCS] Adds note to troubleshooting migration topic (#46815) 2019-09-27 09:31:00 -07:00
Mengwei Ding ff5f3a7dc5
[Code] Reduce batch index size for symbol (#46498) 2019-09-27 09:22:40 -07:00
Kaarina Tungseth c24dc4a9a3
[DOCS] Added link names to configure-reporting page (#46805) 2019-09-27 10:45:47 -05:00
Robert Oskamp daf3789a59
[ML] Fix flaky setValue for some elements (#46693)
Use setValue with clearing via keyboard
2019-09-27 17:30:31 +02:00
Shahzad 649be6713b
[Uptime]Update monitor list table description by adding aria-label for accessibility (#46696)
* update table description

* update snaps

* In description update data length

Co-Authored-By: Justin Kambic <justin.kambic@elastic.co>

* update description

* update snaps
2019-09-27 20:26:21 +05:00
renovate[bot] d7c0f56ac4 Update dependency archiver to ^3.1.1 (#46746) 2019-09-27 08:03:00 -07:00
renovate[bot] 91a3047f87 Update dependency handlebars to v4.3.3 (#46747) 2019-09-27 08:01:41 -07:00
renovate[bot] 886611c18c Update dependency xml2js to ^0.4.22 (#46750) 2019-09-27 08:01:07 -07:00
Dario Gieselaar 5ae916f345
[APM] Always show transaction breakdown (#46684)
* [APM] Always show transaction breakdown

Closes #43527.

* Show empty message for collapsed state
2019-09-27 16:36:11 +02:00
Daniil Suleiman b322b6057b
[Vis: Default editor] Euification of heatmap options tab (#45766)
* EUIficate heatmap options

* Move collections

* Split labels in a panel

* Remove angular templates

* Remove unused translations

* Fix functional tests

* Fix validation

* Fix UI details

* Compress color picker

* Improve types

* Replace headings h2 with h3

* Add functional tests

* Create setCustomRangeByIndex
2019-09-27 17:00:09 +03:00
Vadim Dalecky f7b95eccdd
Embeddables 2 np (#46771)
* chore: 🤖 move embeddable_api to NP "embeddable" plugin

* fix: 🐛 fix TypeScript type check errors

* fix: 🐛 fix TypeScript and build errors

* test: 💍 fix Jest tests

* fix: 🐛 fix translations

* test: 💍 add Mocha mocks

* fix: 🐛 change import syntax from function test sample plugin

* fix: 🐛 revert canvas changes back and leave placeholders

* chore: 🤖 revert more changes

* chore: 🤖 revert more changes

* fix: 🐛 fix TypeScript type check errors

* fix: 🐛 fix functional test imports

* fix: 🐛 fix x-pack Jest test importa

* test: 💍 fix advanced_ui_actiosn import for tests
2019-09-27 15:15:19 +02:00
Maja Grubic b4887d8586
Adding gte and lt symbols in range filter fileds and popup (#46697) 2019-09-27 14:04:51 +01:00
Alexey Antonov 905d021c5a
Convert filter_manager/lib to TypeScript / Jest (#45785)
* Convert filter_manager/lib to TypeScript / Jest

Fix: #44952

* Update map_query_string.ts

* remove extra ts-ignore

* formatting

* fix PR comments

* Fix PR comments

* fix PR comments

* fix PR comments

* fix merge conflicts

* revert logic

* Fix PR commnets

* add tests for compare_filters

* fix PR comments
2019-09-27 15:22:29 +03:00
Vadim Dalecky a99a5d62bf
refactor: 💡 separate server-side function reg from executor (#44531)
* refactor: 💡 separate server-side function reg from executor

* refactor: 💡 separate Canvas functionality of Interpreter

* refactor: 💡 simplify, move server fn init into Canavas

* fix: 🐛 adjust Expressions service usage after master merge
2019-09-27 14:01:55 +02:00
Daniil Suleiman 721b5d0a00
[Vis: Default editor] Fix spacing after EUI upgrade (#46568)
* Fix margins in vis editor data tab

* Fix margins in vis editor options tab

* Add a custom class to a string param
2019-09-27 12:28:27 +03:00
Joe Reuter 0e717599f9
debounce preview rendering instead of suggestion bar (#46441) 2019-09-27 11:02:31 +02:00
James Gowdy e854d0b721
[ML] Fixing job clone time range auto selection (#46582)
* [ML] Fixing job clone time range auto selection

* round start to nearest bucket
2019-09-27 09:50:33 +01:00
Dmitrii 5f4edbe20f
[ML] Custom urls enhancements (#46433)
* [ML] buildKibanaUrl with empty tokens support and multiple influencer field values

* [ML] custom_url_utils in TS

* [ML] comments

* [ML] replace logic for non influencer tokens

* [ML] fix TS issues and function composition

* [ML] move types definitions

* [ML] tests

* [ML] update snapshots

* [ML] PR remarks

* [ML] fix lucene operators

* [ML] url characters limit, tests

* [ML] refactor, fix token value, update tests

* [ML] fix interfaces

* [ML] comments
2019-09-27 10:48:36 +02:00
Tim Roes fc05a8358c
Style guide cleanup (#46574)
* Enable one-var rule

* Prevent built-in extension

* Group more rules into modern language features

* Fix typing error use eslint disable instead

* Improve wording slightly
2019-09-27 10:07:24 +02:00
Pete Harverson 473930f868
[ML] Adds listener for time filter refresh to data visualizer (#46708)
* [ML] Adds listener for time filter refresh to data visualizer

* [ML] use merge for subscribing to time filter refresh
2019-09-27 09:03:43 +01:00
Dario Gieselaar 5f5d80b561
[APM] Fix tooltip for service name in span flyout (#46680)
In #46312, we moved the service name property to the StickySpanProperties component. However, the import of SERVICE_NAME was incorrect, resulting in the tooltip showing the string 'licensing' instead of 'service.name'. The import now correctly points at our elasticsearch field names file.
2019-09-27 09:43:54 +02:00
Justin Kambic 15af30b518
[Uptime] Delete memory and domain classes (#46722)
* Delete memory classes that are not needed.

* Add index file for adapters directory to simplify imports.

* Delete references to domain classes from bootstrapping code to simplify codebase.

* Update auth domain tests to accommodate new changes.

* Remove unused parameter from rest route.

* Delete obsolete exports.
2019-09-26 23:06:46 -04:00
renovate[bot] 7a95c02dcc Update dependency @types/classnames to ^2.2.9 (#46648) 2019-09-26 16:03:25 -07:00
Spencer bbe6eacebb
switch to debounce private module to make sure it's available (#46660) 2019-09-26 13:43:03 -07:00
renovate[bot] da7efe859b Update d3 related packages (#46647) 2019-09-26 12:51:10 -07:00
renovate[bot] df9b78fd84 Update dependency @types/ora to ^1.3.5 (#46649) 2019-09-26 12:47:29 -07:00
renovate[bot] 49b5012fca Update dependency jsdom to ^12.2.0 (#46650) 2019-09-26 12:46:56 -07:00
renovate[bot] 77efd97004 Update dependency squel to ^5.13.0 (#46651) 2019-09-26 12:46:24 -07:00
renovate[bot] a80f21ce8a Update dependency tar to v4.4.13 (#46655) 2019-09-26 12:45:54 -07:00
renovate[bot] 2a990d46f4 Update dependency vinyl-fs to ^3.0.3 (#46652) 2019-09-26 12:45:01 -07:00
renovate[bot] e0bd2c374d Update dependency mime to ^2.4.4 (#46654) 2019-09-26 12:40:59 -07:00
renovate[bot] 4f4b8e96bf Update eslint related packages (#46656) 2019-09-26 12:40:18 -07:00
Kaarina Tungseth 48e880f5f5
[DOCS] Specifies true setting for 8.0 (#46164) 2019-09-26 12:52:39 -05:00
Matthias Wilhelm 38dca89a4c
Euification of Discover FieldNameIcon (#46485)
* Migrate FieldNameIcon to use Eui icons

* Adapt colors, cleanup, add test
2019-09-26 18:59:03 +02:00
Joe Reuter 8531cbe489 [Lens] Fix date suggestions (#46465) 2019-09-26 12:52:03 -04:00
Sébastien Loix 4e7a4dd1ae
Es ui shared updates (#46570) 2019-09-26 17:06:33 +02:00
Poff Poffenberger ef6adc1dcc
[Canvas] Toolbar i18n and typescript conversion (#46532)
* Toolbar i18n and typescript conversion

* i18n for toolbar
2019-09-26 10:05:09 -05:00
Larry Gregory 0ec11b6a22
i18n - allow plugins to specify multiple paths (#46578)
* allow plugins to specify multiple paths

* use native Array.flat instead of _.flatten()
2019-09-26 10:37:07 -04:00
Pengcheng Xu 613d7154f3
[Code] Fix Java langserver cannot start when workspace doesn't exist (#46685) 2019-09-26 22:11:10 +08:00
Chris Davies 41a214471f [Lens] Fix broken Lens tests (#46625)
* Fix broken Lens tests

* Fix lens Jest tests
2019-09-26 09:56:30 -04:00
Jean-Louis Leysens 7e3d375650
[Console] Notifications Service (#46215)
* Add notification service to Console and use it from the editor

* Revert original PR 45966

This reverts commit e60f4ed9ae.

* Re-add i18n import

* Updated copy
2019-09-26 14:31:10 +02:00
Alexey Antonov e0a3dc541e
Move src/legacy/utils/kbn_field_types to data plugin (#46565)
* Move `src/legacy/utils/kbn_field_types` to data plugin

Fix: #44186

* fix CI
2019-09-26 14:57:49 +03:00
Tim Roes bddff4c901
Remove more controversial rules (#46579) 2019-09-26 13:46:18 +02:00
Artyom Gospodarsky 237ad82b84
[NP] Timelion (#44039)
* Move index.js to index.ts

* Migrate Vis, interpreter, home and 2 hacks to setup() and start()

* Move Timechart hack to start()

* Add featureCatalogueRegistryProvider to an interface

* Add types to a server param

* Move some .js to .ts

* Add ExpressionFunction<> to interpreter

* Remove Feature Provider

* Remove extra export

* Add an interface to a timelion response

* Add an inteface to the panel

* Add IPrivate interface

* Make nit notes

* Edit uiCapabilities() type

* Shim Timelion plugin

* Shim start() plugin method

* Change InternalCoreStart to LegacyCoreStart

* Move Angular dependencies to a separate module

* Change visualizations import path due to recent changes

* Rename directives

* Take a common property out

* Get rid of require in schema

* Use core.uiSettings

* Refactor timelion request handler

* Remove Private from tests

* Remove redundant dependencies from tests

* Update visualizations paths

* Change expressions paths due to expessions movement

* Refactoring according to reviews

* Add a comment over the uiCapabilities field

* Edit the comment

* Ignore uiCapabilities issue

* Take angular controller out

* Get rid of

* Get rid of config

* Get rid of config in start

* Unwrap handler from redundant promise

* Move npSetup npStart dependencies in a high level

* Rename some details

* Fix reviews

* fix CI

* Take visFactory out
2019-09-26 14:44:05 +03:00
Liza Katz 09ea3d529f
Start using useKibana context in data shim (#46478)
* Make FilterBar into functional component
Pass deps in using Context provider

* Turn query bar top row into functional component
Use notification.toasts in SearchBar
Use context provider in top nav.

* Added context provider to lens
2019-09-26 14:28:59 +03:00
Sébastien Loix 6ebc19b3f5
Refactor Template UI logistics form (#46576) 2019-09-26 12:04:03 +02:00
Fuyao Zhao 956bd0794f
[Code]: update ts langserver version (#44987) 2019-09-26 18:00:10 +08:00
Maryia Lapata 8170a02235
Improve TS (#46452) 2019-09-26 12:17:54 +03:00
James Gowdy 297eab06c0
[ML] Fixing job clone redirect which breaks functional tests (#46605) 2019-09-26 08:23:41 +01:00
Shahzad 5ff93f07f1
make uptime filters responsive (#46560) 2019-09-26 12:09:03 +05:00