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
Spencer Alger
7f1f5544a1
[server] serve plugins statically at '/plugins'
2014-10-14 15:37:07 -07:00
Spencer Alger
edc9fdc629
[plugins] move apps into plugins
2014-10-14 14:59:05 -07:00
Spencer Alger
60dde9ca22
[grunt] open the browser after build started
2014-10-10 10:46:06 -07:00
Spencer Alger
f48b3595b9
[grunt] added 'run_build' task
2014-10-10 10:34:12 -07:00
Spencer
d798aa382f
Merge pull request #1603 from spenceralger/remove_old_config
...
remove old config file and reference from Grunt task
2014-10-10 10:34:01 -06:00
Spencer Alger
05f0b00183
use the buildNum to bust require.js cache, fixes #1574
2014-10-09 13:28:23 -07:00
Spencer Alger
032f8a57e8
added build props
2014-10-09 12:59:37 -07:00
Spencer Alger
7304ade3a6
remove old config file and reference from Grunt task
2014-10-08 15:36:35 -07:00
Rashid Khan
9912738e38
Add release task to upload to S3
2014-10-03 17:26:05 -07:00
Rashid Khan
5c7614038f
Version the extracted directory. Closes #462
2014-10-03 10:16:29 -07:00
Spencer Alger
bc7daf9ac6
remove 'write global state' to url all over the place
2014-10-01 17:38:35 -07:00
Spencer Alger
12f9da9869
[jshint] grab all top level js files
2014-10-01 10:47:40 -07:00
Spencer Alger
f47c60ace6
make jshint selector more specific to speed it up
2014-09-30 14:47:28 -07:00
Spencer Alger
ebf07f39b6
remove todos.md
2014-09-30 11:36:15 -07:00
Spencer Alger
413c55812a
increase retries to 2
2014-09-25 09:48:33 -07:00
Spencer Alger
cfb0eb6094
try firefox in a different os, to avoid possible saucelabs failure
2014-09-24 21:27:55 -07:00
Shelby Sturgis
eb331407e6
changing where the css file for the vislib is built in grunt tasks
2014-09-24 20:39:26 +03:00
Rashid Khan
9d33e4d202
Remove global watch on less files. Only watch the places we put them, reduces grunt CPU by 70%. Closes #375
2014-09-23 16:28:10 -07:00
Chris Cowan
5d39d334ea
Closes #355 - Make bin/kibana executable in the tar and zip archives
...
grunt-compress is broken it does not honor the `mode` option when tyring
to set the permissions on a file. This is broken through out the entire
Grunt project (grunt-contrib-copy doesn't honor it, grunt-replace
doesn't honor it... as far as I can tell nothing does). SO instead of
wasting more time trying to get it to work (I already wasted an hour on
it) I decided to fall back to just writing a 10 minute script that
actually works. If you are intent on using a pure Grunt task to make it
work feel free to go do that rabit hole.
2014-09-23 07:02:34 -07:00
Chris Cowan
47b353fbcc
Closes #353 - Created a way to compile markdown to text
2014-09-22 17:05:16 -07:00
Joe Fleming
bac6b65aa3
add a quick-test grunt task that skips the hinting and jumps right to mocha
2014-09-19 16:05:46 -07:00
Joe Fleming
f163fce4f0
fix sauce runner conditional, allow override with flag
2014-09-19 16:04:23 -07:00
Spencer Alger
470d58927e
added readme renderability
2014-09-18 13:45:25 -07:00
Spencer Alger
6af446e7a0
a quite dev process is no longer a two stage process
2014-09-16 22:59:19 -07:00
Spencer
00cf2b5945
Merge pull request #302 from w33ble/abort-grunt-on-error
...
Abort grunt on error
2014-09-16 22:27:01 -07:00
Joe Fleming
4fbcfb0cce
syntax cleanup
2014-09-16 15:06:37 -07:00
Joe Fleming
95e7339a38
colorize phantom message
2014-09-16 14:16:36 -07:00
Joe Fleming
467d7c979e
fall back to phantom on travis if sauce key is not set
2014-09-16 14:07:33 -07:00
Joe Fleming
008786e9b3
debugging - sauce key output
2014-09-16 13:58:45 -07:00