0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/test/utils
Fabien O'Carroll 91efa4605c Used DynamicRedirectManager for Custom Redirects
refs https://github.com/TryGhost/Members/commit/9e59f5a9

Since we have a DynamicRedirectManager for handling adding/removing
redirects at runtime, we no longer need the custom-redirects middleware.
The redirects service does however need an init method now to add the
custom redirects at Ghost boot, so it's been refactored into our Class &
DI pattern.
2021-11-03 07:41:55 +13:00
..
fixtures Added media fixtures for video files 2021-11-03 00:33:28 +13:00
mocks Colocated mock-express style utilities 2021-10-20 13:18:35 +01:00
admin-utils.js
api.js
assertions.js
configUtils.js
db-utils.js
e2e-utils.js Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
fixture-utils.js Added API tests for custom theme settings (#13519) 2021-10-08 16:18:49 +01:00
index.js Colocated mock-express style utilities 2021-10-20 13:18:35 +01:00
overrides.js
redirects.js
url-service-utils.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
urlUtils.js