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 🐛 Fixed missing published Admin assets when running in development 2022-08-04 10:55:35 +02:00
config Fixed rate limit test (#16258) 2023-02-13 15:16:56 +08:00
csv 🐛 Fixed invalid email getting saved for members (#16021) 2022-12-16 16:47:52 +05:30
data Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
export Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
filter-param Fixed import of bson-objectid in accordance to the typings 2022-10-12 14:54:35 +07:00
images 🐛 Fixed storing original files for images (#16117) 2023-01-30 16:40:50 +01:00
import Reverted zip's root file copying fix 2023-03-16 21:52:24 +01:00
media 🐛 Fixed uploads of m4a files with audio/mp4 content type 2023-03-01 08:32:21 +01:00
settings 🐛 Fixed sitemaps with no content (#15571) 2022-10-12 14:11:19 +01:00
themes Fixed the typo 2022-08-04 15:38:32 +01:00
urls Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
cache-rules.js Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00
context.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
data-generator.js Added caching to TierRepository 2023-05-12 16:38:32 -04:00
default-settings-browser.json Added Portal signup terms settings and migration (#16545) 2023-04-04 10:04:12 +02:00
default-settings.json Corrected announcement_visibility setting type 2023-04-21 10:18:50 +02:00
fixtures.json Added migration for Self-Serve Integration permissions 2023-03-24 11:31:25 +01:00
test.hbs Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00