Commit graph

16 commits

Author SHA1 Message Date
CJ Cenizal
9e353fd451 Add visual regression screenshot gallery.
- Add 'test:visualRegression' grunt task.
- Run 'test:visualRegression' as part of npm script 'test'.
- Add 'clean:screenshots task'.
- Clean screenshots/session when funtional tests are run.
2016-06-14 08:33:45 -07:00
Court Ewing
ea23878435 More conservative glob against dep tests
When creating builds, we were using a glob that was too liberal in its
matching to identify and clean test files in our dependencies in order
to shave some bytes off of our final build. We now only remove files or
directories that outright match either "test" or "tests" rather than any
file or directory that even includes the word "test" in it.

Fixes #5636
2015-12-10 19:05:36 +00:00
Rashid Khan
b7e667df76 Revert npm3, go back to npm2 2015-09-14 13:39:17 -07:00
spalger
faa1011bbd upgrade to npm 3.0 2015-08-26 16:36:19 -07:00
spalger
a27d7ba314 [build] remove the "bin" files for deep modules 2015-08-18 23:17:53 -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
68247c92cf lean on metaLibs using ui/modules for angular-module injection 2015-07-21 19:41:49 -07:00
spalger
900126541c clean up old grunt tasks 2015-07-15 22:15:56 -07:00
Lukas Olson
0183612a44 Add leaflet sprites to build (issues/3921) 2015-05-22 17:21:06 -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
Spencer Alger
0d25feb5fc ensure that ZeroClipboard.swf is included in the build 2014-11-11 11:14:40 -07:00
Spencer Alger
6d069c04a3 [vis_details_spy] don't include in the build 2014-10-22 23:30:49 -07:00
Chris Cowan
49017ee7cf Refactoring Directory Layout for Build Process
- Moving bower_componets to src/kibana
- Moving server to src/server
- Adjusting all the build scripts and tests
- Adding proxy for backend server to connect
- Adding build steps for jar and server
2014-09-08 09:59:29 -07:00
Shelby Sturgis
6601fd301d fixing vislib paths, etc. 2014-06-18 12:54:42 -07:00
Spencer Alger
b5a9c719f3 added requirejs phase to build process, broke the plugin task into build + plugin (which runs build) 2014-06-18 10:35:55 -07:00