Przeglądaj źródła

downgraded redis from 1.5 to 1.4

bach 3 lat temu
rodzic
commit
30b2c9267b
3 zmienionych plików z 41 dodań i 10 usunięć
  1. 1 0
      composer.json
  2. 14 10
      composer.lock
  3. 26 0
      web/themes/custom/materiotheme/assets/dist/main.js

+ 1 - 0
composer.json

@@ -67,6 +67,7 @@
         "drupal/permissions_filter": "^1.1",
         "drupal/printable": "^2.0",
         "drupal/recurring_period": "^1.0",
+        "drupal/redis": "1.4",
         "drupal/restui": "^1.16",
         "drupal/search_api": "^1.19",
         "drupal/search_api_autocomplete": "^1.2",

+ 14 - 10
composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "32cc18b06495257f2356216dd7982794",
+    "content-hash": "50af3a7cb942dbcccb1dcb342d3d61d6",
     "packages": [
         {
             "name": "alchemy/zippy",
@@ -5755,6 +5755,7 @@
                     "migrate_drupal getsetting on null": "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
                     "language negociation exeption https://www.drupal.org/project/drupal/issues/3134349": "https://www.drupal.org/files/issues/2020-06-02/3134349-9.patch",
                     "Cannot save translated nodes after upgrading to 8.8 due to invalid path https://www.drupal.org/project/drupal/issues/3101344": "https://www.drupal.org/files/issues/2021-03-01/3101344-drupal-core-fix-permissions-checking-while-node-translating-64.patch",
+                    "ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
                     "https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch"
                 }
             },
@@ -10427,17 +10428,17 @@
         },
         {
             "name": "drupal/redis",
-            "version": "1.5.0",
+            "version": "1.4.0",
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/redis.git",
-                "reference": "8.x-1.5"
+                "reference": "8.x-1.4"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/redis-8.x-1.5.zip",
-                "reference": "8.x-1.5",
-                "shasum": "4283333dc2bf405045765b83ca662acc409a6543"
+                "url": "https://ftp.drupal.org/files/projects/redis-8.x-1.4.zip",
+                "reference": "8.x-1.4",
+                "shasum": "87165acdda18873c1e3994c670bcb4cdafd3d0ff"
             },
             "require": {
                 "drupal/core": "^8.8 || ^9"
@@ -10448,8 +10449,8 @@
             "type": "drupal-module",
             "extra": {
                 "drupal": {
-                    "version": "8.x-1.5",
-                    "datestamp": "1609972488",
+                    "version": "8.x-1.4",
+                    "datestamp": "1581504947",
                     "security-coverage": {
                         "status": "covered",
                         "message": "Covered by Drupal's security advisory policy"
@@ -10463,7 +10464,7 @@
             },
             "notification-url": "https://packages.drupal.org/8/downloads",
             "license": [
-                "GPL-2.0-or-later"
+                "GPL-2.0"
             ],
             "authors": [
                 {
@@ -10475,7 +10476,7 @@
                     "homepage": "https://www.drupal.org/user/240164"
                 }
             ],
-            "description": "Integration of Drupal with the Redis key-value store.",
+            "description": "Provide a module placeholder, for using as dependency for module that needs Redis.",
             "homepage": "https://www.drupal.org/project/redis",
             "support": {
                 "source": "https://git.drupalcode.org/project/redis"
@@ -11961,6 +11962,9 @@
                         "status": "not-covered",
                         "message": "Project has not opted into security advisory coverage!"
                     }
+                },
+                "patches_applied": {
+                    "Do not validate against empty fields https://www.drupal.org/project/unique_content_field_validation/issues/3201576": "https://www.drupal.org/files/issues/2021-03-04/unique_validation-empty_field.patch"
                 }
             },
             "notification-url": "https://packages.drupal.org/8/downloads",

Plik diff jest za duży
+ 26 - 0
web/themes/custom/materiotheme/assets/dist/main.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików