Commit graph

9484 commits

Author SHA1 Message Date
Spencer 20149bba3d Merge pull request #5296 from elastic/markw/add-true-loggingverbose-5295
Added missing ': false'
2015-11-04 11:14:08 -06:00
spalger ed99db7ada [build] babel requires the directory containing the cache exist 2015-11-04 11:10:39 -06:00
spalger c2cb8761a1 Merge branch 'master' into preventHomeDirAccess 2015-11-04 11:02:09 -06:00
Spencer fc492dd027 Merge pull request #5293 from lukasolson/auth-config
Explicitly configure routes to not require auth when it isn't needed
2015-11-04 10:59:42 -06:00
Jonathan Budzenski 647be88cb3 [filter bar] Cleanup 2015-11-04 10:38:52 -06:00
Mark Walkom 4e2bf76950 Added missing ': false' 2015-11-04 11:05:29 +11:00
Joe Fleming 87510bc439 move the automation notes to contributing 2015-11-03 16:42:01 -07:00
Joe Fleming 77103b0a18 Merge pull request #6 from w33ble/functional-tests-settings-bdd
Functional tests switched to bdd syntax
2015-11-03 16:20:44 -07:00
Joe Fleming d42f54b5d3 add debug method to common
add debug setting to intern config, don't output debug messages by default
2015-11-03 16:19:53 -07:00
Joe Fleming cbcc34ee80 clean up stray common.logs, unused deps 2015-11-03 16:19:04 -07:00
Joe Fleming ea54f19932 rename entry file for settings tests 2015-11-03 16:01:49 -07:00
Rashid Khan b2ae7987c7 Merge branch 'pr/5181' 2015-11-03 15:56:56 -07:00
Rashid Khan 99f83a9f69 Reduce spacing, change font to path to avoid browser inconsistencies 2015-11-03 15:56:29 -07:00
Joe Fleming f6c442ba70 add back the status tests
in bdd form this time
2015-11-03 15:53:57 -07:00
Joe Fleming 6419590b0b fix screenshot ignore 2015-11-03 15:53:41 -07:00
Joe Fleming 1ee196f292 only reset kibana index before each test
no need to reset the makelogs data
2015-11-03 15:37:21 -07:00
Joe Fleming a5748f27af break down the popularity tests a little 2015-11-03 15:35:33 -07:00
Rashid Khan 7c74baed87 Merge pull request #5288 from simianhacker/fix-5287
Change the result size for getIndexPatternIdFn() from 2147483647 to 10000
2015-11-03 15:09:34 -07:00
Lukas Olson c783cf1187 Remove accidental auth disabling 2015-11-03 15:00:27 -07:00
Lukas Olson f4b7fa610c Remove unrelated change to renderApp 2015-11-03 14:29:08 -07:00
Spencer 866678fdf0 Merge pull request #5290 from epixa/5286-correct-index-timerange
Use correct time range for index constraints
2015-11-03 15:21:44 -06:00
Lukas Olson 226ca9ff92 Explicitly configure routes to not require auth when it isn't needed 2015-11-03 14:12:58 -07:00
Spencer 730de7dd4d Merge pull request #5289 from epixa/bump-esvm
Elasticsearch 2.1 branch for esvm
2015-11-03 14:58:57 -06:00
spalger 14bef6cdd9 [indexPattern/toIndexList] fix broken test 2015-11-03 14:55:38 -06:00
Joe Fleming 33d2484d93 remove delay after createing makelogs data 2015-11-03 13:55:18 -07:00
spalger b5bd76d228 [indexPattern/toIndexList] wrote broken test 2015-11-03 14:54:56 -06:00
LeeDr 93501a4590 Added _index_pattern_popularity tests. 2015-11-03 13:45:54 -07:00
LeeDr 43c91ffbc2 Ignore screenshot-*.png. 2015-11-03 13:45:51 -07:00
LeeDr 47da19d9c0 Added _index_pattern_results_sort. 2015-11-03 13:45:47 -07:00
LeeDr 5176ce0819 Changed more testSettings tests to BDD. 2015-11-03 13:45:41 -07:00
Joe Fleming 22671d7a41 change how screenshot are captured 2015-11-03 13:45:29 -07:00
Joe Fleming 45bce9db2b use bluebird delay for sleep method 2015-11-03 13:45:24 -07:00
Joe Fleming db5e279f5f move scenarios config under its own property 2015-11-03 13:45:19 -07:00
Joe Fleming 33372cd7ac cleanup, tweak URL wait time 2015-11-03 13:45:14 -07:00
Joe Fleming 6a18a112b5 make the bdd style tests run 2015-11-03 13:45:07 -07:00
LeeDr 33d053c9f5 Trying BDD testing. 2015-11-03 13:44:56 -07:00
Joe Fleming 1213afe38d clean up merge conflict message 2015-11-03 13:20:14 -07:00
Joe Fleming 4a114188d7 set idle-timeout back to 30 2015-11-03 13:18:59 -07:00
Joe Fleming 51b1a8355c remove impropper Nonsense dep 2015-11-03 13:17:32 -07:00
LeeDr e826eb1b58 css selector change in SettingsPage.getPopularity to try to fix Travis test run. 2015-11-03 13:11:40 -07:00
LeeDr 8f45136853 Add sleep time between reloading empty kibana index and trying to access in browser. It works locally but need to see if this resolves the failures on Travis. 2015-11-03 13:11:36 -07:00
Joe Fleming 180c4b7088 show absolute path for screenshot 2015-11-03 13:10:21 -07:00
LeeDr a07ced84a2 Corrected indentation. No code changes. 2015-11-03 13:10:14 -07:00
LeeDr cb7ae4f738 Switched back to using reload in testSettings setup. Removed unneded quotes on test names. 2015-11-03 13:10:09 -07:00
LeeDr 47054f9199 No code changes, only style change to unwrap a lot of superfluous line breaks on chained calls. 2015-11-03 13:10:02 -07:00
LeeDr 8f06870f74 Removed comment with link to manual tests. 2015-11-03 13:07:57 -07:00
LeeDr eaaf01d1d2 Update AutomationNotes.MD 2015-11-03 13:07:53 -07:00
LeeDr 2fb2e4bcbd refactor 'var remote = this.remote' to setup in testSettings. Remove checking code on clickVisualize. I don't think it's needed (and not used in tests in this PR). 2015-11-03 13:07:47 -07:00
LeeDr e40c7fa7a5 Added 3 tests for ScenarioManager.loadIfEmpty function. Refactored loadIfEmpty function to enable testing. 2015-11-03 13:07:43 -07:00
LeeDr e9d349bf24 Created Common.screenshotError function and changed testSettings to call it.
Improved logging in screenshotError to get the timestamp and use it in the log message instead of logging Date.now().
2015-11-03 13:07:20 -07:00