Commit graph

9402 commits

Author SHA1 Message Date
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
Paul Echeverri
4cce8e878f Updates master with 4.3 docs. 2015-11-24 08:25:14 -08: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
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
1a29624c00 [promise/Constructor] remove non-standard defer arg
At some point I added a `defer` arg to the Promise constructor in our promises library. This arg is not a part of ECMA promises or bluebird promises, so I'm removing it to keep compatibility.
2015-11-20 15:57:02 -06:00
LeeDr
e5d57f42a3 Fix one recurring timing related test failure by wrapping in tryForTime loop ('makelogs data should have expected number of fields'). 2015-11-20 15:24:49 -06:00
Joe Fleming
43b9d65dd0 Merge pull request #5449 from LeeDr/functionalDebug
Steps to debug and/or fix functional test timeouts.
2015-11-20 14:24:53 -06:00
LeeDr
2488a626e2 Move timeout in settings/index.js up to describe. 2015-11-20 14:06:32 -06:00
LeeDr
5f3b0ae4a2 Variablize 2 messages. 2015-11-20 13:43:26 -06:00
LeeDr
0d0628e5bd Move timeout setting out one level from bdd.before to bdd.describe. 2015-11-20 13:34:13 -06:00
LeeDr
5f10d16f4d Adding debug log before throwing errors. 2015-11-20 12:39:05 -06:00
LeeDr
43eb32b6d6 Replace default 30 second timeout even on Settings app tests with 2 minute timeout. 2015-11-19 11:30:52 -06:00
LeeDr
7411132164 Steps to debug and/or fix functional test timeouts. 2015-11-19 11:06:01 -06:00
Joe Fleming
e9d2b6d004 Merge pull request #5442 from epixa/readme-es2.1
Update readme to include ES 2.1 requirement
2015-11-18 15:55:07 -07:00
Court Ewing
1fc2d5f9a3 Update readme to include ES 2.1 requirement 2015-11-18 17:52:18 -05:00
Court Ewing
e81f20f9c1 Bump to 4.4.0-snapshot 2015-11-18 17:44:11 -05:00
Joe Fleming
b3e81b8ded Merge pull request #5435 from epixa/bump-es-to-2.1.0
Bump minimum elasticsearch version to 2.1.0
2015-11-18 14:31:27 -07:00
Joe Fleming
8c7b7e54bb Merge pull request #5434 from epixa/5432-format-field-stats
Send epoch_millis format with field stats constraints
2015-11-18 14:22:45 -07:00
Court Ewing
ca93dbb086 Avoid indices that do not have the configured time field
The field stats api can, in certain situations, return an index even
when that index does not contain any field that matches the configured
time field name in the index pattern. We filter those out and treat it
as if they were never returned at all.
2015-11-18 14:45:58 -05:00
Court Ewing
bf621f5df6 Send epoch_millis format with field stats constraints
Elasticsearch 2.1 requires this property on constraints in order to
parse the value into a usable constraint regardless of what format is
used in the time fields of the underlying documents.
2015-11-18 11:48:15 -05:00
Court Ewing
f93a9e19f2 Bump minimum elasticsearch version to 2.1.0
Kibana >= 4.3.0 requires at least elasticsearch 2.1.0.
2015-11-18 11:33:43 -05:00
Rashid Khan
7e3d846afd Merge pull request #5433 from elastic/revert-5409-enhancement/heapdump
Revert "Add heapdump module"
2015-11-18 09:16:50 -07:00
Rashid Khan
d9a18e739c Revert "Add heapdump module" 2015-11-18 09:08:43 -07:00
LeeDr
7b8d7e0365 Merge pull request #5386 from LeeDr/testDiscover
Automated tests for Discover app
2015-11-18 08:42:26 -06:00
Spencer
c092d5d997 Merge pull request #5398 from spalger/fix/segmentOrder
[pointSeries/addToSiri] use Map() so that numeric keys are not sorted
2015-11-17 13:43:46 -06:00
LeeDr
7b37689798 Reverting this file back to 326892. 2015-11-17 12:56:46 -06:00
Court Ewing
01b6ff4592 Merge pull request #5418 from epixa/5417-safeconfirm
Use safeConfirm when overwriting index patterns
2015-11-17 13:49:18 -05:00
Spencer
d0982a3021 Merge pull request #5337 from spalger/fix/relativePathsInKibana
Fix/relative paths in kibana
2015-11-17 12:23:15 -06:00
Rashid Khan
bfb271d2cc Merge pull request #5409 from rashidkpc/enhancement/heapdump
Add heapdump module
2015-11-17 11:21:46 -07:00
spalger
dc72c72335 [server/config] require leading slash on basePath 2015-11-17 11:38:28 -06:00
spalger
65db4dcd81 Merge branch 'master' of github.com:elastic/kibana into fix/relativePathsInKibana 2015-11-17 10:59:39 -06:00