kibana/tasks
Spencer Alger a5ffd91277 [lodash] audit _() usage to ensure compatibility with lodash 3.0
Starting in lodash 3.0 _() chains are lazily evaluated and therefor usage of the pattern had to be checked for side effects. Where it made more sense to just use Array methods, the code was updated. In other places the code was already calling .value() on the chain, so no changes were needed. Finally, there were places where the chain was not designed to produce a value, but to modify a value that was already in scope (like this/self), in those senarios .commit() was added to force evaluation of the chain.
2015-06-11 18:27:18 -07:00
..
config [lodash] audit _() usage to ensure compatibility with lodash 3.0 2015-06-11 18:27:18 -07:00
utils Merge branch 'master' of https://github.com/elasticsearch/kibana into add/jscs 2015-02-20 10:25:21 -07:00
.jshintrc [jshint] updated, style rules removed 2015-02-07 13:49:33 -07:00
build.js [build] improve the package.json file that's included in the dist 2015-06-02 11:17:35 -07:00
chmod_kibana.js Closes #355 - Make bin/kibana executable in the tar and zip archives 2014-09-23 07:02:34 -07:00
compile_dist_readme.js Closes #355 - Make bin/kibana executable in the tar and zip archives 2014-09-23 07:02:34 -07:00
create_packages.js Don't create rpm/deb/pkg by default, require --os-packages 2015-05-21 12:45:09 -07:00
create_services.js Add user management scripts to packages 2015-05-04 17:06:22 -07:00
create_shasums.js [lodash] audit _() usage to ensure compatibility with lodash 3.0 2015-06-11 18:27:18 -07:00
default.js [jscs] setup 2015-02-07 13:49:38 -07:00
dev.js [grunt/less] added source maps to dev less build 2015-03-24 17:08:24 -07:00
download_node_binaries.js Promisifying download_node_binaries 2015-01-19 17:00:47 -07:00
get_build_props.js Update get_build_props.js 2014-12-17 08:22:36 +01:00
kibana_server.js Parameterize Kibana port 2015-06-03 15:16:30 -07:00
licenses.js removed unused deps and prevent license failure 2015-06-08 14:17:22 -07:00
lintStagedFiles.js [simple-git] udpate 2015-06-11 15:27:42 -07:00
maybe_start_kibana.js Parameterize Kibana port 2015-06-03 15:16:30 -07:00
npm_install_kibana.js Typo fix in npm_install_kibana.js 2015-05-06 15:13:29 +02:00
plugin.js added requirejs phase to build process, broke the plugin task into build + plugin (which runs build) 2014-06-18 10:35:55 -07:00
plugins.js fixes some spots we're still using camel case 2014-12-17 11:33:55 -07:00
release.js Add release task to upload to S3 2014-10-03 17:26:05 -07:00
replace_package_json.js [build] remove bin and npm scripts until it's setup properly 2015-06-02 19:46:48 -07:00
require_css_deps.js [jscs] setup 2015-02-07 13:49:38 -07:00
run_build.js fix run_build task 2015-02-05 15:40:44 -07:00
test.js Merge branch 'master' of github.com:elastic/kibana into pr/4114 2015-06-05 11:06:11 -07:00
touch_config.js Refactoring Directory Layout for Build Process 2014-09-08 09:59:29 -07:00
version.js [tasks/version] simplify 2015-02-20 11:29:00 -07:00