Commit graph

9430 commits

Author SHA1 Message Date
Spencer 1b9b45d2ff Merge pull request #5538 from spalger/implement/optionalUiExportsUses
[server/uiExports] allow apps to use export types that are empty
2015-12-01 12:07:50 -06:00
Court Ewing 7f50f738e8 Merge pull request #5445 from epixa/5440-minversion-typo
Fix typo: minimumVerison -> minimumVersion
2015-12-01 11:37:21 -05:00
spalger fa8775acee [server/uiExports] allow apps to use export types that are empty
When an app "uses" an export type that the server has not received any registered modules for the server currently fails to start saying "Unable to find uiExports for pattern ...". While this error is valid it is not always desired, and I think it is simply too limiting. Apps need to be able to use exportTypes that are optional, so this change simply removes the error and treats the current method as an optional "uses".
2015-11-30 23:18:26 -06:00
Court Ewing 4f863617c5 bump to version 5.0.0-snapshot 2015-11-30 11:23:08 -05:00
Joe Fleming a76b18a8d0 check for scope.opts.timefield, return early if missing
Fixes #5509
2015-11-25 23:00:34 +00:00
Joe Fleming 59d559eb6d Merge pull request #5495 from w33ble/toast-and-timeouts
Toast check speedup and timeout increases
2015-11-24 16:09:55 -07:00
Joe Fleming 14daaf0f85 move defaultTimeout into a config file 2015-11-24 15:29:56 -07:00
Spencer 6fb22b7274 Merge pull request #5455 from spalger/fix/courierCancelation
Fix courier cancelation
2015-11-24 16:28:04 -06:00
Joe Fleming 3e8307f8ac increase the default timeouts 2015-11-24 15:10:34 -07:00
Joe Fleming 25e7d2976e make the tryForTime output less noisy 2015-11-24 15:10:34 -07:00
Joe Fleming b3f2d5bfed add check for selected time field option 2015-11-24 15:10:34 -07:00
Joe Fleming 43a5e2b838 wrap getFieldsTabCount in tryForTime
give it a chance to fail up to 10 times before failing completely
2015-11-24 15:10:33 -07:00
Joe Fleming 4fdbc265c8 add catch for missing toast message 2015-11-24 15:10:33 -07:00
Joe Fleming c9c0f34efe add a little more debugging 2015-11-24 15:10:33 -07:00
Joe Fleming d8d8886747 speed up the waitForToastMessageGone helper 2015-11-24 15:10:33 -07:00
Jonathan Budzenski cfd8deac32 Merge pull request #5488 from w33ble/tryfortime
Make tryForTime return the resolved value
2015-11-24 15:47:18 -06:00
Joe Fleming 4e9b1d34de restore waitForToastMessageGone timeout 2015-11-24 11:47:25 -06:00
Joe Fleming c940bc8497 put tryForTime in getCurrentQueryName 2015-11-24 11:47:02 -06:00
Court Ewing cc11123fc3 Merge pull request #5486 from epixa/update-readme
Remove tip from readme for deprecated functionality
2015-11-24 12:20:42 -05:00
Paul Echeverri 18f8a91dd5 Fixes doubled include statement 2015-11-24 09:03:49 -08:00
Court Ewing f3bdb024cf Remove tip from readme for deprecated functionality
Since the "use event times to create index names" functionality for
index patterns is now deprecated in favor of the automatic optimizations
powered by the field stats api, this tip is no longer necessary.
2015-11-24 12:03:49 -05:00
Joe Fleming 9303c57b7b update HeaderPage helper, use defaultTimeout 2015-11-24 10:30:36 -06:00
Paul Echeverri 4cce8e878f Updates master with 4.3 docs. 2015-11-24 08:25:14 -08:00
Joe Fleming ca5ba4fe16 fix use in navigateToApp 2015-11-24 10:21:37 -06:00
Joe Fleming 8a5c94c941 pass the resolved value 2015-11-24 10:17:55 -06:00
Joe Fleming dd13b0998c Merge pull request #5457 from LeeDr/fixSettingsTest
Fix settings test, wrap failing step in tryForTime
2015-11-24 10:12:20 -06:00
Tim Sullivan b7977130a1 Merge pull request #5479 from Bargs/ignoreVim
Add Vim's .swp files to gitignore
2015-11-23 15:53:14 -07:00
Matthew Bargar 4da1915333 ignore vim's *.swo as well 2015-11-23 17:51:55 -05:00
Matthew Bargar 99f9f0ca11 Add Vim's .swp files to gitignore 2015-11-23 17:27:29 -05:00
LeeDr 90ac2c3189 Increase 5s timeout to longTimeout of 60s. 2015-11-23 16:13:34 -06:00
LeeDr b68b644c11 Move test timeouts to top describe level. 2015-11-23 13:43:47 -06:00
LeeDr 9cdadc9de2 Adding idle-timeout back in. 2015-11-23 13:38:33 -06:00
Tim Sullivan 64ba40aa1a Merge pull request #5475 from spalger/fix/styleguide-snake_case
[styleguide] added api and filename sections
2015-11-23 12:22:57 -07:00
spalger d431941c7d Merge branch 'master' of github.com:elastic/kibana into fix/styleguide-snake_case 2015-11-23 13:19:32 -06:00
spalger 330061df3a [styleguide] added api and filename sections 2015-11-23 13:16:26 -06:00
Matt Bargar 400f3666c2 Merge pull request #5474 from spalger/fix/styleguide-modules
[styleguide] updated moduled section of styleguide
2015-11-23 14:14:20 -05:00
LeeDr 8155ad799b Switch idle-timeout back to default 30 seconds. 2015-11-23 13:13:22 -06:00
spalger 0085929779 [styleguide] updated moduled section of styleguide 2015-11-23 12:48:17 -06:00
Spencer 65d68a8734 Merge pull request #5456 from spalger/fix/promiseCompat
[promise/Constructor] remove non-standard `defer` arg
2015-11-23 09:55:33 -06:00
Spencer 3654eb802b Merge pull request #5461 from phss/fix-typo-in-test
Fix typo in test
2015-11-21 16:05:48 -06:00
spalger 1de16ad113 [indexPattern] reorganize 2015-11-21 13:45:06 -06:00
Paulo Schneider 1c4ebdb4d3 Fix typo in test
Closes #5255. Very minor change.
2015-11-21 11:10:17 +00:00
spalger 9200a6f0c7 [DataSource] do not rely on a defer from the Promise constructor 2015-11-21 02:42:21 -06:00
LeeDr e7256bde43 Bump idle-timeout from 30 to 99 seconds. 2015-11-20 16:32:07 -06:00
spalger deaab7cd17 [courier/DataSource] remove private _myQueued method 2015-11-20 16:22:22 -06:00
LeeDr 9b6994be96 Move timeout back to describe. 2015-11-20 16:21:55 -06:00
LeeDr 6ea23eb590 Merge branch 'master' into fixSettingsTest 2015-11-20 16:06:08 -06:00
spalger 49ab884404 [courier] added tests for requesQueue, DocSource, and SearchSource 2015-11-20 15:58:02 -06:00
spalger bf556ba2b4 [courier/dataSource] also cancel non-startable requests 2015-11-20 15:58:02 -06:00
spalger 88a1cd929a [courier/requestQueue] fix get(), added getStartable()
get() implies that it will get all pending requests that match a strategy, but it is actually filtering by wether a require is startable. Added getStartable() to accomplish that task and get() now returns all requests that match a strategy.
2015-11-20 15:58:02 -06:00