0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server
Hannah Wolfe 9309adc511 Exporter cleanup & tests
refs #6301

- change knex getter def to be configurable, else it is not testable
- remove exportPath and lang from config - neither are used
- add client_trusted_domains to tables which shouldn't be exported as there are no clients in the export
- change export signature to be an object with `doExport` function consistent with import & easier to test
- cleanup export code so it is clearer, easier to read & to test:
  - use mapSeries instead of sequence
  - use Promise.props instead of Promise.join
  - split functionality into smaller functions
- add test coverage
2016-03-12 19:01:25 +00:00
..
api Exporter cleanup & tests 2016-03-12 19:01:25 +00:00
apps Harvest server side strings 2015-12-19 12:12:16 +01:00
config Exporter cleanup & tests 2016-03-12 19:01:25 +00:00
controllers Restructure Configuration API endpoint 2016-02-19 18:49:23 +00:00
data Exporter cleanup & tests 2016-03-12 19:01:25 +00:00
errors Refactor authentication API into pipeline format 2016-03-07 11:53:54 -06:00
events Set a higher maxListeners value 2015-10-09 19:27:49 +01:00
helpers Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
mail Refactor mail service 2016-02-10 16:31:42 -06:00
middleware Serve immediate 404 for static files (no fallthru) 2016-02-21 19:17:27 +00:00
models Refactor authentication API into pipeline format 2016-03-07 11:53:54 -06:00
permissions Harvest server side strings 2015-12-19 12:12:16 +01:00
routes Including timezones API in configuration endpoint 2016-02-24 16:44:01 +02:00
storage Serve immediate 404 for static files (no fallthru) 2016-02-21 19:17:27 +00:00
translations Merge pull request #6579 from jaswilli/auth-api 2016-03-08 15:54:34 +01:00
utils Refactor & test fixture migrations 2016-03-03 09:03:37 +00:00
views Fixup broken error page styles 2015-06-08 12:14:58 +01:00
filters.js
ghost-server.js Harvest server side strings 2015-12-19 12:12:16 +01:00
i18n.js Fix jsDoc on i18n.t() 2016-02-22 01:57:22 +01:00
index.js Moves builFilesExist to startup-checks 2016-02-14 18:28:37 +00:00
update-check.js deps: bluebird@3.3.3 2016-03-01 15:17:20 -06:00