Ghost/ghost/core
Naz 8c3473e5e0 Moved exception handling for members migrations
refs https://github.com/TryGhost/Toolbox/issues/358

- Error handling should be done as close to the place that knows how to handle them. It's a catch-all block which doesn't add any logic, so does not really make sense to have that extra code in general "init" method which ideally should be just a whole bunch of calls with no extras.
2022-07-26 15:13:12 +01:00
..
content 🎨 Updated Casper to v5.2.2 2022-07-26 08:23:54 +01:00
core Moved exception handling for members migrations 2022-07-26 15:13:12 +01:00
test Added content paywall for newsletters (#15048) 2022-07-26 19:16:08 +05:30
.c8rc.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.gitignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.npmignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
config.development.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
ghost.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
Gruntfile.js Moved yarn main functionality up to root yarn script 2022-07-25 18:30:21 +02:00
index.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
jsconfig.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
loggingrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
MigratorConfig.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
package.json Renamed @tryghost/vhost-middleware to @tryghost/mw-vhost 2022-07-26 15:12:32 +02:00