Ghost/ghost/core/test/utils/fixtures
Fabien "egg" O'Carroll c0ca7b16f6 Added caching to TierRepository
refs https://github.com/TryGhost/Toolbox/issues/515

Tiers are very frequently queried and we want to reduce the number of DB calls
we're making. We can store the Tiers in-memory, using the existing in-memory
repository patterns, but still persisting writes the the database.

We also have to update our test helpers, because they were bypassing the
repository for writes, but using it for reads resulting in an invalid cache
2023-05-12 16:38:32 -04:00
..
admin-build
config
csv
data
export
filter-param
images
import
media
settings
themes
urls
cache-rules.js
context.js
data-generator.js Added caching to TierRepository 2023-05-12 16:38:32 -04:00
default-settings-browser.json
default-settings.json Corrected announcement_visibility setting type 2023-04-21 10:18:50 +02:00
fixtures.json
test.hbs