Commit graph

214 commits

Author SHA1 Message Date
Joe Fleming
af2bffc8ac give tasks a central place to load server config 2015-01-21 12:13:35 -07:00
Joe Fleming
e9eadb771b Merge branch 'feature/node-server' into dev-server 2015-01-21 12:06:00 -07:00
Joe Fleming
9596ed6a8f abort startup process if another server is already running 2015-01-21 11:55:52 -07:00
Joe Fleming
490ec226a5 check app name header to verify kibana server 2015-01-21 11:50:24 -07:00
Joe Fleming
c3a270e909 use config port to check for existing server, report running port, add
debugging info
2015-01-21 11:29:47 -07:00
Chris Cowan
35ac728955 Fixed the dev route and pointed the tests to http://localhost:5601 2015-01-21 11:07:51 -07:00
Joe Fleming
cd8535c47a rename kibana task 2015-01-21 10:59:11 -07:00
Spencer Alger
94ff1e9ead removed the dev server and cleaned up package.json 2015-01-20 11:15:31 -07:00
Chris Cowan
ba40d0db35 fixing run_build 2015-01-19 17:22:13 -07:00
Chris Cowan
63d6a143a6 Promisifying download_node_binaries 2015-01-19 17:00:47 -07:00
Chris Cowan
bd9a86ff14 Moving Node Binaries and Fixing the Shell Scripts 2015-01-19 14:29:05 -07:00
Chris Cowan
33559850c1 Fixing Binaries for Deployment
- Fixed the way the config parses the plugins
- Fixed scripts to load config from the right place in production
2015-01-19 14:29:05 -07:00
Chris Cowan
0bbcef13b6 Fixing the server starts 2015-01-19 14:29:05 -07:00
Chris Cowan
e709dec0d0 Adding the kibana server to grunt; Setting logging to only output if not config.quiet 2015-01-19 14:29:05 -07:00
Chris Cowan
9e28e8bdbd Adding build process for the binaries 2015-01-19 14:29:05 -07:00
lukasolson
9dd44321e2 Add markdown visualization (2182) 2015-01-02 14:50:42 -07:00
Spencer
ae1edeb591 Merge pull request #2352 from mgolinelli/patch-1
Update get_build_props.js
2014-12-18 16:06:50 -07:00
Joe Fleming
6124c3b377 fixes some spots we're still using camel case 2014-12-17 11:33:55 -07:00
mgolinelli
7a1644c59f Update get_build_props.js
Used git rev-parse HEAD to pick out and massage parameters
2014-12-17 08:22:36 +01:00
Joe Fleming
0405623c12 we strip empty paths, no need to check for it 2014-12-12 14:33:05 -07:00
Joe Fleming
1b8a0dd3d6 add hintStagedFiles, use in pre-commit hook 2014-12-12 14:28:29 -07:00
Rashid Khan
9fa6c25123 Merge pull request #2090 from spenceralger/esvm_dir_config
Set data and logging path config for esvm
2014-12-03 15:16:41 -07:00
Spencer Alger
059d5cd7c1 [grunt/build] allow require to find all needed packages 2014-12-03 09:42:46 -07:00
Spencer Alger
a46ec7da26 [grunt/esvm] added data and logging path configs to preserve data between version 2014-12-03 09:20:31 -07:00
Spencer Alger
0d0a3138f3 [jshint] updated jshint paths, fixing some linting errors 2014-11-24 10:39:27 -07:00
Spencer Alger
f82e3fcdf0 [esvm] Added basic marvel install, provides sense without creating a ton of data 2014-11-19 21:14:02 -07:00
lukasolson
fc137989fc Metric Vis
Create the metric visualization, which is a simple visualization that shows in large text the calculation of a metric.

Closes #1666.
2014-11-13 16:11:26 -07:00
Rashid Khan
ea885f5f70 make dev server only listen on 127.0.0.1 2014-11-12 13:32:11 -07:00
Spencer Alger
0d25feb5fc ensure that ZeroClipboard.swf is included in the build 2014-11-11 11:14:40 -07:00
Spencer Alger
b0c9609cc1 [plugins] include the readme warning in the plugins directory of the build 2014-11-06 15:18:44 -07:00
Spencer Alger
56d25b4769 Merge branch 'master' into template_vistype 2014-11-03 13:26:42 -07:00
Rashid Khan
f7ddf50a15 Merge pull request #1773 from stormpython/feature/fix_events
Changes the way Events are handled in the Visualization Library
2014-11-03 13:19:30 -07:00
Spencer Alger
8a8944881b Merge branch 'master' into template_vistype 2014-11-03 12:15:57 -07:00
Chris Cowan
0521d16e3d fixing the path for the gem file 2014-11-03 11:21:39 -07:00
Shelby Sturgis
afeb314cec Merge branch 'master' into feature/fix_events 2014-10-30 20:49:16 +02:00
Shelby Sturgis
0372e81d63 restructured the less and css files into separate files which are imported into a main file, removed event code from visualizations and moved them into the Dispatch class to reduce code redundancy, fixed issues with legend not toggling 2014-10-30 18:59:32 +02:00
Spencer Alger
f35a4bdcd6 Merge branch 'grunt_esvm' into template_vistype 2014-10-29 10:38:20 -07:00
Spencer Alger
e0a3483172 [grunt esvm] bind elasticsearch to localhost 2014-10-29 10:34:58 -07:00
Spencer Alger
641e350014 Merge branch 'grunt_esvm' into template_vistype 2014-10-29 10:04:57 -07:00
Spencer Alger
b523eaab73 [grunt dev] use --with-es to start es 2014-10-29 10:03:36 -07:00
Spencer Alger
cbb1c0064c [esvm] put esvm behind a flag 2014-10-28 12:32:24 -07:00
Spencer Alger
030abd7519 [agg_table] allow recursive rendering for passed in tableGroups 2014-10-27 12:06:34 -07:00
Spencer Alger
020d4080ec [table_vis] updated file names and applied some basic style 2014-10-24 09:57:27 -07:00
Spencer Alger
6d069c04a3 [vis_details_spy] don't include in the build 2014-10-22 23:30:49 -07:00
Spencer Alger
c21c5c3747 [grunt] use grunt_esvm to start es 2014-10-22 07:09:41 -07:00
Spencer Alger
a590824c3c [build] fix writing of bundled plugins to kibana.yml 2014-10-21 13:01:53 -07:00
Spencer Alger
0d2cb14587 [grunt] add plugins to the watch directories 2014-10-21 12:48:47 -07:00
Spencer Alger
9b79fa2079 [plugins] stash bundled plugins in kibana.yml 2014-10-17 16:23:07 -07:00
Spencer Alger
697430fd56 [serve] send bundled and external plugins 2014-10-17 12:26:02 -07:00
Spencer Alger
cda9517c6b [registry] use registrys to access objects 2014-10-14 17:07:04 -07:00