From 8158239629476d3840cf97fc8f99b557d60b6eb3 Mon Sep 17 00:00:00 2001 From: vincent-gao Date: Thu, 20 Jun 2024 15:02:59 +1000 Subject: [PATCH 1/2] Incompatible with search_api 8.x-1.35 release (#79) --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 10685f2..34c87ff 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,9 @@ "drupal/data_pipelines": { "CSV data header row whitespace needs to be cleaned up - https://drupal.org/project/data_pipelines/issues/3391214": "https://www.drupal.org/files/issues/2023-10-03/trim-whitespace-from-csv-header-names-3391214-2.patch", "set a default value based on certain criteria - https://www.drupal.org/project/data_pipelines/issues/3426248#comment-15507258": "https://www.drupal.org/files/issues/2024-03-21/data_pipelines-3426248-6.patch.patch" + }, + "drupal/elasticsearch_connector": { + "Incompatible with recent search_api 8.x-1.35 release - https://www.drupal.org/project/elasticsearch_connector/issues/3455006#comment-15644881": "https://www.drupal.org/files/issues/2024-06-18/elasticsearch_connector-fix_sleep_method_compatibility-3455006-7.patch" } }, "drush": { From 396efb268fa3aaaa977834b60c7635aa3e1ab526 Mon Sep 17 00:00:00 2001 From: Md Nadim Hossain Date: Mon, 15 Jul 2024 11:21:51 +1000 Subject: [PATCH 2/2] Removed merged patch for drupal key module. (#84) * Removed merged patch for drupal key module. * Removed elasticsearch_connector patch which has been merged and released as well. --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index 34c87ff..e2a3ab2 100644 --- a/composer.json +++ b/composer.json @@ -7,15 +7,11 @@ }, "drupal/key": { "KeyProviderInterface::getKeyValue() doesn't always return a string - https://www.drupal.org/project/key/issues/3356052#comment-15030602": "https://git.drupalcode.org/project/key/-/merge_requests/11/diffs.patch", - "Deprecated Function: strlen(): Passing null to parameter #1 ($string) - https://www.drupal.org/project/key/issues/3323238": "https://www.drupal.org/files/issues/2023-02-01/3323238-6.patch", "Error: Call to a member function getKeyValue on null - https://www.drupal.org/project/key/issues/3385523": "https://www.drupal.org/files/issues/2023-09-06/3385523-4.patch" }, "drupal/data_pipelines": { "CSV data header row whitespace needs to be cleaned up - https://drupal.org/project/data_pipelines/issues/3391214": "https://www.drupal.org/files/issues/2023-10-03/trim-whitespace-from-csv-header-names-3391214-2.patch", "set a default value based on certain criteria - https://www.drupal.org/project/data_pipelines/issues/3426248#comment-15507258": "https://www.drupal.org/files/issues/2024-03-21/data_pipelines-3426248-6.patch.patch" - }, - "drupal/elasticsearch_connector": { - "Incompatible with recent search_api 8.x-1.35 release - https://www.drupal.org/project/elasticsearch_connector/issues/3455006#comment-15644881": "https://www.drupal.org/files/issues/2024-06-18/elasticsearch_connector-fix_sleep_method_compatibility-3455006-7.patch" } }, "drush": {