0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Hannah Wolfe 882a2361ee
Moved apps to /services/ & moved individual tests (#9187)
refs #9178

* Moved app handling code into services/apps
  - Apps is a service, that allows for the App lifecycle 
  - /server/apps = contains internal apps 
   - /server/services/apps = contains code for managing/handling app life cycle, providing the proxy, etc
* Split apps service tests into separate files
* Moved internal app tests into test folders
    - Problem: Not all the tests in apps were unit tests, yet they were treated like they were in Gruntfile.js
    - Unit tests now live in /test/unit/apps
    - Route tests now live in /test/functional/routes/apps
    - Gruntfile.js has been updated to match
* Switch api.read usage for settingsCache
* Add tests to cover the basic App lifecycle
* Simplify some of the init logic
2017-10-30 12:31:04 +00:00
..
adapters Debug: LocalStorage response time 2017-10-04 10:05:35 +01:00
admin API express app routing & middleware improvements (#8883) 2017-08-17 17:52:58 +07:00
api Improved password validation rules (#9171) 2017-10-26 11:01:24 +01:00
apps Moved apps to /services/ & moved individual tests (#9187) 2017-10-30 12:31:04 +00:00
auth Improved debug logs for auth utils (#9015) 2017-09-18 16:23:47 +01:00
config 🐛 Fixed redirects upload for various browsers/systems (#9042) 2017-09-22 21:57:43 +02:00
controllers Use t_ for translations in channel routes 2017-10-26 13:04:01 +01:00
data Rename blog -> site 2017-10-26 18:09:56 +01:00
events
helpers Moved fetching client out of our ghost_head helper (#9180) 2017-10-26 12:03:53 +02:00
mail Improved log output for welcome email error (#9016) 2017-09-19 14:24:20 +01:00
middleware Rename blog -> site 2017-10-26 18:09:56 +01:00
models Improved password validation rules (#9171) 2017-10-26 11:01:24 +01:00
permissions Permissions: minor refactors (#9104) 2017-10-05 21:01:34 +02:00
public 🛠 🙈 Rename ghost-url.js to ghost-sdk.js (#8767) 2017-07-28 18:23:32 +04:00
services Moved apps to /services/ & moved individual tests (#9187) 2017-10-30 12:31:04 +00:00
settings 🐛 Theme name is point number (#9184) 2017-10-26 13:54:18 +02:00
site Rename blog -> site 2017-10-26 18:09:56 +01:00
themes Rename blog -> site 2017-10-26 18:09:56 +01:00
translations Improved password validation rules (#9171) 2017-10-26 11:01:24 +01:00
utils 🐛 Fixed internal links converting to absolute URLs (#9143) 2017-10-18 17:54:17 +01:00
views 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
analytics-events.js Add segment analytics for blog data (#8912) 2017-08-22 12:23:23 +01:00
app.js Rename blog -> site 2017-10-26 18:09:56 +01:00
errors.js 🐛 Added 409 UpdateCollisionError for the editor (#8899) 2017-08-15 12:06:40 +02:00
filters.js
ghost-server.js Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00
i18n.js Improved the usage of missing translation keys (#9081) 2017-10-03 09:47:48 +02:00
index.js Moved apps to /services/ & moved individual tests (#9187) 2017-10-30 12:31:04 +00:00
logging.js
overrides.js
update-check.js 🐛 Fixed persistent upgrade notifications showing for the currently installed version (#9048) 2017-09-25 12:22:56 +01:00