kibana/test/functional/apps
Richard Hoffman 8b4c052889 babel 6 upgrade (#9702)
* [npm] upgrade babel

The upgrade to babel 6 requires an upgrade to all of the associated modules, which meant that a few other things changed at the same time. The most notable is the way that we handle our babel-options, which is now done with an npm module and includes using the babel-loader's "presets" query string param.

This meant changes to the babel_options.js module and extending it to help setting up the "babel-register" module, which was previously copy-pasted in several places.

* [mtodules] upgrade to support babel6 module semantics

* [eslint] fix lint errors

* [babel] ignoer massive fixture files

* [cli/errors] use Object.setPrototypeOf since subclassing Error is broken

* [babel] Upgrading core babel libraries

[babel] Use WIP babel-6-fix branch of babel-preset-kibana

* Fix broken test

* [babel] Reverse unnecessary module.exports changes

* Fix notifier

* Use babel presets and plugins directly

* [babel/options] resolve preset/plugins paths for better plugin compatibility

* [babel/options] use babel-preset-env for correct node settings

* [babel] cache babel compilation in webpack like we thought we were
2017-02-09 14:48:55 -07:00
..
console [console] add functional tests to ensure that settings work 2016-09-22 08:48:34 -07:00
dashboard Refactor out state logic from dashboard directive (and a bugfix) (#10152) 2017-02-09 09:37:37 -05:00
discover babel 6 upgrade (#9702) 2017-02-09 14:48:55 -07:00
management [functional tests] Remove include_in_all (#10268) 2017-02-09 13:52:07 -06:00
visualize Add landing page with table to Visualize app. (#9605) 2017-02-06 14:41:21 -08:00
xpack Port #8880 to master Support Cloud testing (#8915) 2016-11-01 10:44:12 -05:00