Ghost/core/server/services/settings
Hannah Wolfe 0ab2f36c22
Added settingsCache handling to e2e-framework
refs: https://github.com/Ghost/Ghost/commit/b5ee17b25

- When moving the site tests into e2e-api they broke because they were getting the changed settings value from the settings test
- The solution is to ensure the settingsCache is reset between tests, which is what this commit does
- This commit also renames the shutdown method to reset, because this is not a permanent operation
- It also renames the resetDb method to resetData, because the concept is we want the internal data to be reset, not just the DB
2022-02-11 16:24:24 +00:00
..
index.js Added settingsCache handling to e2e-framework 2022-02-11 16:24:24 +00:00
settings-bread-service.js 🐛 Fixed GA labs flags not appearing enabled in settings API (#13681) 2021-10-22 19:59:13 +01:00
settings-utils.js Refactored secret settings util functions 2021-09-21 23:05:57 +12:00