Ghost/core/test
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
..
functional Fix cache-control header for sitemaps 2016-01-25 17:56:05 +00:00
integration Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
unit Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
utils Reorganise & rename server/data/ folder internals 2016-02-04 20:39:15 +00:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00