Failing test: X-Pack Saved Object API Integration Tests -- spaces_only.x-pack/test/saved_object_api_integration/spaces_only/apis/resolve·ts - saved objects spaces only enabled _resolve within the default space "before all" hook for "should return 200 success [resolvetype/exact-match]" #1569...
Failing test: X-Pack Saved Object API Integration Tests -- spaces_only.x-pack/test/saved_object_api_integration/spaces_only/apis/resolve_import_errors·ts - saved objects spaces only enabled _resolve_import_errors within the default space "before all" hook for "should return 200 success [isola...
Date: Fri, 10 Nov 2017 11:04:00 +0000 Subject: [PATCH] Split gatsby-node into separate files --- gatsby-node.js | 253 +--- gatsby/createPages.js | 154 ++++++++++ gatsby/modifyWebpackConfig.js | 23 ++++ gatsby/onCreateNode.js | 79 +++++ gatsby/onCreatePage.js | 24 ++++...
(11) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/app/db_to_v1.03.sql b/app/db_to_v1.03.sql new file mode 100644 index 0000000..2fe604e --- /dev/null +++ b/app/db_to_v1.03.sql @@ -0,0 +1 @@ +ALTER TABLE `posts`CHANGE `pirvacy` `privacy` SET('...
diff --git a/gatsby-node.js b/gatsby-node.js index 2cbd1ffd9f4..2154c046e4d 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -6,252 +6,7 @@ 'use strict'; -const {resolve} = require('path'); -const webpack = require('webpack'); - -exports.modifyWebpackConfig = ...