From bfe819020d1f62ba8b2b6de2afda2c0ba41deb46 Mon Sep 17 00:00:00 2001 From: Batmanisko Date: Wed, 29 Apr 2026 19:07:52 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20redis-stack-server=20RC3=20=E2=86=92=207?= =?UTF-8?q?.4.0-v1,=20obnova=20Redis=20pro=20E2E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 7.2.0-RC3 havaroval kvůli RedisAI modulu (odstraněn ve verzi 7.4). Stable 7.4.0-v1 RedisAI neobsahuje, RedisJSON zůstává. Co-Authored-By: Claude Sonnet 4.6 --- .woodpecker/workflow.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.woodpecker/workflow.yaml b/.woodpecker/workflow.yaml index 1143a87..2c529c6 100644 --- a/.woodpecker/workflow.yaml +++ b/.woodpecker/workflow.yaml @@ -8,6 +8,12 @@ variables: when: - event: [push, pull_request] +services: + redis: + image: redis/redis-stack-server:7.4.0-v1 + environment: + REDIS_ARGS: "--save '' --loglevel warning" + steps: - name: Generate TypeScript types image: *node_image @@ -70,7 +76,9 @@ steps: NODE_ENV: test JWT_SECRET: test-secret-min-32-chars-aaaaaaa! MOCK_DATA: "true" - STORAGE: json + STORAGE: redis + REDIS_HOST: redis + REDIS_PORT: "6379" HTTP_REMOTE_USER_ENABLED: "true" HTTP_REMOTE_USER_HEADER_NAME: remote-user HTTP_REMOTE_TRUSTED_IPS: "127.0.0.1,::1,::ffff:127.0.0.1"