0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/frontend/services/routing
Hannah Wolfe 4ee2fcd869
Moved frontend data helpers into their own service
- Some of the helpers inside the routing service would be better suited to their own service
- These two helpers fetchData and entryLookup talk to the API to get data & so make a decent start for a data service
- The data service would be the single point of contact with the API for the frontend
- Doing this now cos I'm moving some files around ahead of deleting things for 5.0
2022-04-05 13:38:42 +01:00
..
controllers Moved frontend data helpers into their own service 2022-04-05 13:38:42 +01:00
helpers Moved frontend data helpers into their own service 2022-04-05 13:38:42 +01:00
middlewares Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
bootstrap.test.js Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
CollectionRouter.test.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
ParentRouter.test.js Removed unnecessary checks in unit test suites 2021-10-19 07:29:09 +13:00
registry.test.js Removed unnecessary use of rewire 2022-03-24 19:32:06 +00:00
RSSRouter.test.js Removed unnecessary checks in unit test suites 2021-10-19 07:29:09 +13:00
StaticRoutesRouter.test.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
TaxonomyRouter.test.js Removed some hidden v2 and v3 tests 2022-01-21 15:07:17 +00:00