Commit graph

14474 commits

Author SHA1 Message Date
Jonathan Budzenski 63c6e9a4da
Bump node version to 6.7.0 2016-10-10 05:57:25 -05:00
Matt Bargar 19c3b3f2f4 Merge pull request #8588 from Bargs/aggScripts
Flag scripted fields as searchable and aggregatable
2016-10-07 16:53:58 -04:00
Stacey Gammon 98ab43e44e Merge pull request #8540 from Stacey-Gammon/fix-dashboard-panel-order
Ensure dashboard panels appear in the correct order
2016-10-07 16:48:39 -04:00
Stacey Gammon e531aef03a Ensure dashboard panels appear in the correct order 2016-10-07 16:25:16 -04:00
Matthew Bargar 701ceed063 Flag scripted fields as searchable and aggregatable 2016-10-07 15:15:59 -04:00
Thomas Neirynck f441ef4f93 Merge pull request #8580 from thomasneirynck/chore/8579
remove watermark from timelion
2016-10-07 14:38:59 -04:00
Thomas Neirynck dfed59eca9 remove watermark from timelion 2016-10-06 16:54:55 -04:00
Thomas Neirynck 9fe13ed838 Merge pull request #8571 from thomasneirynck/enh/8378
Save settings on enter keypress
2016-10-06 14:09:00 -04:00
Thomas Neirynck 09d334694d Save settings on enter keypress
Remove unused imports
2016-10-06 11:46:48 -04:00
Brandon Kobel 395497d0ae Merge pull request #8534 from kobelb/stdout-log-utc
Displaying console logs in UTC
2016-10-06 11:32:25 -04:00
Thomas Neirynck 47565e7d37 Merge pull request #8558 from thomasneirynck/chore/cleanup-test
Reintroduce parameter in test

cleanup cruft
2016-10-05 18:45:08 -04:00
Thomas Neirynck 56c130aa80 remove unused vars
do not hardcode css-snippet
2016-10-05 18:34:50 -04:00
Matt Bargar 1365960d5e Merge pull request #8559 from Bargs/removeData
Remove Connect Data section from Management app
2016-10-05 17:26:36 -04:00
Matthew Bargar 5f7117dba2 Remove unnecessary page method 2016-10-05 16:53:49 -04:00
Matthew Bargar 66488f5d6b Fix path mentioned in comment 2016-10-05 16:50:52 -04:00
Matthew Bargar 016f881dba Remove Connect Data section from Management app 2016-10-05 15:39:16 -04:00
Stacey Gammon 07642cd04c Merge pull request #8537 from Stacey-Gammon/reduce-test-memory-leaks
Reduce memory leaks in visualization tests
2016-10-05 08:33:21 -04:00
Court Ewing 6e37153d55 Merge pull request #8539 from spalger/fix/es-proxy-strip-cachebuster
Compatibility fixes for ES master
2016-10-05 08:17:50 -04:00
spalger 4ecc73f902 [courier] remove unused import 2016-10-04 16:58:52 -07:00
spalger 5a81f53306 [courier] remove use of esShardTimeout, see #8544 2016-10-04 16:26:48 -07:00
spalger a1e62ef048 [functional_tests/try] trim intermediate tryForTime failure logging 2016-10-04 15:56:57 -07:00
spalger fa6212ab5c [functional_tests/discover] replace some sleep() calls with try()s 2016-10-04 15:31:11 -07:00
spalger 655eb05b03 [functional_tests/try] improve final failure message 2016-10-04 15:29:02 -07:00
spalger 1c718bcd40 [es/tests] fix routing tests 2016-10-04 14:48:36 -07:00
spalger afe7a4c88a [courier] move incorrectly placed search/get params into the request body 2016-10-04 14:47:49 -07:00
spalger 7de6323976 [es/test] improve failure logging 2016-10-04 14:41:20 -07:00
spalger d7bcab9f96 [elasticsearch/proxy] strip _ query string param
With elasticsearch starting to validate query string parameters, we need to stop sending the extra "_" query string paramters (used to cache-bust in browsers). The changes are larger than "necessary" because the url parsing and formatting logic was updated to use the bonafide `url.parse` and `url.format` methods, rather than a series of specialized string mutations. The tests for this code were also expanded as a part of this effort.
2016-10-04 13:26:40 -07:00
Stacey Gammon 5affa99a24 Reduce memory leaks in visualization tests
These are the biggest offenders of dom node leaks during the browser
tests runs (there are more - specifically with leakage of
$rootScope.$new not being subsequently destroyed, but that takes up
significantly less memory).

