From 31accf2549e7de476800781e0b74779401c5f8fb Mon Sep 17 00:00:00 2001 From: Maciej Kobus Date: Wed, 10 Jul 2024 13:40:45 +0200 Subject: [PATCH 1/4] Bump PHP version in p.sh configuration for 1.0 branch (DXP 3.3) (#79) --- resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml | 2 +- resources/platformsh/ibexa-content/3.3/.platform.app.yaml | 2 +- resources/platformsh/ibexa-experience/3.3/.platform.app.yaml | 2 +- resources/platformsh/ibexa-oss/3.3/.platform.app.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml b/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml index a085aea..0d52d47 100644 --- a/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml @@ -15,7 +15,7 @@ dependencies: composer/composer: '^2.0' # The type of the application to build. -type: php:8.1 +type: php:8.3 build: # "none" means we're running composer manually, see build hook diff --git a/resources/platformsh/ibexa-content/3.3/.platform.app.yaml b/resources/platformsh/ibexa-content/3.3/.platform.app.yaml index b1a71ba..f6ca04d 100644 --- a/resources/platformsh/ibexa-content/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-content/3.3/.platform.app.yaml @@ -15,7 +15,7 @@ dependencies: composer/composer: '^2.0' # The type of the application to build. -type: php:8.1 +type: php:8.3 build: # "none" means we're running composer manually, see build hook diff --git a/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml b/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml index b1a71ba..f6ca04d 100644 --- a/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml @@ -15,7 +15,7 @@ dependencies: composer/composer: '^2.0' # The type of the application to build. -type: php:8.1 +type: php:8.3 build: # "none" means we're running composer manually, see build hook diff --git a/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml b/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml index 8e9defe..7d4451e 100644 --- a/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml @@ -15,7 +15,7 @@ dependencies: composer/composer: '^2.0' # The type of the application to build. -type: php:8.1 +type: php:8.3 build: # "none" means we're running composer manually, see build hook From d649f40295d70ae79669ccca7f2e0121f3b04261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Mon, 22 Jul 2024 11:12:05 +0200 Subject: [PATCH 2/4] IBX-7806: Added missing random fields in solr schema (#71) --- .../3.3/.platform/configsets/solr6/conf/schema.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/platformsh/ibexa-commerce/3.3/.platform/configsets/solr6/conf/schema.xml b/resources/platformsh/ibexa-commerce/3.3/.platform/configsets/solr6/conf/schema.xml index 4730200..082448a 100644 --- a/resources/platformsh/ibexa-commerce/3.3/.platform/configsets/solr6/conf/schema.xml +++ b/resources/platformsh/ibexa-commerce/3.3/.platform/configsets/solr6/conf/schema.xml @@ -56,6 +56,7 @@ should not remove or drastically change the existing definitions. + @@ -103,6 +104,11 @@ should not remove or drastically change the existing definitions. + + + From 7783dedff1ab6dba72858798aad391c70e0ab380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Mon, 22 Jul 2024 11:13:02 +0200 Subject: [PATCH 3/4] IBX-7806: Added missing random fields in solr schema (#72) * IBX-7806: Added missing random fields in solr schema * Update resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr6/conf/schema.xml Co-authored-by: Konrad Oboza * Update resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr6/conf/schema.xml Co-authored-by: Konrad Oboza --------- Co-authored-by: Konrad Oboza --- .../4.6/.platform/configsets/solr6/conf/schema.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr6/conf/schema.xml b/resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr6/conf/schema.xml index 4730200..082448a 100644 --- a/resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr6/conf/schema.xml +++ b/resources/platformsh/ibexa-commerce/4.6/.platform/configsets/solr6/conf/schema.xml @@ -56,6 +56,7 @@ should not remove or drastically change the existing definitions. + @@ -103,6 +104,11 @@ should not remove or drastically change the existing definitions. + + + From 46e7d795c0ff7623e36d7be066f29056adf77586 Mon Sep 17 00:00:00 2001 From: Gunnstein Lye <289744+glye@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:58:08 +0200 Subject: [PATCH 4/4] IBX-8506: Disabled display_errors in Cloud (#78) --- resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml | 5 ++++- resources/platformsh/ibexa-content/3.3/.platform.app.yaml | 5 ++++- resources/platformsh/ibexa-experience/3.3/.platform.app.yaml | 5 ++++- resources/platformsh/ibexa-oss/3.3/.platform.app.yaml | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml b/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml index 0d52d47..aab55d1 100644 --- a/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml @@ -42,7 +42,10 @@ relationships: variables: php: # Example of setting php.ini config - #"display_errors": "On" + # Display of errors should be disabled in production. + display_errors: Off + display_startup_errors: Off + memory_limit: 512M # The default OPcache configuration is not suited for Symfony applications opcache.memory_consumption: 256 diff --git a/resources/platformsh/ibexa-content/3.3/.platform.app.yaml b/resources/platformsh/ibexa-content/3.3/.platform.app.yaml index f6ca04d..bf2164d 100644 --- a/resources/platformsh/ibexa-content/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-content/3.3/.platform.app.yaml @@ -42,7 +42,10 @@ relationships: variables: php: # Example of setting php.ini config - #"display_errors": "On" + # Display of errors should be disabled in production. + display_errors: Off + display_startup_errors: Off + memory_limit: 512M # The default OPcache configuration is not suited for Symfony applications opcache.memory_consumption: 256 diff --git a/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml b/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml index f6ca04d..bf2164d 100644 --- a/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-experience/3.3/.platform.app.yaml @@ -42,7 +42,10 @@ relationships: variables: php: # Example of setting php.ini config - #"display_errors": "On" + # Display of errors should be disabled in production. + display_errors: Off + display_startup_errors: Off + memory_limit: 512M # The default OPcache configuration is not suited for Symfony applications opcache.memory_consumption: 256 diff --git a/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml b/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml index 7d4451e..732a19a 100644 --- a/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml +++ b/resources/platformsh/ibexa-oss/3.3/.platform.app.yaml @@ -42,7 +42,10 @@ relationships: variables: php: # Example of setting php.ini config - #"display_errors": "On" + # Display of errors should be disabled in production. + display_errors: Off + display_startup_errors: Off + memory_limit: 512M # The default OPcache configuration is not suited for Symfony applications opcache.memory_consumption: 256