Ghost/ghost/core/test
Simon Backx b30558c77c
Added cache config to stats endpoints (#19481)
no issue

Allows to enable cache via hostSettings.statsCache.enabled. This will
need proper cache timeouts in order to function correctly.

Usage in config:
```
"hostSettings": {
        "statsCache": {
            "enabled": true
        }
    },
    "adapters": {
        "cache": {
            "Redis": {
                "host": "127.0.0.1",
                "port": 6379,
                "username": "",
                "password": "",
                "ttl": 60,
                "storeConfig": {
                    "maxRetriesPerRequest": 1,
                    "enableOfflineQueue": false,
                    "retryConnectSeconds": 60
                }
            },
            "stats": {
                "adapter": "Redis",
                "ttl": 3600,
                "refreshAheadFactor": 1,
                "keyPrefix": "site:123456:stats"
            }
        }
    },
    ```
2024-01-18 15:26:49 +01:00
..
e2e-api Updated snapshots for the new year 2024-01-02 09:07:55 +01:00
e2e-browser Reverted "🎨 Added Offers to the new Settings (#19493)" 2024-01-18 15:04:59 +01:00
e2e-frontend Added webmentions endpoint to robots.txt disallow (#19433) 2024-01-03 17:30:37 +00:00
e2e-server Added cache config to stats endpoints (#19481) 2024-01-18 15:26:49 +01:00
e2e-webhooks Cleaned up lexicalEditor labs flag, switched Post model to lexical-by-default (#18607) 2023-10-23 17:51:34 +01:00
integration Updated snapshots for the new year 2024-01-02 09:07:55 +01:00
regression Added portal default plan setting (#19238) 2023-12-06 11:39:58 +01:00
unit Increased test timeout for HTML transform unit tests (#19490) 2024-01-16 11:16:46 +00:00
utils Added an email rendering test for all Koenig cards (#19059) 2023-12-12 16:05:04 -08:00
.eslintignore Added Source as the new default theme 2023-10-03 14:02:08 +02:00
.eslintrc.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00