Ghost/core/test/unit
Naz Gargol 0bf1542bc6
Extracted settings service part manipulating routes.yaml (#10800)
refs #10790
refs #9528

- The settings service was designed to handle more settings then just routing, but till this day there wasn't anything else added. As routes.yaml is only being used by frontend router so conceptually it fits better to have this code in frontend, so that it doesn't have to reach out to server
- The code left in server settings is the one that interacts with the database `settings` table and only partially provides information to frontend. That part is known as 'settings cache' and will be accessed through API controllers.
2019-06-25 18:33:56 +02:00
..
adapters Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
api Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
apps Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
helpers 🐛 Fixed async helpers nested in template helpers 2019-06-25 16:19:33 +07:00
lib Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
models Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
public Refactored Ghost SDK unit test 2018-10-05 16:49:46 +02:00
services Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
web Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00