Commit graph

23366 commits

Author SHA1 Message Date
Spencer bedf74faf2
[kbn/es] use artifact api to determine snapshot url (#33893)
* [kbn/es] use artifact api to determine snapshot url

* actually use AbortController

* [kbn/es] handle optional os and jdk indicators in artifact name
2019-03-28 14:29:39 -07:00
Lukas Olson 518f10d4e1
[Courier] Remove unused merge duplicate request logic (#33907)
* Remove unused courier logic to merge duplicate requests

* Remove unused courier logic to merge duplicate requests

* Remove accidental console log

* Revert change to filter aborted statuses

* Revert other change

* Revert other change

* Remove space

* Fix test

* Move ngMock back to where it belongs
2019-03-28 13:49:50 -07:00
Josh Dover 283fd2e4a6
Fix regex to select paths correctly. (#34106) 2019-03-28 15:02:17 -05:00
Christiane (Tina) Heiligers fd3535fdcf
Remove dangerously set inner html (#33976)
Fixes #24781
Replaces dangerouslySetInnerHtml with JSX using FormattedMessage for i18n.
2019-03-28 12:56:36 -07:00
Rudolf Meijering 5f511fcd83
Remove ui/jquery (#33855) 2019-03-28 20:53:07 +01:00
spalger 980d736c04 disable flaky test 2019-03-28 12:36:48 -07:00
dave.snider@gmail.com d2c077ae59
eui 9.7.1 (#34098) 2019-03-28 12:27:35 -07:00
Chris Roberson bbb21b1c85
[Monitoring] Address shard allocation color mismatch (#34086)
* Address mismatch and add a couple starter tests

* More tests and fixing a bug
2019-03-28 14:57:14 -04:00
Matt Apperson 8ff80cb589
[BeatsCM] Move API to new return format (#31660)
* add and assign types

* move error management to the lib vs each route. More DRY and easier to test

* move more endpoints to the new format

* fix result for not-yet-pages beats list

* refine more endpoints

* move more routes to new format

* UI now propperly connected to the API

* uodate tests and documenting testing in readme
2019-03-28 13:54:46 -04:00
Nathan Reese d6eb59179f
[Maps] apply filters to join SearchSource request (#34072)
* [Maps] apply filters to join SearchSource request

* add functional test verify filter applied  to join in dashboard
2019-03-28 11:38:33 -06:00
Lisa Cawley 1d2fbf827c
[DOCS] Fixes anchor in ordered list (#34092) 2019-03-28 10:17:35 -07:00
Sarah Hersh edbc3d49a7
[DOCS]Update UI names in Reporting doc (#34073) 2019-03-28 13:16:28 -04:00
Lukas Olson b4bafa5ff6
Allow negative values for custom ranges in metric and gauge visualizations (#33814)
* Fix inequality directives to handle negative values

* Fix test
2019-03-28 10:13:10 -07:00
Walter Rafelsberger 9d60ad3831
[ML] Reverts completely resetting explorer state on job selection change. (#34084) 2019-03-28 17:57:46 +01:00
Aleh Zasypkin 2073a6f165
Typesciptify Basic Authentication provider and move its tests to Jest. (#34045) 2019-03-28 17:22:44 +01:00
Philipp B 7e43afaad0
(Accessibility) "Add" buttons provide no context on Sample Data page. (#33769)
* aria described by for sample button
2019-03-28 17:59:19 +03:00
Søren Louv-Jansen 30c63f57fd
[APM] useFetcher: Replace react-redux-request with hooks and Context API (#33392) 2019-03-28 14:56:56 +01:00
Nathan Reese a7062883d2
[Maps] Add clone layer to layer actions (#33853)
* [Maps] Add clone layer to layer actions

* remove console statement

* do not show clone action when isReadOnly

* clean up

* combine getLayerList uses into single getLayerById function

* update jest snapshots
2019-03-28 07:42:05 -06:00
Justin Kambic 062cfc7efe
Remove crosshair synchronization to avoid display bug. (#33660)
Fix broken snapshot.

Fix busted type.
2019-03-28 09:13:17 -04:00
Peter Pisljar 06d7ebef8f
moving interpreter functions to their appropriate plugins (#33552) 2019-03-28 13:40:31 +01:00
Nathan Reese 7ab080a97c
[Maps] store mapCenter in embeddable config (#33902)
* embeddable config

* set embeddableConfig when map center changes

* remove console statement

* add functional test for embeddable state
2019-03-28 06:39:36 -06:00
Tim Roes 0b7268f5b3
Remove geo_centroid/geo_bounds from nested metrics (#34042) 2019-03-28 13:15:21 +01:00
Liza Katz 8fa81b7fdc
New platform cleanup autoload - step 1 (#33765)
* Explicit dependencies to doc_title

* Explicit dependencies to
    - kbn_top_nav
    - saved_object_save_as_checkbox

* Explicit dependencies to filter_bar

* Explicit dependency to query_bar

* Removed modules from autoloades that never
used implicitly:
- bound_to_config_obj
- debounce
- filter_manager
- index_patterns
- parse_query
- persisted_log
- timefilter

* Removed modules from autoload (never used implicitly)
- events

* Explicit dependency to bind + typo fix

* Explicit dependency to fancy_forms

* Explicit dependency to $listen

* Explicit dependency to timepicker

* Moved kbn-infinite-scroll directive to doc_table

* Explicit dependency on directives
- css truncate
- inequality

* Explicit dependecy to input_focus directive

* Explicit dependency to json-input directive

* Explicit dependency on directives:
 - input_focus
 - paginate

* Explicit dependency on paginated-selectable-list directive

* Explicit dependency on saved-object-finder directive

* Moved validate_json directive into agg_types

* Don't include directives implicitly
2019-03-28 13:53:10 +02:00
Maryia Lapata b03f6c3eae
[Vis: Default editor] EUIficate agg-select (#31892)
* EUIficate agg-select

* Improve validation; update TS

* Apply styles for helpLink

* Fix unit test

* Update functional tests

* Adjust comboBox service to chose the item where the text mates exactly

* Update vis page object

* Add default value for agg

* Move aggs grouping function to a separate file

* Use labelAppend prop for help link node

* Add watcher for aggType to manage to discard changes

* Add default value for agg type title

* Fix defining selected option when aggType is defined

* Fix validation issues

* Remove a bootstrap specific class

* Change css selector in test

* Update according to SASS guidelines

* Update functinal comboBox service

* Added check for undefined

* Add jsdoc for groupAggregationsBy function

* Add unit tests for groupAggregationsBy

* Move setValidity invocation to DefaultEditorAggSelect component

* Wrap setValidity into useEffect due to react warning when select is cleaned at the first time

* Move help link definition to select component
2019-03-28 13:02:34 +03:00
Joe Reuter 06a71e8676
Functional tests: prevent waiting longer than necessary for loading spinner to disappear (#33922) 2019-03-28 10:27:42 +01:00
Liza Katz 751524b673
Move tests from factories to their correct locations (#33851) 2019-03-28 10:58:02 +02:00
Maryia Lapata 508acd3065
[Vis: Default editor] EUIficate raw json control (#32888)
* EUIficate raw json control

* Remove unused validate-json directive

* Update tests

* Update styles

* Move validation logic down to control

* Fix type
2019-03-28 11:40:40 +03:00
Philipp B 424edafdfd
(Accessibility) Viz type selection button should read more clearly in screenreader #29475 (#33434)
* popover announces itself, button gives predictable behavior; menutitems
* drops incorrect button aria label
* replace aria-describedby with translated label
2019-03-28 09:58:20 +03:00
CJ Cenizal 7a4b3ced60
Update copy to refer to Cross-Cluster Search/Replication. (#33872) 2019-03-27 19:53:19 -07:00
dave.snider@gmail.com 786423a85a
EUI@9.7.0 (#34011) 2019-03-27 16:21:40 -07:00
Lukas Olson a848840501
Remove segmented fetch (#33453)
* Remove segmented fetch

* Fix namespace

* Remove unused translations
2019-03-27 14:14:01 -07:00
Greg Thompson 3acebd9d57 Upgrade EUI to 9.6.0 (#33873)
* eui to 9.6.0

* update snapshots related to onClick
2019-03-27 13:49:52 -07:00
Josh Dover 049723da8a
Fix missed start -> setup renames (#33967) 2019-03-27 15:35:16 -05:00
Felix Stürmer 07ad8fdbab
Fix babel initialization for graphql type generation (#33962)
This restores the functionality of the graphql type generation scripts after #33093. In particular, it properly sets up the babel import hook so schemata can once more be imported from `.ts/.tsx` files.
2019-03-27 21:34:48 +01:00
Lisa Cawley d3e8ee317d
[DOCS] Removes abbrevtitles from parts (#34002) 2019-03-27 13:23:32 -07:00
Søren Louv-Jansen 64e77b3a3e
[APM] Fix schema issues (#33833) 2019-03-27 19:44:10 +01:00
Walter Rafelsberger 2882d2853f
[ML] Fixes check to determine whether telemetry is enabled. (#33975) 2019-03-27 19:43:01 +01:00
spalger 4fac5fc899 Revert "[TSVB] markdown variables (#33324)"
This reverts commit 412c9d843e.
2019-03-27 11:12:52 -07:00
Joe Fleming 68a57affaa
chore: remove the old element ast clearing code (#33905)
should no longer be needed, this was changed over a year ago
2019-03-27 10:50:56 -07:00
Nathan Reese 4d1d3d69ae
skip failing maps application tests (#33977) 2019-03-27 11:47:27 -06:00
Lisa Cawley b7fcc7b0e6
[DOCS] Remove out-dated link (#33980) 2019-03-27 10:36:47 -07:00
Tiago Costa 1eada2a7ae
chore(NA): regex path support for windows on babel register ignore patterns. (#33946) 2019-03-27 15:16:00 +00:00
Sébastien Loix 9580e1b4cd
[Rollup] Re-enable api integration tests (#33381) 2019-03-27 16:02:36 +01:00
Nathan Reese 465d37bbac
[Maps] layer specific filtering (#33209)
* render filters section in layer details

* add popover with QueryBar

* show index pattern type ahead

* scss

* add custom button to QueryBar

* add setQuery action creator

* wire together layer query to search source

* remove old comment

* update heatmap layer to consider layerQuery during resync logic

* update getBounds to apply layer query

* fix QueryBar typescript problems

* add functional test for layer query

* more typescript nonsense

* fix jest test

* use EuiPopover instead of EuiModal

* close popover on button click

* fix functional test with popover change

* add empty state help text and use small padding on EuiCodeBlock

* query_bar renderUpdateButton return early if not this.props.showDatePicker
2019-03-27 08:33:34 -06:00
Chris Mark b20c3a1eba Add Data UI for CoreDNS Metricbeat Module (#33845)
Signed-off-by: Chris Mark <chrismarkou92@gmail.com>
2019-03-27 15:19:37 +01:00
Aleh Zasypkin 411a3fbbbc
Use refresh token for any access token error with 401 status code and re-authentication user for any refresh token error with 400 status code. (#33777)
* Use refresh token for any access token error with 401 status code and re-initiate SAML handshake for any refresh token error with 400 status code.

* Switch from `expect.js` to `@kbn/expect`.

* Review#1: repurpose redundant tests to test token failures with 500 code.
2019-03-27 15:09:33 +01:00
Daniil Suleiman d99497ab17
Fix TSVB auto apply changes on every click (#33710) 2019-03-27 17:08:49 +03:00
Corey Robertson f244583a3e
Force consistent canvasCheckered colors (#33786) 2019-03-27 10:02:47 -04:00
Mike Côté 00e1b3ca5e
Fix includeFields function to return root saved object properties (#33847)
* Fix includeFields function to return root saved object properties

* Fix broken tests
2019-03-27 09:50:50 -04:00
Sébastien Loix d3ad8a4b0b
[CCR & Rollup] Update client integration tests (#33857) 2019-03-27 14:44:24 +01:00