0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/data/schema
Sam Lord 2887e416da
Switch to @tryghost/errors from ignition errors package (#13807)
refs: TryGhost/Toolbox#147

* Replaces all references to isIgnitionError with isGhostError
* Switches use of GhostError to InternalServerError - as GhostError is no longer public
There are places where InternalServerError is not the valid error, and new errors should be added to the @tryghost/errors package to ensure that we can use semantically correct errors in those cases.
2021-12-01 10:22:01 +00:00
..
clients
fixtures Changed to use different fixtures during testing 2021-11-16 14:03:42 +00:00
checks.js
commands.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
default-settings.json Moved launchComplete user setting as global editor setting (#13703) 2021-11-04 18:03:51 +05:30
index.js Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
schema.js Removed NOT NULL constraint from portal_title (#13659) 2021-10-22 14:14:49 +02:00
validator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00