From 5842eb4e082d6e8aa52a5bd45fd27c230720f00b Mon Sep 17 00:00:00 2001 From: Robert Joonas Date: Tue, 31 Dec 2024 12:53:28 +0000 Subject: [PATCH 1/2] fix docker build --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3a62a570e57..ec88934621cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,7 @@ RUN mkdir /app WORKDIR /app # install build dependencies -RUN apk add --no-cache git nodejs yarn python3 npm ca-certificates wget gnupg make gcc libc-dev brotli && \ - npm install npm@latest -g +RUN apk add --no-cache git nodejs yarn python3 npm ca-certificates wget gnupg make gcc libc-dev brotli COPY mix.exs ./ COPY mix.lock ./ From 3b8cb2ac935e830bc59048542672d273aaccb1f5 Mon Sep 17 00:00:00 2001 From: Robert Joonas Date: Thu, 2 Jan 2025 11:03:43 +0000 Subject: [PATCH 2/2] fix FE test --- assets/js/dashboard/query-dates.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/dashboard/query-dates.test.tsx b/assets/js/dashboard/query-dates.test.tsx index c83d41e263fe..69ff78fdf742 100644 --- a/assets/js/dashboard/query-dates.test.tsx +++ b/assets/js/dashboard/query-dates.test.tsx @@ -96,7 +96,7 @@ test.each([ test.each([ [ { period: 'custom', from: '2024-08-10', to: '2024-08-20' }, - '10 Aug - 20 Aug' + '10 Aug - 20 Aug 24' ], [{ period: 'realtime' }, 'Realtime'] ])(