From eca979d477143ca461432fcf44646b790bc49c79 Mon Sep 17 00:00:00 2001 From: hel-platta-automation <95360595+hel-platta-automation@users.noreply.github.com> Date: Tue, 16 Apr 2024 10:21:54 +0000 Subject: [PATCH] Update configuration --- composer.lock | 38 ++++++++++++++-------------- conf/cmi/helfi_api_base.features.yml | 2 ++ 2 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 conf/cmi/helfi_api_base.features.yml diff --git a/composer.lock b/composer.lock index e1010a5e..2a66c093 100644 --- a/composer.lock +++ b/composer.lock @@ -2629,17 +2629,17 @@ }, { "name": "drupal/editoria11y", - "version": "2.1.9", + "version": "2.1.10", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.1.9" + "reference": "2.1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.9.zip", - "reference": "2.1.9", - "shasum": "32ef094ba01c4d027fdc2fb5bab0faf2b817dfc3" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.10.zip", + "reference": "2.1.10", + "shasum": "309692d71a2f54bb59cfda22df25caa2eaf4516a" }, "require": { "drupal/core": "^9 || ^10" @@ -2647,8 +2647,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.9", - "datestamp": "1712248365", + "version": "2.1.10", + "datestamp": "1713205086", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3749,16 +3749,16 @@ }, { "name": "drupal/hdbt", - "version": "6.5.0", + "version": "6.5.2", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "2fb76db289a31c99ff4d3bc992d5d53a3ab28010" + "reference": "075d899aa0c241efbe2ae55a7322b56df3fd7c17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/2fb76db289a31c99ff4d3bc992d5d53a3ab28010", - "reference": "2fb76db289a31c99ff4d3bc992d5d53a3ab28010", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/075d899aa0c241efbe2ae55a7322b56df3fd7c17", + "reference": "075d899aa0c241efbe2ae55a7322b56df3fd7c17", "shasum": "" }, "require": { @@ -3776,10 +3776,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.5.0", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.5.2", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2024-04-12T11:25:31+00:00" + "time": "2024-04-16T06:58:50+00:00" }, { "name": "drupal/hdbt_admin", @@ -3868,16 +3868,16 @@ }, { "name": "drupal/helfi_api_base", - "version": "2.6.8", + "version": "2.6.9", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base.git", - "reference": "572939cdf1022388d171a990ad0849e651aa3496" + "reference": "127d597e16333dd1d5963004db8e8c3226794827" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/572939cdf1022388d171a990ad0849e651aa3496", - "reference": "572939cdf1022388d171a990ad0849e651aa3496", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/127d597e16333dd1d5963004db8e8c3226794827", + "reference": "127d597e16333dd1d5963004db8e8c3226794827", "shasum": "" }, "require": { @@ -3906,10 +3906,10 @@ ], "description": "Helfi - API Base", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.6.8", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.6.9", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/issues" }, - "time": "2024-04-04T05:12:11+00:00" + "time": "2024-04-16T07:26:44+00:00" }, { "name": "drupal/helfi_azure_fs", diff --git a/conf/cmi/helfi_api_base.features.yml b/conf/cmi/helfi_api_base.features.yml new file mode 100644 index 00000000..03425184 --- /dev/null +++ b/conf/cmi/helfi_api_base.features.yml @@ -0,0 +1,2 @@ +logger: true +disable_user_password: true