kibana/src
Tyler Smalley 476a2fddf0 Prevent deprecation warnings in production (#17457)
While in production, we use the `no-warnings` flag to prevent warnings from going to STDERR, and instead capture the warning events using our logger. Some warnings are helpful in debugging and/or identifying problems in production, like UnhandledPromiseRejection. Deprecation warnings are not an immediate problem, but an issue with upgrading to the next version of Node. These warnings will continue to be presented to developers, just not for production users.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2018-04-02 09:40:26 -07:00
..
babel-register [kbn-pm] rename from kbn-build (#16739) (#16742) 2018-02-14 11:51:40 -07:00
cli Remove unused .decorates and move some .mixin calls into functions (#17149) (#17157) 2018-03-14 20:48:09 +01:00
cli_keystore Fixes issue with Keystore's stdin option (#15221) 2018-03-29 08:05:56 -07:00
cli_plugin Prevent deprecation warnings in production (#17457) 2018-04-02 09:40:26 -07:00
core_plugins [console] highlighting for scripted metric agg scripts (#15377) 2018-03-30 14:14:08 -05:00
deprecation
dev [kbn-es] Package for managing Elasticsearch during dev and testing (#17168) (#17273) 2018-03-21 17:48:49 -07:00
docs
es_archiver [npm] upgrade elasticsearch/elasticsearch-browser packages (#17119) (#17165) 2018-03-14 17:07:49 -07:00
fixtures Fix embeddable config url updates (#15728) (#17021) 2018-03-07 17:14:32 -05:00
functional_test_runner [6.x] [ftr/tests] update fixture to avoid race condition in tests (#17295) (#17351) 2018-03-22 16:04:48 -07:00
optimize [optimize/webpack] support __webpackPluginProvider__ uiExports (#17281) (#17285) 2018-03-20 16:32:17 -07:00
plugin_discovery [pluginDiscovery] fail early if multiple plugins have conflicting ids (#17311) (#17445) 2018-03-28 13:37:36 -07:00
server Prevent deprecation warnings in production (#17457) 2018-04-02 09:40:26 -07:00
test_utils [6.x] [server/config/deprecationWarnings] fix deprecation logging warnings (#17439) (#17470) 2018-03-30 10:45:21 -07:00
ui Disable missing terms for non string fields (#17455) (#17480) 2018-03-30 23:43:39 +02:00
utils