Commit graph

9380 commits

Author SHA1 Message Date
spalger
1de16ad113 [indexPattern] reorganize 2015-11-21 13:45:06 -06:00
spalger
9200a6f0c7 [DataSource] do not rely on a defer from the Promise constructor 2015-11-21 02:42:21 -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
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
spalger
0bc71c2ff4 Merge branch 'master' of github.com:elastic/kibana into fix/segmentOrder 2015-11-17 10:57:20 -06:00
Spencer
7858d4c553 Merge pull request #5410 from spalger/implement/kbnServerInject
[KbnServer] expose an inject method that promisifys server.inject
2015-11-17 10:54:21 -06:00
LeeDr
7d358f2e28 Merge branch 'master' into testDiscover 2015-11-17 10:41:11 -06:00
Court Ewing
ab307f0ccc Use safeConfirm when overwriting index patterns
The window.confirm() call used when attempting to overwrite an index
pattern was causing a fatal error in firefox due to an already-running
digest loop. The safeConfirm service exists specifically to avoid this
issue.
2015-11-17 11:29:32 -05:00
Antonio Bonuccelli
15e6e1f1da bug in command to install
changed bin/kibana plugin -i elasticsearch/marvel-ui/latest to bin/kibana plugin -i elasticsearch/marvel/latest
2015-11-17 09:12:18 -07:00
Antonio Bonuccelli
45cf100083 bug in command to remove
change bin/kibana plugin --remove marvel-ui to bin/kibana plugin --remove marvel
2015-11-17 09:10:39 -07:00
Rashid Khan
7a09fe98dd Don't support heapdumps on windows 2015-11-17 08:57:46 -07:00
spalger
eb51627096 [chrome/nav] added tests for the exposed chrome apis 2015-11-16 17:16:48 -06:00
spalger
1ac4bcedab [server] added test to verify root redirect 2015-11-16 16:59:34 -06:00
spalger
4b8e9a7f3b Merge branch 'implement/kbnServerInject' into fix/relativePathsInKibana 2015-11-16 16:47:14 -06:00
spalger
810c5f4f25 [KbnServer] expose an inject method that promisifys server.inject
Hapi server's have a great #inject() method that allows you to inject requests into the server and get their response back. This method uses callbacks though, and does not follow the standard callback interface `cb(err, val)`. Defining this method on our server allows us to promisify it and prevent failures which have left me confused two times now.
2015-11-16 16:12:17 -06:00
spalger
c6f21acd80 [server] read the correct config value 2015-11-16 15:27:16 -06:00
spalger
4e7ae9fafd Merge branch 'master' of github.com:elastic/kibana into fix/relativePathsInKibana 2015-11-16 15:24:22 -06:00
Rashid Khan
c91d2f3ef5 Merge branch 'master' of github.com:elastic/kibana into enhancement/heapdump 2015-11-16 13:44:56 -07:00
Spencer
d6cbd1b077 Merge pull request #5408 from spalger/fix/eslintError
[eslint] named async function are broken
2015-11-16 14:44:04 -06:00
spalger
2571a29406 [eslint] named async function are broken
see babel/eslint#207
2015-11-16 14:30:06 -06:00
Rashid Khan
daaaba8de9 Add heapdump module. re: #5170 2015-11-16 13:27:34 -07:00
spalger
dd33c1e1fe Merge branch 'implement/xsrfProtection' 2015-11-16 14:25:29 -06:00
Rashid Khan
86b9589c82 Merge pull request #5397 from spalger/discoverTypo
[discover] fix typo
2015-11-16 08:02:11 -07:00
spalger
b1033b2d5e [pointSeries/addToSiri] use Map() so that numeric keys are not sorted
the getSeries and addToSiri functions in the pointSeries module currently use a plain object to map values to series ids. This generally keeps things in the right order but causes numeric keys to be sorted at the top of the key list. This is one of the reasons Map exists.
2015-11-14 12:36:25 -06:00
LeeDr
60d67aab5e Moved timepicker functions from DiscoverPage to HeaderPage. Fixed several other PR review comment issues. 2015-11-13 18:46:18 -06:00
LeeDr
61d0053bb2 Replace hacky backspacing with clearValue. 2015-11-13 17:48:27 -06:00