Commit graph

17013 commits

Author SHA1 Message Date
Yuri Astrakhan
7ba6c84176
Bumped Vega dependencies (#16891) 2018-03-01 20:16:58 -05:00
Lukas Olson
6fd3a22976
Refactor typeahead for reuse (#14165)
* First stab at refactoring typeahead

* Don't double submit on enter

* Add item templating

* Remove unnecessary test

* Don't submit on enter

* Add clarifying comment

* Fix history log key

* Fix key handling

* Don't always hide on submit

* Check items exists

* Simplify select next/prev and reset selected on hide/backspace

* Add test

* Put persistedLog on scope so it can be tested

* Update typeahead items when language changes

* Finish that work I didn't do in the last commit

* Order matters
2018-02-26 10:10:42 -07:00
Stacey Gammon
fac682e01b
render expects a promise return value (#16906) 2018-02-25 11:43:27 -05:00
Stacey Gammon
28633bdef4
remove duplicate functions from dashboard_panel.js (#16907) 2018-02-25 11:22:20 -05:00
Bhavya RM
b2a2f2dfdc
Sanity tests for table viz in TSVB (#16880)
Sanity test for table viz in TSVB
2018-02-23 14:50:49 -05:00
Nathan Reese
c0eab3049b
Update filterEditor directive to use default index pattern when none are provided. (#16235)
* use default index pattern when filter-editor is not passed any index patterns

* add functional test

* pass indexPatterns to filterBar directive

* handle check for [undefined]

* use _.compact to test if index patterns are provided

* simplify areIndexPatternsProvided
2018-02-23 11:39:04 -07:00
Shaunak Kashyap
253b89eb7d
Add disabled state + tooltip on dev tools tabs (#16844) 2018-02-23 07:22:25 -08:00
Kim Joar Bekkelund
f9b7ddb40d
[kbn-pm] Better command setup (#16879) 2018-02-23 13:12:23 +01:00
Peter Pisljar
83b6c47d2d
fixes error with postFlightRequest (#16643) 2018-02-23 11:00:52 +01:00
Tim Roes
691d964d72
Fix update status documentation (#16885) 2018-02-23 10:40:07 +01:00
CJ Cenizal
e67fe029c6
Upgrade EUI to 0.0.23. (#16856)
* Upgrade EUI to 0.0.23.
* Update Jest snapshots.
2018-02-22 15:57:44 -08:00
Nathan Reese
5cacfb9b31
use field formattor to format list options (#16804) 2018-02-22 16:39:39 -07:00
Tim Roes
5408900ba9
Improve getUpdateStatus performance (#16403)
* Only update status when required

* Add missing Status.PARAMS

* Add requiresUpdateStatus to Vega vis

* Add requiresUpdateStatus for editors

* Fix stupid issue

* Create unit tests for getUpdateStatus method
2018-02-22 17:42:42 +01:00
Brandon Kobel
e0cf16ffdd
Resolving issue with maximized visualizations in Safari 9-10 (#16573) 2018-02-22 10:57:15 -05:00
Spencer
8b8a10792a
[npm] pin chromedriver to 2.33.2 (#16857)
See https://bugs.chromium.org/p/chromedriver/issues/detail?id=2239

Until Chrome v65 is commonplace, chromedriver 2.34+ won't respond when changing the URL and the new url only has a different hash
2018-02-21 19:45:56 -07:00
Anshita Vishwakarma
32e6cc3f3b Beta tag removed from Kibana-CCS Integration in master branch (#16847) 2018-02-21 17:26:59 -07:00
Spencer
366f47476a
[pluginDiscovery] dedupe packs by absolute path (#16829)
* [pluginDiscovery] dedupe packs by absolute path

* [pluginDiscovery] extract distinct keySelector, add more docs
2018-02-21 14:08:02 -07:00
Kim Joar Bekkelund
293f280b14
[kbn-pm] Stricter types when creating maps (#16848) 2018-02-21 21:51:33 +01:00
Harsh Vardhan
eae414ac32 Fix index pattern names in management section (#16802) 2018-02-21 15:33:17 -05:00
Raghavendra Vedula
6813cfa258 Removed the clipping off of sidebar items (#16834) 2018-02-21 14:47:26 -05:00
Kim Joar Bekkelund
b91e7bad97
[kbn-pm] Show list of projects as a tree (#16754) 2018-02-21 19:56:09 +01:00
Kim Joar Bekkelund
c8659b9a78
Show error when require(pack) fails (#16837) 2018-02-21 17:54:58 +01:00
Kim Joar Bekkelund
8de986040f
[kbn-pm] Enable intermediate build directory for projects (#16839) 2018-02-21 13:54:27 +01:00
Tim Roes
7b9a8e0557
Allow totals on unique count aggregations (#16666) 2018-02-21 11:37:33 +01:00
Tim Roes
a4b5a1d6df
Refactor category into vis_category (#16774) 2018-02-21 11:12:22 +01:00
Aleh Zasypkin
cb21a7edec
Port kbn-pm to TypeScript. (#16732) 2018-02-21 10:09:30 +01:00
Spencer
d8b3ca27ab
[plugin-helpers] allow opt-ing out of dependency installation (#16816)
* [kbn-plugin-helpers] allow opt-ing out of dependency installation

* [plugin-helpers] rename buildIgnoreDependencies to skipInstallDependencies

* [plugin-helpers] use noop3 for test

* [plugin-helpers] fix test description

* [plugin-helpers] fix assertion
2018-02-20 16:28:22 -07:00
Nathan Reese
4a2a4511ac
change 'On premise' to 'Self managed' (#16707) 2018-02-20 08:34:50 -07:00
Kim Joar Bekkelund
491491224a Update @kbn/pm dist 2018-02-20 13:33:39 +01:00
Spencer
1516e0703c
[server/rewriteBasePath] Support rewriting basePath requests (#16724)
* [server/rewriteBasePath] add option to enable basePath rewriting

* [server/rewriteBasePath/docs] end sentences with periods

* [server/rewriteBasePath] simplify Joi schema a smidge

* [server/rewriteBasePath] rename test file to match source

* [server/rewriteBasePath] initialize server in before/after hooks

* [server/rewriteBasePath] rephrase deprecation warning

* [server/config/schema] verify that non-strings are not accepted for basePath

* [server/config/schema] toss a trailing comma in there
2018-02-19 12:36:19 -07:00
Aleh Zasypkin
f2fda4aca3
Introduce Jest integration tests. (#16735) 2018-02-19 17:02:01 +01:00
Thomas Decaux
e135657d1f Missing argument for generate_plugin script (#16782) 2018-02-19 10:08:13 +01:00
Chris Roberson
b379f5fdf8
Refactor to go back to the double query approach to support aliases (#16715) 2018-02-16 12:49:30 -05:00
Matt Bargar
6caf0f6217
fix command 2018-02-16 11:20:50 -05:00
Chris Roberson
dd7241a501
[Management] Improve messaging with no index patterns (#16718)
* Improve messaging with no index patterns

* Updated copy

* Adjust messaging
2018-02-16 10:17:19 -05:00
Chris Roberson
7164adb282
[Management] Fix bug with index pattern creation (#16693)
* Ensure we call scope.apply after route changing

* PR feedback
2018-02-16 09:48:53 -05:00
CJ Cenizal
6c57778245
Bring toast copy in line with writing style. (#16752) 2018-02-15 10:26:31 -08:00
Kim Joar Bekkelund
5c180d0c93
[kbn-pm] Include 'packages' and 'plugins' folders within projects as projects (#16713) 2018-02-15 12:45:00 +01:00
liza-mae
cb8bae8379
[ftr/config] Fixed app url schema (#16748) 2018-02-14 15:12:18 -07:00
CJ Cenizal
605de76b4f
Fix KUI docs site. Remove history dependency. (#16725)
* Fix KUI docs site. Remove history dependency.
* Use EUI reset in KUI docs.
2018-02-14 10:07:55 -08:00
Spencer
4d246a10a8
[kbn-pm] rename from kbn-build (#16739) 2018-02-14 10:57:13 -07:00
Brandon Kobel
db83c8cd9b
Destroying socket when we get a clientError (#16700) 2018-02-14 12:41:26 -05:00
Kim Joar Bekkelund
9a24dd3fcd
Update the packages readme (#16706)
* Update the packages readme

* Update after review
2018-02-14 17:08:14 +01:00
Kim Joar Bekkelund
f542c31059
[plugin helpers] Use Kibana's Jest setup (#16731)
* [plugin helpers] Use Kibana's Jest

* Remove outer 'describe'

* Async/await in tests

* Assertion improvements
2018-02-14 16:53:34 +01:00
Jonathan Budzenski
8fe21e4d6c
[console] Update cluster API (#16550)
* cluster.allocation_explain.json

* cluster.get_settings.json

* cluster.health.json

* cluster.pending_tasks.json

* cluster.put_settings.json

* cluster.remote_info.json

* cluster.reroute.json

* cluster.state.json

* cluster.stats.json

* rm cluster.js

* rm cluster.js
2018-02-14 09:23:32 -06:00
Jonathan Budzenski
c316887a1a
[console] Update more APIs (#16609)
* create.json

* delete_by_query.json

* delete_script.json

* delete.json

* exists_source.json

* exists.json

* explain.json

* field_caps.json

* rm field_stats.js

* get_script.json

* get_source.json

* get.json
2018-02-14 09:23:15 -06:00
Kim Joar Bekkelund
ea9ed801d2
Remove symlinks when building Kibana plugins (#16727) 2018-02-14 10:56:09 +01:00
Kim Joar Bekkelund
a8e860379f
Remove 'packages' webpack alias (#16720) 2018-02-13 23:58:25 +01:00
Kim Joar Bekkelund
1c3b404774
Production package example: datemath (#16531) 2018-02-13 21:49:55 +01:00
CJ Cenizal
eb49a8c449
Add test-subj-selector module to packages dir. (#16623)
* Add test-subj-selector module to packages dir.
* Rename to @kbn/test-subj-selector.
* Simplify rejectRejFiles Grunt task and ignore nested node_modules.
* Update jenkins_unit script to use yarn kbn CLI.
2018-02-13 10:34:47 -08:00