Ghost/core/server/services/url
Naz ae5dd8ad30 Fixed event listener pileup
refs https://github.com/TryGhost/Toolbox/issues/135

- When instantiating new Urls/Resources object in the UrlService's init on every test suite start it was loosing track of past events (softReset wasn't doing the cleanup properly). Not initializing new classes "fixes" the problem partially, by not loosing track of those event listeners. The real fix should be proper even listener cleanup on every soft reset!
2021-11-22 21:56:32 +13:00
..
configs Moved URL service to backend 2021-10-19 07:29:09 +13:00
index.js Added writeDisabled flag to URL file cache 2021-11-22 21:56:32 +13:00
LocalFileCache.js Added writeDisabled flag to URL file cache 2021-11-22 21:56:32 +13:00
Queue.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
Resource.js Fixed typo 2021-11-11 16:52:11 +04:00
Resources.js Added resource cache handling to UrlService 2021-11-17 00:00:23 +13:00
UrlGenerator.js Fixed failing tests 2021-11-15 19:37:49 +04:00
Urls.js Booting instance with persisted urls 2021-11-13 01:01:28 +13:00
UrlService.js Fixed event listener pileup 2021-11-22 21:56:32 +13:00