Ghost/core/test
kirrg001 2a10c83d92 Improved memory usage in importer
no issue

- returning and remembering the data, which was imported, is...
  - not required when using the API
  - not required when importing via script
  - required for tests
  - added an option to have control over it
- make more usage of local variables
  - the GC cannot tidy up variables, which are defined outside of a loop, but used in the loop
- try to keep less memory in process
  - reduce the number of properties we have to remember
2018-01-28 14:26:38 +01:00
..
functional Fixed broken payload in posts_spec.js 2018-01-25 01:05:59 +01:00
integration Improved memory usage in importer 2018-01-28 14:26:38 +01:00
unit Deleted bookshelf access plugin 2018-01-25 17:54:28 +01:00
utils 🐛 Fixed showing old release notifications in the about page 2018-01-18 12:19:55 +01:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00