0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/routing
Naz Gargol abda6e6338
Migrated to use url-utils from Ghost-SDK (#10787)
closes #10773

- The refactoring is a substitute for `urlService.utils` used previously throughout the codebase and now extracted into the separate module in Ghost-SDK
- Added url-utils stubbing utility for test suites
- Some tests had to be refactored to avoid double mocks (when url's are being reset inside of rested 'describe' groups)
2019-06-18 15:13:55 +02:00
..
config Renamed authors ctrl to authors-public 2019-02-26 08:33:10 +01:00
controllers Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
helpers Removed logging for validation error in frontend routing 2019-06-11 12:35:16 +02:00
middlewares Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
bootstrap.js Added comments for routing service 2019-04-21 23:55:22 +02:00
CollectionRouter.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
index.js
ParentRouter.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
PreviewRouter.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
registry.js Added comments for routing service 2019-04-21 23:55:22 +02:00
RSSRouter.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
StaticPagesRouter.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
StaticRoutesRouter.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
TaxonomyRouter.js Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00