Commit graph

63 commits

Author SHA1 Message Date
spalger caf7331a48 [filenames] allow rule-breaking in docs, tasks/config, and webpackShims 2016-03-11 16:42:19 -07:00
spalger 8d497f6999 [es6ify] gruntfile 2016-03-10 12:42:45 -07:00
spalger 0574f59d24 [grunt] require opt-into different task name 2016-03-10 11:40:21 -07:00
spalger 07e20936b5 [grunt/config] rename config for snake_cased tasks 2016-03-07 14:38:49 -07:00
spalger af9ebba958 [rename] hunt down remaining non-snake path refs 2016-02-24 14:18:21 -08:00
spalger ba19a81dd2 testUtils -> test_utils 2016-02-24 13:00:46 -08:00
Jonathan Budzenski 6e48ccc443 Prevent linting fixtures 2015-11-12 17:09:46 -06:00
Joe Fleming 1387efb92b lint the functional tests 2015-11-11 15:45:24 -07:00
Jonathan Budzenski bb85a6c244 Merge branch 'master' into functional-testing 2015-09-18 09:09:14 -05:00
Rashid Khan b7e667df76 Revert npm3, go back to npm2 2015-09-14 13:39:17 -07:00
Jonathan Budzenski 7b8374b7c8 Add intern task to grunt and associated npm script 2015-09-02 14:07:20 -05:00
spalger 708f1f1a25 [node] downgrade to 0.12.7
While working to reintroduce shrinkwrap into our workflow it became
apparent that we needed to be using npm3 but unfortunately node-gyp
is not compatible with iojs, and the iojs distros actually contain a
patched version. This means that you can only use iojs with the npm
it ships with.

When trying to find a solution for this issue, we contemplated not
using npm3, but that would mean that we can't use npm-shrinkwrap and
decided that since we are using babel anyway that switching back to
node was the best option.

The only code that must be updated to work in the new node 0.12 env
is lodash templates that use the template string syntax inside their
source (Since 0.12 does not support template strings).
2015-08-31 21:58:46 -07:00
spalger fa35652bd8 [babel] configure babel to use native generators in node 2015-08-27 19:06:50 -07:00
spalger faa1011bbd upgrade to npm 3.0 2015-08-26 16:36:19 -07:00
spalger 32c0b1c3ac [karma] override the browser with a cli argument 2015-08-18 15:33:29 -07:00
spalger 552b824711 [build] finish updates 2015-08-14 11:53:26 -07:00
spalger e4c4bcc513 [build] move some select node modules up in the tree to prevent paths over windows limit 2015-08-14 11:51:23 -07:00
spalger ce366a06f4 [build] initial fix 2015-08-13 21:16:54 -07:00
spalger ee83c4103c [build/downloadNode] async/await 2015-08-13 15:43:58 -07:00
spalger cd5b6656aa fixed the test bundling 2015-08-07 11:49:56 -07:00
spalger e977e642d5 switch from eslint cli to gruntify-eslint 2015-08-03 09:35:31 -07:00
spalger e0d78a8475 switch to eslint 2015-07-31 17:16:09 -07:00
spalger f9897a3773 added grunt tasks for jenkins and travis 2015-07-28 09:45:10 -07:00
spalger 992e3968a7 karma config for travis 2015-07-27 17:39:46 -07:00
spalger cfc398b37d remove bower, nice people matter 2015-07-27 17:13:45 -07:00
spalger 20bdb65a25 remove debug statements 2015-07-22 16:21:49 -07:00
spalger 15864363d5 It has been a while.. sorry 2015-07-20 15:29:48 -07:00
spalger abfe91991a move debug spy to devMode, and move basic spyModes to a plugin 2015-07-16 00:00:42 -07:00
spalger 900126541c clean up old grunt tasks 2015-07-15 22:15:56 -07:00
Spencer Alger e809f4b718 Merge branch 'master' of github.com:elastic/kibana into apps/home 2015-07-09 20:18:26 -07:00
Spencer Alger 3ceaf12216 unwrap ui source 2015-06-25 16:00:20 -07:00
Spencer Alger 0edf82145c defaultRoute implemented, redirect when missing a slash 2015-06-25 15:44:06 -07:00
Spencer Alger 2181f32a3b fix less building 2015-06-25 10:31:50 -07:00
Khalah Jones-Golden 61193f893c [Status] Some code cleanup, added server less to watch adnd less, adjsted some css for proper display, updated code to work again 2015-06-25 11:12:18 -04:00
Khalah Jones-Golden dd220a783c merged with latest master 2015-06-19 17:28:16 -04:00
Khalah Jones-Golden afff72fc8d [StatusPage] Moved styles into their own file, fixed tick formatting problems on the charts 2015-05-12 12:17:44 -04:00
Khalah Jones-Golden 409bc43baf [Merge] Merged with latest hapi server 2015-05-05 10:53:34 -04:00
Jordan Sissel fd2fb52f41 Add create_services grunt task.
This task will generate service definitions that will help run Kibana on
different platforms. At this time, the following service platforms are
supported: sysv init, upstart, launchd, systemd.

The files are generated by the `pleaserun` program and are written to
build/dist/services/[platform]/...
2015-05-04 12:18:58 -07:00
Spencer Alger 38a935fa10 fix style issues in the server 2015-04-03 16:05:24 -07:00
Spencer Alger 8cc6723f91 remove vislib fixtures from linting 2015-04-01 17:41:54 -07:00
Spencer Alger da16712f7b Merge branch 'master' of github.com:elastic/kibana into add/jscs 2015-04-01 16:22:50 -07:00
Spencer Alger f559d2ed20 [grunt/less] added source maps to dev less build 2015-03-24 17:08:24 -07:00
Spencer Alger f8e59a69e6 [jshint] updated, style rules removed 2015-02-07 13:49:33 -07:00
Chris Cowan 9e28e8bdbd Adding build process for the binaries 2015-01-19 14:29:05 -07:00
Joe Fleming 6124c3b377 fixes some spots we're still using camel case 2014-12-17 11:33:55 -07:00
Spencer Alger d6f50443df [vis_debug_spy] Renamed to 'vis debug spy' 2014-10-23 12:45:30 -07:00
Spencer Alger 6d069c04a3 [vis_details_spy] don't include in the build 2014-10-22 23:30:49 -07:00
Spencer Alger 6c5111ce9a [grunt] fix the plugins directory config 2014-10-21 12:46:36 -07:00
Spencer Alger 9b79fa2079 [plugins] stash bundled plugins in kibana.yml 2014-10-17 16:23:07 -07:00
Spencer Alger cda9517c6b [registry] use registrys to access objects 2014-10-14 17:07:04 -07:00