Skip to content

Commit 32c6d82

Browse files
Merge branch '1.0' of https://github.com/magento/magento-cloud-patches into MAGECLOUD-5215
� Conflicts: � composer.json
2 parents 02222f9 + 088d258 commit 32c6d82

10 files changed

+4619
-21
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22
"name": "magento/magento-cloud-patches",
33
"description": "Provides critical fixes for Magento 2 Enterprise Edition",
44
"type": "magento2-component",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "OSL-3.0",
77
"require": {
88
"php": "^7.0",
99
"ext-json": "*",
1010
"composer/composer": "@stable",
1111
"composer/semver": "^1.5",
12-
"symfony/config": "^3.3||^4.3",
13-
"symfony/console": "^2.6||^4.0",
12+
"symfony/config": "^3.3||^4.4",
13+
"symfony/console": "^2.8||^4.0",
1414
"symfony/dependency-injection": "^3.3||^4.3",
1515
"symfony/process": "^2.1||^4.1"
1616
},
17+
"conflict": {
18+
"symfony/process": "^4.2"
19+
},
1720
"require-dev": {
1821
"phpmd/phpmd": "@stable",
1922
"phpunit/phpunit": "^6.2",

patches.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"2.2.0": "MDVA-8695__properly_encode_characters_in_emails__2.1.4.patch"
4444
},
4545
"Enable SCD on demand in production": {
46-
">=2.1.4": "MAGECLOUD-1601__trim_static_content_path__2.1.4.patch",
4746
"~2.1.4": "MAGECLOUD-1601__configure_scd_on_demand_for_cloud__2.1.4.patch",
4847
"2.2.0 - 2.2.3": "MAGECLOUD-1601__configure_scd_on_demand_for_cloud__2.2.0.patch"
4948
},
@@ -60,6 +59,15 @@
6059
"2.2.2 - 2.2.3": "MAGECLOUD-1607__overhaul_cron_implementation__2.2.2.patch",
6160
"2.2.4": "MAGECLOUD-1607__overhaul_cron_implementation__2.2.4.patch"
6261
},
62+
"Fix cron deadlocks and improve cron locking": {
63+
"2.2.5 - 2.2.8": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.5.patch",
64+
"2.2.9": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.9.patch",
65+
">=2.2.10 <2.3.0": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.2.10.patch",
66+
"2.3.0": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.0.patch",
67+
"2.3.1": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.1.patch",
68+
">=2.3.2 <2.3.3": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.2.patch",
69+
">=2.3.3 <2.3.5": "MAGECLOUD-4530__fix_cron_deadlocks_and_improve_job_locking__2.3.3.patch"
70+
},
6371
"Add Zookeeper and flock locks": {
6472
"2.2.5 - 2.2.8": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.2.5.patch",
6573
"2.3.0 - 2.3.1": "MAGECLOUD-3054__add_zookeeper_and_flock_locks__2.3.0.patch"
@@ -202,12 +210,6 @@
202210
"2.3.1": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.1.patch",
203211
">=2.3.2 <2.3.4": "MAGECLOUD-3392__reduce_q-ty_of_error_report_files__2.3.2.patch"
204212
},
205-
"Fix pagebuilder module": {
206-
"2.3.1": "PB-319__fix_pagebuilder_module__2.3.1.patch",
207-
"2.3.2": "PB-320__fix_pagebuilder_module__2.3.2.patch",
208-
">=2.3.2-p1 <2.3.3": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch",
209-
"2.3.3": "PB-323__fix_pagebuilder_module__2.3.3.patch"
210-
},
211213
"Fix XSS in order history": {
212214
"2.2.0 - 2.2.6": "PRODSECBUG-2233__fix_xss_in_order_history__2.2.0.patch",
213215
"2.2.7 - 2.2.8": "PRODSECBUG-2233__fix_xss_in_order_history__2.2.7.patch",
@@ -287,5 +289,13 @@
287289
"Fix wrong namespace": {
288290
"3.2.0": "MAGECLOUD-4407__fix_namespace_vertex_tax__3.2.0.patch"
289291
}
292+
},
293+
"magento/magento2-ee-base": {
294+
"Fix pagebuilder module": {
295+
"2.3.1": "PB-319__fix_pagebuilder_module__2.3.1.patch",
296+
"2.3.2": "PB-320__fix_pagebuilder_module__2.3.2.patch",
297+
">=2.3.2-p1 <2.3.3": "PB-322__fix_pagebuilder_module__2.3.2-p1.patch",
298+
"2.3.3": "PB-323__fix_pagebuilder_module__2.3.3.patch"
299+
}
290300
}
291301
}

patches/MAGECLOUD-1601__trim_static_content_path__2.1.4.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)