Commit graph

9484 commits

Author SHA1 Message Date
Joe Fleming e05e91bcd4 fix scenarioManager and getUrl tests 2015-11-05 17:36:15 -07:00
Joe Fleming 48550f932b clean up HeaderPage helper 2015-11-05 16:51:36 -07:00
Joe Fleming e884cdc5ec minor tweak to tryForTime 2015-11-05 16:51:17 -07:00
Joe Fleming 7f75f65b5d add config to swollow index creation errors 2015-11-05 16:37:32 -07:00
spalger 1cfa5f632f [config] add note about server.basePath 2015-11-05 17:34:11 -06:00
spalger 645272e225 [kibana] rely on basePath rather than scattered relative paths 2015-11-05 17:26:10 -06:00
Joe Fleming 32e9201ba5 propertly return promises, properly catch Promise.all failure 2015-11-05 16:15:20 -07:00
Jonathan Budzenski 590bd404e2 Merge pull request #5341 from jbudz/issues/5206
[config] Quote user and password example
2015-11-05 16:48:09 -06:00
Joe Fleming 3faa130d67 refactor tests
use new navigation helpers, change location of some tests, clean up setup and teardown to speed things up
2015-11-05 15:39:01 -07:00
Jonathan Budzenski 9d0515f934 [config] Quote user and password example. Closes #5206 2015-11-05 16:10:57 -06:00
Joe Fleming 626fbe4276 simplify sleep code 2015-11-05 14:45:09 -07:00
Joe Fleming 221063e62b add indexDefinition to emptyKibana scenario
fixes potential issue where server doesn't recreate it in time
2015-11-05 14:44:49 -07:00
Joe Fleming e50bb3b859 provide safe methods for app navigation
also change the way getUrl works
2015-11-05 14:41:43 -07:00
Joe Fleming c9579d5da3 ScenarioManager load/unload always return promises 2015-11-05 14:36:45 -07:00
Lukas Olson 5e9e5c6bef Merge pull request #5335 from spalger/fix/chromeSetVisible
[chrome] let users call setVisible() before angular bootstrap
2015-11-05 13:10:40 -07:00
spalger 0e8d481902 [optimizer/webpackConfig] protect against missing basePath 2015-11-05 14:07:19 -06:00
spalger 0ed8889de1 [kibana] use relative paths on the front-end, and basePath on the back-end 2015-11-05 13:50:22 -06:00
spalger 66535c4dcf [server] add basePath config 2015-11-05 13:45:50 -06:00
Court Ewing 3c7e486830 Merge pull request #5333 from epixa/5301-omit-dollar-props-toJson
Strip out dollar sign properties from msearches
2015-11-05 14:45:01 -05:00
spalger c1d3598d92 [chrome] allow changing visibility 2015-11-05 13:42:47 -06:00
spalger f69f39c518 [chrome] let users call setVisible() before angular bootstrap 2015-11-05 13:23:58 -06:00
Jonathan Budzenski bbd5d229a0 Merge pull request #5332 from jbudz/issues/5310
Hide remove button from _source field
2015-11-05 13:00:42 -06:00
Court Ewing e783fb7401 Properly use angular.toJson for msearch bodies 2015-11-05 13:08:06 -05:00
Court Ewing bd7dc1a1fe Strip out dollar sign properties from msearches
We store special properties for use in kibana that should not be sent
along to elasticsearch's msearch endpoint, and we denote them by
prefixing them with a dollar sign ($). This ensures they are properly
filtered out of the request body when serializing it to JSON.
2015-11-05 12:41:17 -05:00
Court Ewing fe56065978 Utility to parse $ properties while serializing json
toJson() will strip out any properties in the object that begin with a
dollar sign ($). If an optional custom toJson function is passed, then
the given object is first sent through that toJson function before being
reparsed and stringified with our dollar-sign-stripping behavior.
2015-11-05 12:41:05 -05:00
Jonathan Budzenski 16a68c3f90 [discover] Update css selector to hide remove on source fields. Closes #5310 2015-11-05 10:58:20 -06:00
Jonathan Budzenski e26353139e Merge pull request #5268 from jbudz/filter-alias
[filter bar] Add aliasing.  Closes #5194
2015-11-05 09:14:03 -06:00
Rashid Khan 04ef79dac4 Merge pull request #5259 from ryanmaclean/patch-1
Update kibana.yml
2015-11-05 06:34:37 -07:00
Shelby Sturgis 9652dfcbc6 Merge branch 'master' into fix/5323 2015-11-05 00:39:26 -08:00
Shelby Sturgis f316300ae8 Closes #5323. Fixes issue when splitting charts on a date field. The issue involved the _normalizeOrdered function not being able to access the ordered object when data objects were nested in rows or columns. 2015-11-05 00:27:30 -08:00
spalger 204a5f1b80 [readme] fix the snapshot url links 2015-11-04 23:52:39 -06:00
Spencer 1436b7e05b Merge pull request #5252 from spalger/fix/segmentedIndexFetchOrder
Fix/segmented index fetch order
2015-11-04 17:29:07 -06:00
Spencer e42ff7e4a4 Merge pull request #5318 from spalger/fix/5270
[courier/fetch] fix bug when fetching a single source
2015-11-04 17:20:56 -06:00
Joe Fleming 2d04ec4afa change serverConfig servers path 2015-11-04 16:08:00 -07:00
spalger 441d13e35e [courier/fetch] added tests 2015-11-04 17:02:15 -06:00
spalger 5f1b581da2 [courier] avoid loosing this context with 2015-11-04 16:40:46 -06:00
spalger bfb2b20ef5 [Promise] enable long stack traces for tests to improve debugging 2015-11-04 16:38:06 -06:00
Joe Fleming 59c6b68383 remove now redundant timer in test 2015-11-04 15:23:49 -07:00
Joe Fleming 9cb5245b42 tighten up the create/remove index pattern helpers 2015-11-04 15:23:09 -07:00
Joe Fleming 4cbfecf963 place failure screenshots in test/output 2015-11-04 15:18:57 -07:00
Joe Fleming e3ac7f6dc0 always pass error from Common.handleError 2015-11-04 14:44:47 -07:00
spalger 3718e6bdf4 [courier/fetch] fix bug when fetching a single source 2015-11-04 15:41:59 -06:00
Joe Fleming 33c6cf5980 fix binding issue 2015-11-04 14:34:08 -07:00
Joe Fleming b17c80fbad rename create/removeIndex to create/removeIndexPattern 2015-11-04 14:33:23 -07:00
Jonathan Budzenski 485d873087 [filter bar] Scale filter min width as ems change 2015-11-04 14:52:48 -06:00
spalger 8b422b2310 [segmented/createQueue] english 2015-11-04 14:17:04 -06:00
Spencer 081a22c48e Merge pull request #5274 from spalger/implement/promiseFromNode
[promise] fromNode helper
2015-11-04 13:59:40 -06:00
spalger e54f5c4606 [ui/promise] added tests for Promise.fromNode 2015-11-04 13:34:35 -06:00
spalger c9d06d521d Merge branch 'implement/defaultInjectedVars' 2015-11-04 13:13:43 -06:00
spalger 6eff5c5380 [kibana] create some defaultInjectedVars 2015-11-04 12:50:51 -06:00