From c536cad4cf66662ad2f5da01a75345e5f6c594a6 Mon Sep 17 00:00:00 2001 From: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:23:38 +0200 Subject: [PATCH] conf: Update configuration (#1532) --- compose.yaml | 2 +- composer.lock | 19 +++++++++++++------ conf/cmi/raven.settings.yml | 8 ++++---- docker/openshift/crons/pubsub.sh | 2 +- 4 files changed, 19 insertions(+), 12 deletions(-) diff --git a/compose.yaml b/compose.yaml index 99f55b2751..c680d449c0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -163,7 +163,7 @@ services: chromium: # @todo Update this to newer version once minkphp supports Selenium 4. # @see https://github.com/minkphp/MinkSelenium2Driver/pull/372 - image: selenium/standalone-chrome:106.0 + image: seleniarm/standalone-chromium:106.0 networks: - internal profiles: diff --git a/composer.lock b/composer.lock index 05613b0792..b6b6f5f217 100644 --- a/composer.lock +++ b/composer.lock @@ -5521,16 +5521,16 @@ }, { "name": "drupal/hdbt_admin", - "version": "3.2.5", + "version": "3.2.6", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt-admin.git", - "reference": "f3284d00c7cb52126c727b744ccac5108195544c" + "reference": "911484522642d80e5a0a47cff1bd74aa578fb0b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt-admin/zipball/f3284d00c7cb52126c727b744ccac5108195544c", - "reference": "f3284d00c7cb52126c727b744ccac5108195544c", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt-admin/zipball/911484522642d80e5a0a47cff1bd74aa578fb0b7", + "reference": "911484522642d80e5a0a47cff1bd74aa578fb0b7", "shasum": "" }, "require": { @@ -5543,6 +5543,13 @@ "drupal/helfi_platform_config": "<4.3" }, "type": "drupal-theme", + "extra": { + "patches": { + "drupal/gin": { + "[#UHF-10892] Gin sidebar nextsibling issue. (https://www.drupal.org/i/3460390)": "https://raw.githubusercontent.com/City-of-Helsinki/drupal-hdbt-admin/d3e6cb08315b8df38696489d2c8f406a67f224b8/patches/gin-3460390-sidebar-nextsibling-innerhtml-rc11.patch" + } + } + }, "license": [ "GPL-2.0+" ], @@ -5551,10 +5558,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/tree/3.2.5", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/tree/3.2.6", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/issues" }, - "time": "2024-10-11T08:52:57+00:00" + "time": "2024-10-25T09:29:34+00:00" }, { "name": "drupal/health_check", diff --git a/conf/cmi/raven.settings.yml b/conf/cmi/raven.settings.yml index d2afac6392..d5ad8ba29f 100644 --- a/conf/cmi/raven.settings.yml +++ b/conf/cmi/raven.settings.yml @@ -4,10 +4,10 @@ client_key: '' environment: '' release: '' log_levels: - emergency: true - alert: true - critical: true - error: true + emergency: false + alert: false + critical: false + error: false warning: false notice: false info: false diff --git a/docker/openshift/crons/pubsub.sh b/docker/openshift/crons/pubsub.sh index 7589ed46fa..2bbf674454 100644 --- a/docker/openshift/crons/pubsub.sh +++ b/docker/openshift/crons/pubsub.sh @@ -9,7 +9,7 @@ echo "Running PubSub daemon: $(date +'%Y-%m-%dT%H:%M:%S%:z')" while true do - # PubSub process exists with success return code after + # PubSub process exits with success return code after # certain number of messages and should then be restarted. drush helfi:azure:pubsub-listen || exit 1 done