This fix lets me run browser tests with consistent results.
2016-10-04 14:33:42 -04:00
Spencer e78c829574 Merge pull request #8487 from tylersmalley/dev-localhost
Allows for server.host to be set in development
2016-10-04 10:04:32 -07:00
= 6f7efa7262 Displaying stdout logs in UTC 2016-10-04 13:02:13 -04:00
Court Ewing 8bc311def5 Merge pull request #8513 from epixa/8512-experimentalbackends
timelion: Mark third party services as experimental
2016-10-03 17:11:25 -04:00
Court Ewing d2f18ff0f5 Merge pull request #8497 from Bargs/removecsv
Remove CSV Upload
2016-10-03 15:38:34 -04:00
Spencer fcf2930049 Merge pull request #8509 from spalger/fix/is-term-size-zero-error
[esErrors/isTermSizeZeroError] always return true/false
2016-10-03 11:49:31 -07:00
spalger cdaab8d902 [esErrors/isTermSizeZeroError] always return true/false
When the error coming from the elasticsearch.js client is not as expected, isTermSizeZeroError throws a TypeError. This seems incorrect, the function should just return true or false in just about any scenario.
2016-10-03 11:23:03 -07:00
Court Ewing 7af23789e5 timelion: Mark third party services as experimental
We don't have any mechanism in place right now to verify that the third
party backends that ship with Timelion are continuing to work as
expected, and in the event that any service introduces a backwards
compatibility break or becomes unavailable, we have no plan for how
users can workaround the issue.

This is essentially the same situation we found ourselves in with our
third party tile map provider, so we should at least come up with
solutions for this before removing the experimental labels.
2016-10-02 11:01:33 -04:00
spalger 0a93b333fe remove unused npm deps 2016-10-01 02:19:39 +02:00
spalger 4056fe9d5f Merge branch 'master' of github.com:elastic/kibana into pr/8497 2016-09-30 21:49:21 +02:00
Spencer a23cd39bd9 Merge pull request #8500 from spalger/workaround/es-20707
Force aggregatable geo_points
2016-09-30 12:51:45 +02:00
spalger 22c6f7c55c [indexPatterns] add workaround for elastic/elasticsearch#20707 2016-09-30 12:21:07 +02:00
Matthew Bargar 48f40d59c2 Remove Upload CSV from getting started docs 2016-09-29 15:37:55 -04:00
Matthew Bargar b7fd17b492 Remove other unused Add Data code 2016-09-29 15:14:19 -04:00
Matthew Bargar 0d087989f0 Remove CSV Upload server config 2016-09-29 14:59:43 -04:00
Matthew Bargar b15625b9d8 Remove Upload Data API 2016-09-29 14:55:48 -04:00
Matthew Bargar 506b421abd Remove CSV Upload UI 2016-09-29 14:48:24 -04:00
Tyler Smalley 7d76e68378 Allows for server.host to be set in development
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-09-28 08:42:11 +02:00
Matthew Bargar f65c9b595b Update expected table headers to fix functional test 2016-09-26 14:40:41 +02:00
Tyler Smalley 2fd4920f67 Merge pull request #8313 from tylersmalley/hapi-upgrade
Upgrades Hapi to 14.2.0
2016-09-26 05:39:16 -07:00
Jim Unger a2a620373a Merge pull request #8465 from BigFunger/draggable-to-ui
Moved draggable directives into the ui directory
2016-09-23 14:59:05 -05:00
Jim Unger 1fa424c87d Moved draggable directives into the ui directory 2016-09-23 14:23:15 -05:00
Thomas Neirynck b487adb830 Merge pull request #8448 from thomasneirynck/enh/8443
Add highlight opacity as global setting
2016-09-23 15:02:20 -04:00