0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/test/integration
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
..
api Merge pull request #6299 from acburdine/config-refactor 2016-01-25 13:22:20 +00:00
model Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
export_spec.js Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
import_spec.js Add the needed table columns for client Oauth. 2015-09-02 13:39:21 +01:00
migration_spec.js Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
update_check_spec.js Apply JSHint to test files. 2014-09-03 20:33:58 +02:00