Ghost/test/unit/data
Hannah Wolfe d3cc85c920
Moved schema validator into the schema module
- This is a really specific piece of code related to validating models against our internal schema.js format
- This doesn't make sense without a schema.js file
- It does depend on the internal validator and validate tools - but those are used elsewhere too, and can reasonably be moved out of the codebase
- I don't see schema.js moving out of the codebase any time soon. We can move the validator but it would be a class that requires schema via DI
- For now my focus is on getting the data/validation tooling separated and making clear sense
- Improving data/schema can come later :)
2021-06-15 11:54:34 +01:00
..
db Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
exporter Added extra newsletter settings 2021-06-07 16:31:50 +01:00
importer Migrated members_allow_free_signup setting to members_signup_access (#12886) 2021-04-19 16:36:30 +01:00
meta Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
migrations Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
schema Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
validation Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
xml/sitemap Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00