Commit graph

9400 commits

Author SHA1 Message Date
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
spalger 52bd5fae9d [discover] fix typo 2015-11-13 16:12:06 -06:00
Shelby Sturgis f8e2b7442f Merge pull request #5325 from stormpython/fix/5323
Fixes bug splitting charts on a time field
2015-11-13 11:28:19 -08:00
LeeDr 745d45b770 Intermittent failures on Travis. Wrapped the getbarChartData and compareData in a tryForTime. 2015-11-13 12:51:56 -06:00
LeeDr 81d61272e7 Change log statements to debug. 2015-11-13 12:30:44 -06:00
LeeDr 1cbf6afbd2 Set a 2 minute timeout on the whole _discover test suite. Added tempoary logging for debugging purposes if it still fails with 'Error: Request Timeout after 30000ms' 2015-11-13 12:00:41 -06:00
LeeDr 7cf3645630 findByCssSelector('a[ng-click="setMode(\'absolute\')"') works locally but not on Travis, trying findByLinkText('Absolute') instead. 2015-11-13 11:42:10 -06:00
Jonathan Budzenski bab2297aab Merge pull request #5388 from jbudz/lint-ignore
Prevent linting fixtures
2015-11-13 11:08:03 -06:00
LeeDr db95e52886 Merge remote-tracking branch 'jbudz/lint-ignore' into testDiscover 2015-11-13 10:46:33 -06:00
LeeDr 7a2a4d9498 Add /*eslint-disable*/ to one data load file which was missing it. 2015-11-13 10:02:09 -06:00
LeeDr a9bf035ca1 Change ignore path for test/fixtures/scenarios up one level. 2015-11-13 09:59:50 -06:00
LeeDr 2464e13803 Adjust timing in tryForTime (shorter setFindTimeout, longer test timeout). 2015-11-13 09:58:41 -06:00
LeeDr cb07ddfdfa Ignore my large data files in test/fixtures/scenarios/logstashFunctional. 2015-11-12 21:51:28 -06:00
Jonathan Budzenski 6e48ccc443 Prevent linting fixtures 2015-11-12 17:09:46 -06:00
Joe Fleming 2c34623eaa Merge pull request #5373 from epixa/5294-no-moment-parse
Calculating indices does not parse non-moment constraints
2015-11-12 14:48:34 -07:00
LeeDr ff44fd3ee5 Merge with master. 2015-11-12 15:42:05 -06:00
LeeDr 28d7519a0c New tests for Discover App. 2015-11-12 15:24:59 -06:00
LeeDr 2694b6b933 Save error messages in tryForTime and include in timeout messages. 2015-11-12 15:09:14 -06:00
LeeDr e4e1e66b52 Catch and ignore index_not_found_exception when deleting kibana index if not found. 2015-11-12 12:05:22 -06:00
LeeDr fd225796f7 Add missing semicolons. 2015-11-12 12:04:20 -06:00
Joe Fleming b36d466672 Merge pull request #5376 from w33ble/lint-tests
Lint functional tests
2015-11-11 16:05:18 -07:00
Joe Fleming e86da76d86 a sea of missing semicolons 2015-11-11 15:47:02 -07:00
Joe Fleming 1387efb92b lint the functional tests 2015-11-11 15:45:24 -07:00
Joe Fleming 4c30a4812d Merge pull request #5364 from w33ble/longer-timeouts
Longer timeouts
2015-11-11 14:06:04 -07:00
Joe Fleming 326892228c fix missing semi 2015-11-11 13:31:57 -07:00
LeeDr c8f757c3a2 Merge branch 'master' into testDiscover 2015-11-11 14:21:00 -06:00
Joe Fleming f511b18f2f Merge pull request #5361 from w33ble/test-rebuild
Force optimize step to run on UI tests
2015-11-11 11:52:00 -07:00
Joe Fleming e7fdbd11ae Merge branch 'master' into test-rebuild
Conflicts:
	tasks/config/run.js
2015-11-11 11:48:47 -07:00
Joe Fleming 7b5dd3ef9c unify timeouts, make timeout larger, remove debugging code 2015-11-11 11:44:12 -07:00
Jonathan Budzenski 4f63800279 Merge pull request #5374 from jbudz/npmrc
Add .npmrc, save exact package versions
2015-11-11 12:40:05 -06:00
spalger a7be4b86b6 Merge branch 'master' into implement/xsrfProtection 2015-11-11 12:30:05 -06:00