kibana/tasks
Colm O'Shea 68ada6b366 Rebuild modulePath correctly if on Windows (#11439)
The module paths are split by ':' and with a Windows filepath (and the 'C:/' prefix),
the split returns the drive letter and directory path separately.
This causes the modulePath to be set incorrectly into the packagePaths object
and the subsequent call for the licenses by key returns undefined on Windows only.

This commit recombines the drive and directory paths and sets the correct key into packagePaths.
2017-05-10 06:25:23 -05:00
..
build Rebuild modulePath correctly if on Windows (#11439) 2017-05-10 06:25:23 -05:00
config Testbed for aiding development in Kibana (#11571) 2017-05-08 09:20:27 -07:00
utils Move Jest test setup to root (#10963) 2017-04-05 21:24:01 -04:00
check_added_filenames.js [filenames] allow rule-breaking in docs, tasks/config, and webpackShims 2016-03-11 16:42:19 -07:00
check_plugins.js Add checkPlugins task to check for plugins before running tests. (#8981) 2016-11-15 16:11:03 -08:00
collect_files_to_commit.js [eslint] enable no undef (#10825) 2017-03-22 07:08:23 -07:00
eslint.js Upgrade eslint (#9357) 2016-12-12 13:44:18 -07:00
functional_test_runner.js [tasks/ftr] downgrade log level to debug 2017-05-05 15:47:39 -07:00
jenkins.js Run tests against an actual Kibana build (#11237) 2017-04-21 11:08:36 -05:00
licenses.js [eslint] enable no undef (#10825) 2017-03-22 07:08:23 -07:00
lint_staged_files.js [grunt/eslint] fix precommit linting (#9510) 2016-12-16 12:29:35 -07:00
plugin.js switch to eslint 2015-07-31 17:16:09 -07:00
precommit.js [eslint] reenable no-extra-semi and quotes rules (#9473) 2016-12-13 18:17:47 -07:00
reject_rej_files.js [folder structure] installedPlugins -> plugins 2016-07-05 14:05:59 -05:00
release.js [eslint] enable no undef (#10825) 2017-03-22 07:08:23 -07:00
release_packages.js [eslint] re-enable no-var and prefer-const (#9455) 2016-12-13 10:44:27 -07:00
setup_kibana.js add travis config 2016-03-10 23:13:02 -07:00
sterilize.js [eslint] re-enable no-var and prefer-const (#9455) 2016-12-13 10:44:27 -07:00
test.js [ftr] remove digdug, use chromedriver directly (#11558) 2017-05-04 13:27:18 -07:00
test_jest.js Move Jest test setup to root (#10963) 2017-04-05 21:24:01 -04:00
ui_framework.js [UI Framework] Add uiFramework:build task. (#11402) 2017-04-27 11:41:36 -07:00