From 56fa5372b7b1e86ef3b9a36af428c4b873f586a7 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Thu, 7 Sep 2023 19:01:17 +0200 Subject: [PATCH 01/49] Remove sentry from supercronic docker_start.sh --- compose/django/docker_start.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compose/django/docker_start.sh b/compose/django/docker_start.sh index d88f2e2b..8da059c4 100644 --- a/compose/django/docker_start.sh +++ b/compose/django/docker_start.sh @@ -16,9 +16,10 @@ else fi # Use sentry for supercronic only in prod* environments -if [[ $IT_APP_ENVIRONMENT == prod* ]]; then - sed -i "s|command=/usr/local/bin/supercronic /app/supercronic_crontab|command=/usr/local/bin/supercronic /app/supercronic_crontab -sentry-dsn '$IT_SENTRY_DSN'|" /app/supervisord.conf -fi +# FIXME: does not seem to work +#if [[ $IT_APP_ENVIRONMENT == prod* ]]; then +# sed -i "s|command=/usr/local/bin/supercronic /app/supercronic_crontab|command=/usr/local/bin/supercronic /app/supercronic_crontab -sentry-dsn '$IT_SENTRY_DSN'|" /app/supervisord.conf +#fi # Set the command to run supervisord /home/django/.local/bin/supervisord -c /app/supervisord.conf From 06a3706d29ea825ea19de5030ac4276f5a43606e Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Fri, 8 Sep 2023 09:53:43 +0200 Subject: [PATCH 02/49] =?UTF-8?q?VBV-489:=20=C3=9Cbersetzungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/header/MobileMenu.vue | 2 +- .../src/pages/learningPath/circlePage/CircleOverview.vue | 2 +- .../learningContentPage/blocks/EdoniqTestBlock.vue | 2 +- .../learningPath/selfEvaluationPage/SelfEvaluation.vue | 8 ++++---- client/src/utils/typeMaps.ts | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/components/header/MobileMenu.vue b/client/src/components/header/MobileMenu.vue index 7be14ab6..c1549b9e 100644 --- a/client/src/components/header/MobileMenu.vue +++ b/client/src/components/header/MobileMenu.vue @@ -67,7 +67,7 @@ const clickLink = (to: string | undefined) => { data-cy="medialibrary-link" @click="clickLink(`${courseSession?.media_library_url}`)" > - {{ $t("mediaLibrary.title") }} + {{ $t("a.Mediathek") }} diff --git a/client/src/pages/learningPath/circlePage/CircleOverview.vue b/client/src/pages/learningPath/circlePage/CircleOverview.vue index 581be517..e0ce4c39 100644 --- a/client/src/pages/learningPath/circlePage/CircleOverview.vue +++ b/client/src/pages/learningPath/circlePage/CircleOverview.vue @@ -13,7 +13,7 @@ const emit = defineEmits(["closemodal"]);