Ghost/ghost/core/test
Naz af0014917b Moved cache storage initialization
refs https://github.com/TryGhost/Toolbox/issues/364

- Passing "cache" through constructor did not work out because cache setting is still dependent upon on the model layer (gets called before it has a chance to initialize during db migrations)
- To remove the initialization dependency blockers were:
    "defaults" method in the post model - the value resolved to "undefined" anyway during the fixture insertion
    validate-password module - checks the password against "undefined" during fixture initialization
- Passing the cache through "init" method works too, but is not as clear as with constructor DI pattern.
2022-08-05 02:28:33 +12:00
..
e2e-api Added bio to members api (#15168) 2022-08-04 15:51:23 +02:00
e2e-browser Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
e2e-frontend Changed the lingo to US of A variation 2022-08-05 02:28:33 +12:00
e2e-server 🐛 Fixed missing published Admin assets when running in development 2022-08-04 10:55:35 +02:00
e2e-webhooks Added migration to store trial days on tier (#15129) 2022-08-04 11:35:57 +05:30
integration Fixed CI 2022-07-27 18:39:28 +01:00
regression Changed the lingo to US of A variation 2022-08-05 02:28:33 +12:00
unit Moved cache storage initialization 2022-08-05 02:28:33 +12:00
utils Changed the lingo to US of A variation 2022-08-05 02:28:33 +12:00
.eslintignore Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
.eslintrc.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00