Ghost/core
Hannah Wolfe 3e7039c47d
Fixed theme storage getting confused between tests
- When starting ghost for e2e tests we create a content folder in the os tmp dir
- This means that the folder can change between suites as ghost is started and restarted
- For the most part this is fine, but theme storage caches the path to config (which makes sense, it's not meant to change whilst Ghost is in-memory)
- This is a quick-n-dirty fix that just makes it possible to update that path in the tests, so we know it's in sync
- Ideally we'd not cache the path, use a function to fetch it etc, or fully reset the theme storage layer, but this is the fix I have working today
     and so it's going in to unblock things for now
2022-02-11 10:37:37 +00:00
..
client@7231f031e5 Updated Admin to v4.35.0 2022-02-04 16:00:26 +00:00
frontend 🐛 Fixed AssetHelper not working with svg (#13978) 2022-02-07 15:07:18 +00:00
server Fixed theme storage getting confused between tests 2022-02-11 10:37:37 +00:00
shared Added tierName feature flag 2022-02-10 11:40:28 +01:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added library for extracting database information 2022-01-18 09:31:08 +00:00
bridge.js Added missing async/await calls 2021-11-23 17:24:50 +00:00