0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit
Hannah Wolfe 1ad7a91f4d Reorganise & rename server/data/ folder internals
refs #6301

- In the migration folder, commands.js changed to builder.js to resolve conflict with the 'commands' inside data/utils/clients/.
- a new data/schema/ folder has been added to hold all the code related to the database schema
- data/utils/clients have been moved to data/schema/clients
- data/utils/index.js has become data/schema/commands.js
- data/schema.js has been split, the definition of the DB schema stays put, the additional checks have moved to data/schema/checks.js
- data/validation/index.js has become data/schema/versioning.js
- data/fixtures has moved to data/migration/fixtures
- data/default-settings.json has moved to data/schema/default-settings.json
2016-02-04 20:39:15 +00:00
..
controllers/frontend Unify usage of config in unit tests 2015-12-15 10:48:24 +00:00
metadata Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
middleware Fixed ghost admin error when missing theme folder. 2016-01-23 14:01:26 -08:00
models_plugins
server_helpers Fix missing nav-current class bug when trailing slashes don't match 2016-02-02 11:47:13 +01:00
api_utils_spec.js
apps_filters_spec.js
apps_spec.js Harvest server side strings 2015-12-19 12:12:16 +01:00
config_spec.js Merge pull request #6316 from halfdan/5606-subdir 2016-01-20 20:09:29 +00:00
error_handling_spec.js Unify usage of config in unit tests 2015-12-15 10:48:24 +00:00
filters_spec.js
ghost_url_spec.js Fix non-idempotent Ghost API helper 2015-12-18 15:02:05 +01:00
importer_spec.js Unify usage of config in unit tests 2015-12-15 10:48:24 +00:00
mail_spec.js Cleanup and improved test coverage for mailer 2016-01-23 11:49:01 +08:00
migration_spec.js Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
permissions_spec.js
rss_spec.js Switch channel filters to use strings not literals 2015-12-20 16:03:39 +00:00
server_helpers_index_spec.js
server_helpers_template_spec.js
server_spec.js
server_utils_spec.js Add missing chars to slug generator 2016-01-05 19:12:44 +00:00
showdown_client_integrated_spec.js
sitemap_spec.js Refactor RSS Image node generation 2016-01-05 21:25:52 -08:00
storage_local-file-store_spec.js Unify usage of config in unit tests 2015-12-15 10:48:24 +00:00
utils_pipeline_spec.js
xmlrpc_spec.js