Skip to content

Conversation

@aelmizeb
Copy link
Contributor

Description (*)

This pull request updates the constructor of the CanViewNotification class to explicitly declare the nullable parameter $scopeConfig as ?ScopeConfigInterface. This change resolves the PHP 8.4 deprecation warning regarding implicitly nullable parameters.

image

Related Pull Requests

Fixed Issues (if relevant)

Manual testing scenarios (*)

Tested on PHP 8.4 to confirm that the deprecation warning is resolved and that the application behaves as expected:

  • Run bin/magento setup:di:compile and ensure no PHP 8.4 deprecation warnings appear.
  • Verify that the admin panel and frontend load correctly without errors.

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • README.md files for modified modules are updated and included in the pull request if any README.md predefined sections require an update
  • All automated tests passed successfully (all builds are green)

@aelmizeb aelmizeb requested a review from a team as a code owner August 16, 2025 19:41
@fballiano fballiano merged commit cd0a7d4 into mage-os:2.4-develop Aug 18, 2025
8 of 9 checks passed
@rhoerr
Copy link
Contributor

rhoerr commented Aug 18, 2025

Thanks for the PR and fix @aelmizeb!

@feeh27
Copy link

feeh27 commented Sep 11, 2025

I would like to know when they will release a version with this code, the 1.3.1 released on September 9th came without this fix.

@rhoerr

@rhoerr
Copy link
Contributor

rhoerr commented Sep 16, 2025

@feeh27 Pardon, we have a PR to pull this onto our release branch, but didn't process it just yet. The 1.3.1 release was an off-schedule security update from Magento. Our next release will be in a month, unless @fballiano thinks we should push this fix sooner.

fballiano added a commit that referenced this pull request Sep 16, 2025
@fballiano
Copy link
Contributor

I wouldn't release just for this, mainly because of the need to tag the admin theme.

#158 is now merged so the next release will have the fix for sure :-)

mage-os-ci added a commit that referenced this pull request Nov 30, 2025
* Integration tests/ fix failed tests (#61)

* Fix \Magento\Paypal\Model\Express\CheckoutTest - dbIsolation missing

* Fix tests Magento\CatalogImportExport\Model\Import\ProductTest\ProductStockTest::testProductStockStatusShouldBeUpdatedOnSchedule
          Zend_Db_Exception: Table "catalog_category_product_index_store0_replica" does not exist

Partially reverting fix from Vinai:
`Create category-product index table for store 0 (#47)

 This fixes a regression introduced by pull request
 https://github.com/mage-os/mageos-magento2/pull/25`

* Fix failing tests with error `undefined key 'product_id`' from app/code/Magento/CatalogInventory/Model/StockManagement.php:110

Test: dev/tests/integration/testsuite/Magento/Downloadable/Block/Sales/Order/Email/Items/Order/DownloadableTest.php

* Fix failed tests: \Magento\Wishlist\Controller\Index\AddTest

Failed due to visibility filter in whishlist collection. Products were not added to root category and not reindexed. So visibility filter ued to exclude them from wishlist items collection: app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection.php:390

* Decrease test-cases - use php 8.2 only for testing purposes
Include and use changed workflow to have more unitary tests executions

* Mark tests as incomplete as actual fix is in: mage-os/mageos-magento-zend-db#1

Error that was fixed:
Unable to revert fixture: Magento/Framework/Backup/_files/trigger.php
#0 /var/www/html/dev/tests/integration/testsuite/Magento/Framework/Backup/DbTest.php(42): Magento\Framework\Backup\DbTest->testBackupAndRollbackIncludesCustomTriggers()
...

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testRotate with data set #4 ('/var/www/html/dev/tests/integ...st.png', 45, array(157, 35), 'IMAGEMAGICK')
ImagickException: unrecognized color `srgb255,255,255' @ warning/color.c/GetColorCompliance/1064

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testCreatePngFromString with data set #1 (array(5, 12), array(0, 0, 0), array(0, 20), array(255, 255, 255), 'IMAGEMAGICK')
ImagickException: unable to read font `' @ error/annotate.c/RenderFreetype/1636

* Fix integration tests error:

Magento\Dhl\Model\CarrierTest::testRequestToShip with data set #0 ('GB', 'EU', 'US')
Failed asserting that two DOM documents are equal.

-      <SoftwareName>Magento</SoftwareName>
+      <SoftwareName>Mage-OS</SoftwareName>

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testCreatePngFromString with data set #1 (array(5, 12), array(0, 0, 0), array(0, 20), array(255, 255, 255), 'IMAGEMAGICK')
PHPUnit\Framework\Exception: Deprecated: Implicit conversion from float 11.34375 to int loses precision in /var/www/html/lib/internal/Magento/Framework/Image/Adapter/ImageMagick.php:505.

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testCreatePngFromString with data set #1 (array(5, 12), array(0, 0, 0), array(0, 20), array(255, 255, 255), 'IMAGEMAGICK')
PHPUnit\Framework\Exception: Deprecated: Implicit conversion from float 11.34375 to int loses precision in /var/www/html/lib/internal/Magento/Framework/Image/Adapter/ImageMagick.php:505.

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testRotate with data set #4 ('/var/www/html/dev/tests/integ...st.png', 45, array(157, 35), 'IMAGEMAGICK')
ImagickException: unrecognized color `srgb255,255,255' @ warning/color.c/GetColorCompliance/1064

* Revert "feat(catalog): faster category product count (#25)"

This reverts commit f01535b.

* Revert "Create category-product index table for store 0 (#47)"

This reverts commit 7be2613.

* Add optional param to run tests over specific directory only.

* Fix failed tests: \Magento\Version\Controller\Index\IndexTest

Update package name to mage-os

* Fix integration tests (most likely caused by incorrect merge conflict resolving):

error msg:
1) Magento\Catalog\Block\Adminhtml\Category\Checkboxes\TreeTest::testGetTreeJson
Error: Call to a member function getConnectionName() on null

/var/www/html/lib/internal/Magento/Framework/App/ResourceConnection.php:110
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Category/Collection.php:570
...

ref: https://github.com/vpodorozh/mageos-magento2/actions/runs/7472531139/job/20334972566#step:6:39

* Fix failed integration tests in \Magento\Customer

* Revert "Fix failed integration tests in \Magento\Customer"

* Update full-integration-tests.yaml

---------

Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Ihor Sviziev <[email protected]>

* #81 - update dataset for `testProductListOutOfStockSortOrderWithElasticsearch`. Based on tickets ACP2E-322 and ACP2E-748 - moving down in catalog results out-of-stock configurable items was removed, so data-set needs to be updated accordingly. (#89)

* GraphQl mutation state check | PlaceOrder and Customer actions - skip list adjustments (#90)

* #82 - exclude Ealsticsearch classes from mutation state check, as they are going to be used for product reindexation need once indexer state is set OnDemand.

* #82 - exclude Redis client and logger classes for customer create&update operations. Session start with redis is tightly coupled yet with any customer related activity - even in GraphQl. I assume that is in TODO list to resolve by Adobe engeneers.

* #82 - exclude Redis client and logger classes for customer create&update operations. Session start with redis is tightly coupled yet with any customer related activity - even in GraphQl. I assume that is in TODO list to resolve by Adobe engeneers.

* Skip some of the Bundle tests as the underlying problems are too big … (#92)

* Skip some of the Bundle tests as the underlying problems are too big to solve them out now.

* Ignore testAutoChangingIsInStockForNewConfigurable test as underlying problem is bigger then we can handle now. Hopefuly Magento wil lfix this bug in future releases.

* #83 - fix expireDate formating for user expiration integration test. (#91)

* #79 - add shutdown functions wrapper to make sure TestModules will be… (#93)

* #79 - add shutdown functions wrapper to make sure TestModules will be removed ONLY after all other shut down fucntions be executed.

* #79 - add shutdown functions wrapper to make sure TestModules will be removed ONLY after all other shut down fucntions be executed.

* Fix failed testes after the upstream update - db&app isolation were missed. (#94)

* Fix invalid data-sets for unit tests (#95)

* Fix invalid data-sets for catalog unit tests

* Fix invalid data-sets for ImportExport unit tests

* Fix invalid data-sets for Framework\MessageQueue unit tests

* Fix static tests.

* Fix invalid data-sets for Sales unit test

* Fix invalid data-sets for Integration unit test

* Fix invalid data-sets for Email unit test

* Fix data providers for unit tests - Config and Directory

* Remove totally unnessesary PHP version ifcondition. I tested it on 8.1 8.2 8.3 - all worked good.

* Run test workflows on all branch PRs

* Fixed branches constraint syntax

* Upstream Merge Conflict (2.4-develop) (#103)

* ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product

Added an element and updated test file

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* LYNX-523: GraphQL: Provide available order actions

* ACP2E-3149: Double slashes in customer segment URL

* ACQE-6897 | Mainline Deployment Test Fix

* ACQE-6897 | Mainline Deployment Test Annotation fix

* ACQE-6897 | Mainline PR Deployment | mftf update

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* ACQE-6915 | Several Terms and Conditions with different types are shown on PayPal express checkout review page

* ACQE-6915 | Several Terms and Conditions with different types are shown on PayPal express checkout review page
Added fix for the PR

* ACQE-6915 | Several Terms and Conditions with different types are shown on PayPal express checkout review page
Added fix for the PR

* ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product

Created AGs and updated those in test file

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product

Updated test file

* ACQE-6897 | Mainline Deployment

* LYNX-524 - Add customer information to CustomerOrder type

* ACQE-6897 | Mainline Deployment

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* ACP2E-3172: Import button missing

* ACP2E-3273: avoid using toggle / fadeIn / fadeOut as it will generate a display none and this in turn impacts the styling for recaptcha

* AC-12715::Investigate the laminas composer dependencies upgrading to latest version

* ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product

Removed extra space in AG and added valuable name parameter for a locator

* ACQE-6897 | Mainline Deployment

* ACQE-6897 | Mainline Deployment

* ACQE-6897 | Mainline Deployment

* ACQE-6897 | Mainline Deployment

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.0

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* LYNX-505 - Allow guest to cancel order via GraphQL

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.0

* ACP2E-3273: fix static errors

* ACP2E-3273: update short description

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* ACQE-6842 | AC-3857: Verify that customer matches to a segment with conditions "Order Address"

Resolved static check error by updating the name

* ACQE-6842 | AC-3857: Verify that customer matches to a segment with conditions "Order Address"

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.0

* AC-3921: Create Text Swatch from Stores ->Attributes section: Product

* ACQE-6915 | StorefrontAssertSeveralTermsAndConditionsOnPayPalExpressCheckoutReviewPageTest

* ACQE-6842 | AC-3857: Verify that customer matches to a segment with conditions "Order Address"

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-12823: Unit Test fixes

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12823: Unit Test fixes

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-9712::Difference in less compilation between php & nodejs library

* AC-12715::fixed the static test

* AC-12715::Investigate the laminas composer dependencies upgrading to latest version

* AC-12715::Investigate the laminas composer dependencies upgrading to latest version

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11

* AC-12715::Investigate the laminas composer dependencies upgrading to latest version

* ACP2E-3273: added jasmine unit test

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12092: Deprecations related to not static functionality removal in PHPUnit 10

* ACP2E-3273: emulate 'display:none' better avoiding extra white space

* ACP2E-3172: Import button missing

* ACQE-6897 | Mainline Deployment 

Test Fix

* ACQE-6897 | Mainline Deployment

Test Fix

* ACQE-6897 | Mainline Deployment

* ACQE-6897 | Mainline Deployment

Removed extra spaces

* ACQE-6897 | Mainline Deployment

Space fix

* ACQE-6897 | Mainline PR  Deployment

Alignment Fix

* ACQE-6897 | Mainline Deployment

Removed space

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.

* ACQE-6966 | [MFTF PR TESTS] StorefrontCashOnDeliveryPaymentForSpecificCountryTestCest

Added pr_exclude . Will be fixed in the scope of ACQE-6966

* ACQE-6795 | Mainline PR deployment

Added pr_exclude .Will be fixed in the scope of ACQE-6795

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* ACP2E-3172: Import button missing

* ACP2E-3172: Import button missing

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* ACP2E-3131: [Cloud] Anchor/Non-Anchor Categories Reversed in Content Widget

- Fix for default category

* AC-12092 Magento Framework PHPUnit10 Fixes

* LYNX-512: original_item_price is not including discounts

* LYNX-519 : Error codes for order cancellation

* Check impact of paste and noeditable plugin removal

* Acqe 7010 mftf thirdparty test pr exclude (#1744)

* ACQE-7010: [MFTF Tests] Add payment related third party test in pr exclude

* AC-12715::Update the magento-coding-standard version

* Check impact of paste and noeditable plugin removal

* AC-12951::Remove from files from tinymce 7

* AC-12092_PHPUnit10: PHPUnit10 Fixes for Magento Framework Modules

* ACP2E-3131: [Cloud] Anchor/Non-Anchor Categories Reversed in Content Widget

- Fix for default category

* ACP2E-3131: [Cloud] Anchor/Non-Anchor Categories Reversed in Content Widget

- Fix for default category

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.

* AC-12092_PHPUnit10: PHPUnit10.5 Deprecation Fixes Framework App, Cache, Code, Validator Modules

* AC-12092_PHPUnit10: PHP Unit 10 Deprecation Fixes For Framework DB, Data, Encryption, Profiler, Validator Modules

* LYNX-536:orders/date_of_first_order always returning null

* LYNX-544: Customer must not be able to cancel a partially shipped order

* ACP2E-3248: update en_US.csv with missing translatable lines

* AC-12092_PHPUnit10: PHP Unit10 Deprecation Fixes for Framework Code, Jwt and Test Modules

* AC-12092_PHPUnit10: phpcs issue fix

* AC-12092_PHPUnit10: PHPUnit Error fix

* AC-12092_PHPUnit10: Not Static Deprecation Fixes forWidget Module

* AC-12092_PHPUnit10: Fixed Risky testcase issues

* AC-12092_PHPUnit10: PHPUnit Deprecation Error Fixes

* AC-12092_PHPUnit10: Failure Fix for CatalogInventory Module

* Revert "AC-12092_PHPUnit10: Fixed Risky testcase issues"

This reverts commit c3b7947.

* AC-12092_PHPUnit10: PHPUnit Failure fix

---------

Co-authored-by: Shanthi Rajendran <[email protected]>
Co-authored-by: Banvari Lal <[email protected]>
Co-authored-by: jayrangnani-gl <[email protected]>
Co-authored-by: magento-devops-queue-mgr-svc <[email protected]>
Co-authored-by: Abhishek Pathak <[email protected]>
Co-authored-by: Sergio Vera <[email protected]>
Co-authored-by: lakshmana49 <[email protected]>
Co-authored-by: Dnyaneshwar Jambhulkar <[email protected]>
Co-authored-by: Arularasan <[email protected]>
Co-authored-by: Manjusha S <[email protected]>
Co-authored-by: manjusha729 <[email protected]>
Co-authored-by: Rajesh Kumar <[email protected]>
Co-authored-by: “Pavan-bj”  <[email protected]>
Co-authored-by: Indrani <[email protected]>
Co-authored-by: Shantanu Dasgupta <[email protected]>
Co-authored-by: Chhandak.Barua <[email protected]>
Co-authored-by: Alexandra Zota <[email protected]>
Co-authored-by: manishranjan-adobe <[email protected]>
Co-authored-by: Saurabh Kumar <[email protected]>
Co-authored-by: Mircea Rosmeteniuc <[email protected]>
Co-authored-by: flowers <[email protected]>
Co-authored-by: Pavan-bj <[email protected]>
Co-authored-by: Manish Ranjan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: Raj Mohan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: internal-magento-queue-manager[bot] <70415199+internal-magento-queue-manager[bot]@users.noreply.github.com>
Co-authored-by: arnsaha <[email protected]>
Co-authored-by: Dmytro Voskoboinikov <[email protected]>
Co-authored-by: Sumesh P <[email protected]>
Co-authored-by: mohit-adobe <[email protected]>
Co-authored-by: Stanislav Idolov <[email protected]>
Co-authored-by: Rafal Janicki <[email protected]>
Co-authored-by: Dmytro Horytskyi <[email protected]>
Co-authored-by: chittima <[email protected]>
Co-authored-by: cod43156 <[email protected]>
Co-authored-by: Sarmistha <[email protected]>
Co-authored-by: Ryan Hoerr <[email protected]>

* Bugfix: autocomplete suggests nonsearchable terms (#102)

* added additional check to ensure autocomplete suggests only searchable terms

---------

Co-authored-by: Ryan Sun <[email protected]>

* Bugfix: workflow not waiting for called workflow to complete (#74)

* Fixed missed closing newline

* Update unit test for autocomplete suggests fix (#104)

* added additional check to ensure autocomplete suggests only searchable terms

* updated unitest for search suggest fix

* added type casting for isSuggestible

* reverted suggestible flag and fixed getSuggestFields method

* updated suggest contructor params to avoid bic

* updated unit test with new dependency productAttributeCollectionFactory for Suggestions

* add fieldProvider back to Suggestions constructor

---------

Co-authored-by: Ryan Sun <[email protected]>

* Add Sansec eComscan workflow

* Add Sansec eComscan workflow

* Solve bug #116 - Setting number of address line lower than existing entry breaks all checkouts for existing address data

* adjust doc blocks for addressHelper and mock in tests

* Add addressHelper object into child classes

* Add Sansec eComscan workflow

* Improved menu/toolbar settings for TinyMCE 6 (#109)

* Split Magento and Mage-OS versions in ProductMetadata for compatibility (#115)

* feat: run setup:di:compile on push (#33)

* Update supported-services.json for Magento 2.4.8

* Update supported-services.json

* Any composer 2 version

* Update supported-services.json for Warden available packages

* Try build with Valkey

* fix rabbitmq version to 4.0

* Change redis version to 7.4

* feat!: prevent catalog and sales rules from being disclosed publicly by default

* feat!: prevent disclosure of customer groups by default (#136)

* Fix integration tests for Magento_Backend and Magento_Bundle (#134)

* Fix  Magento/Beckend/Block/Page/Footer integration test

* Fix Magento/Bundle/Model/Product/IsSaleableTest

* Fix all other bundle test

* Integrate code review changes

* Fix CatalogInventory test

* Fix stockitem criteria

* Fix test on price indexing because of confiurable out of stock

* Fix ButtonLock dependency

* Fix tests for Magento_Customer

* Fix CustomerImportExport module test

* Fix Mage-OS Product Name

* Fix Magento_Downloadable integration tests

* Backward compatibility

* Fix customer adresses with empty line

* Code review

* PHPCS

---------

Co-authored-by: s.humeau <[email protected]>
Co-authored-by: simsComputing <simsComputing>
Co-authored-by: Fabrizio Balliano <[email protected]>

* Fix PHP 8.4 Deprecation: Explicitly Mark Nullable Parameter (#157)

* fix product export of configurable_variations for configurable products with multiple super attributes (#142)

* Managed by Terraform

* Add Sansec eComscan workflow

* Managed by Terraform

---------

Co-authored-by: Mage-OS <[email protected]>
Co-authored-by: Vladyslav Podorozhnyi <[email protected]>
Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Ihor Sviziev <[email protected]>
Co-authored-by: Vinai Kopp <[email protected]>
Co-authored-by: Mage-OS <[email protected]>
Co-authored-by: Shanthi Rajendran <[email protected]>
Co-authored-by: Banvari Lal <[email protected]>
Co-authored-by: jayrangnani-gl <[email protected]>
Co-authored-by: magento-devops-queue-mgr-svc <[email protected]>
Co-authored-by: Abhishek Pathak <[email protected]>
Co-authored-by: Sergio Vera <[email protected]>
Co-authored-by: lakshmana49 <[email protected]>
Co-authored-by: Dnyaneshwar Jambhulkar <[email protected]>
Co-authored-by: Arularasan <[email protected]>
Co-authored-by: Manjusha S <[email protected]>
Co-authored-by: manjusha729 <[email protected]>
Co-authored-by: Rajesh Kumar <[email protected]>
Co-authored-by: “Pavan-bj”  <[email protected]>
Co-authored-by: Indrani <[email protected]>
Co-authored-by: Shantanu Dasgupta <[email protected]>
Co-authored-by: Chhandak.Barua <[email protected]>
Co-authored-by: Alexandra Zota <[email protected]>
Co-authored-by: manishranjan-adobe <[email protected]>
Co-authored-by: Saurabh Kumar <[email protected]>
Co-authored-by: Mircea Rosmeteniuc <[email protected]>
Co-authored-by: flowers <[email protected]>
Co-authored-by: Pavan-bj <[email protected]>
Co-authored-by: Manish Ranjan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: Raj Mohan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: internal-magento-queue-manager[bot] <70415199+internal-magento-queue-manager[bot]@users.noreply.github.com>
Co-authored-by: arnsaha <[email protected]>
Co-authored-by: Dmytro Voskoboinikov <[email protected]>
Co-authored-by: Sumesh P <[email protected]>
Co-authored-by: mohit-adobe <[email protected]>
Co-authored-by: Stanislav Idolov <[email protected]>
Co-authored-by: Rafal Janicki <[email protected]>
Co-authored-by: Dmytro Horytskyi <[email protected]>
Co-authored-by: chittima <[email protected]>
Co-authored-by: cod43156 <[email protected]>
Co-authored-by: Sarmistha <[email protected]>
Co-authored-by: Ryan Sun <[email protected]>
Co-authored-by: Ryan Sun <[email protected]>
Co-authored-by: Adam <[email protected]>
Co-authored-by: Fabrizio Balliano <[email protected]>
Co-authored-by: Lucas van Staden <[email protected]>
Co-authored-by: Tjitse <[email protected]>
Co-authored-by: Damien Retzinger <[email protected]>
Co-authored-by: simsComputing <[email protected]>
Co-authored-by: s.humeau <[email protected]>
Co-authored-by: Abdellatif EL MIZEB <[email protected]>
Co-authored-by: mage-os-terraform[bot] <104196000+mage-os-terraform[bot]@users.noreply.github.com>
mage-os-ci added a commit that referenced this pull request Nov 30, 2025
* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* ACP2E-4019: CE copyright updates for 2.4.9-beta1

* Chore: Resolve merge of 2.4 develop upstream (#182)

* Integration tests/ fix failed tests (#61)

* Fix \Magento\Paypal\Model\Express\CheckoutTest - dbIsolation missing

* Fix tests Magento\CatalogImportExport\Model\Import\ProductTest\ProductStockTest::testProductStockStatusShouldBeUpdatedOnSchedule
          Zend_Db_Exception: Table "catalog_category_product_index_store0_replica" does not exist

Partially reverting fix from Vinai:
`Create category-product index table for store 0 (#47)

 This fixes a regression introduced by pull request
 https://github.com/mage-os/mageos-magento2/pull/25`

* Fix failing tests with error `undefined key 'product_id`' from app/code/Magento/CatalogInventory/Model/StockManagement.php:110

Test: dev/tests/integration/testsuite/Magento/Downloadable/Block/Sales/Order/Email/Items/Order/DownloadableTest.php

* Fix failed tests: \Magento\Wishlist\Controller\Index\AddTest

Failed due to visibility filter in whishlist collection. Products were not added to root category and not reindexed. So visibility filter ued to exclude them from wishlist items collection: app/code/Magento/Wishlist/Model/ResourceModel/Item/Collection.php:390

* Decrease test-cases - use php 8.2 only for testing purposes
Include and use changed workflow to have more unitary tests executions

* Mark tests as incomplete as actual fix is in: mage-os/mageos-magento-zend-db#1

Error that was fixed:
Unable to revert fixture: Magento/Framework/Backup/_files/trigger.php
#0 /var/www/html/dev/tests/integration/testsuite/Magento/Framework/Backup/DbTest.php(42): Magento\Framework\Backup\DbTest->testBackupAndRollbackIncludesCustomTriggers()
...

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testRotate with data set #4 ('/var/www/html/dev/tests/integ...st.png', 45, array(157, 35), 'IMAGEMAGICK')
ImagickException: unrecognized color `srgb255,255,255' @ warning/color.c/GetColorCompliance/1064

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testCreatePngFromString with data set #1 (array(5, 12), array(0, 0, 0), array(0, 20), array(255, 255, 255), 'IMAGEMAGICK')
ImagickException: unable to read font `' @ error/annotate.c/RenderFreetype/1636

* Fix integration tests error:

Magento\Dhl\Model\CarrierTest::testRequestToShip with data set #0 ('GB', 'EU', 'US')
Failed asserting that two DOM documents are equal.

-      <SoftwareName>Magento</SoftwareName>
+      <SoftwareName>Mage-OS</SoftwareName>

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testCreatePngFromString with data set #1 (array(5, 12), array(0, 0, 0), array(0, 20), array(255, 255, 255), 'IMAGEMAGICK')
PHPUnit\Framework\Exception: Deprecated: Implicit conversion from float 11.34375 to int loses precision in /var/www/html/lib/internal/Magento/Framework/Image/Adapter/ImageMagick.php:505.

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testCreatePngFromString with data set #1 (array(5, 12), array(0, 0, 0), array(0, 20), array(255, 255, 255), 'IMAGEMAGICK')
PHPUnit\Framework\Exception: Deprecated: Implicit conversion from float 11.34375 to int loses precision in /var/www/html/lib/internal/Magento/Framework/Image/Adapter/ImageMagick.php:505.

* Fix integration tests error:

Magento\Framework\Image\Adapter\InterfaceTest::testRotate with data set #4 ('/var/www/html/dev/tests/integ...st.png', 45, array(157, 35), 'IMAGEMAGICK')
ImagickException: unrecognized color `srgb255,255,255' @ warning/color.c/GetColorCompliance/1064

* Revert "feat(catalog): faster category product count (#25)"

This reverts commit f01535b.

* Revert "Create category-product index table for store 0 (#47)"

This reverts commit 7be2613.

* Add optional param to run tests over specific directory only.

* Fix failed tests: \Magento\Version\Controller\Index\IndexTest

Update package name to mage-os

* Fix integration tests (most likely caused by incorrect merge conflict resolving):

error msg:
1) Magento\Catalog\Block\Adminhtml\Category\Checkboxes\TreeTest::testGetTreeJson
Error: Call to a member function getConnectionName() on null

/var/www/html/lib/internal/Magento/Framework/App/ResourceConnection.php:110
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Category/Collection.php:570
...

ref: https://github.com/vpodorozh/mageos-magento2/actions/runs/7472531139/job/20334972566#step:6:39

* Fix failed integration tests in \Magento\Customer

* Revert "Fix failed integration tests in \Magento\Customer"

* Update full-integration-tests.yaml

---------

Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Ihor Sviziev <[email protected]>

* #81 - update dataset for `testProductListOutOfStockSortOrderWithElasticsearch`. Based on tickets ACP2E-322 and ACP2E-748 - moving down in catalog results out-of-stock configurable items was removed, so data-set needs to be updated accordingly. (#89)

* GraphQl mutation state check | PlaceOrder and Customer actions - skip list adjustments (#90)

* #82 - exclude Ealsticsearch classes from mutation state check, as they are going to be used for product reindexation need once indexer state is set OnDemand.

* #82 - exclude Redis client and logger classes for customer create&update operations. Session start with redis is tightly coupled yet with any customer related activity - even in GraphQl. I assume that is in TODO list to resolve by Adobe engeneers.

* #82 - exclude Redis client and logger classes for customer create&update operations. Session start with redis is tightly coupled yet with any customer related activity - even in GraphQl. I assume that is in TODO list to resolve by Adobe engeneers.

* Skip some of the Bundle tests as the underlying problems are too big … (#92)

* Skip some of the Bundle tests as the underlying problems are too big to solve them out now.

* Ignore testAutoChangingIsInStockForNewConfigurable test as underlying problem is bigger then we can handle now. Hopefuly Magento wil lfix this bug in future releases.

* #83 - fix expireDate formating for user expiration integration test. (#91)

* #79 - add shutdown functions wrapper to make sure TestModules will be… (#93)

* #79 - add shutdown functions wrapper to make sure TestModules will be removed ONLY after all other shut down fucntions be executed.

* #79 - add shutdown functions wrapper to make sure TestModules will be removed ONLY after all other shut down fucntions be executed.

* Fix failed testes after the upstream update - db&app isolation were missed. (#94)

* Fix invalid data-sets for unit tests (#95)

* Fix invalid data-sets for catalog unit tests

* Fix invalid data-sets for ImportExport unit tests

* Fix invalid data-sets for Framework\MessageQueue unit tests

* Fix static tests.

* Fix invalid data-sets for Sales unit test

* Fix invalid data-sets for Integration unit test

* Fix invalid data-sets for Email unit test

* Fix data providers for unit tests - Config and Directory

* Remove totally unnessesary PHP version ifcondition. I tested it on 8.1 8.2 8.3 - all worked good.

* Run test workflows on all branch PRs

* Fixed branches constraint syntax

* Upstream Merge Conflict (2.4-develop) (#103)

* ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product

Added an element and updated test file

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* LYNX-523: GraphQL: Provide available order actions

* ACP2E-3149: Double slashes in customer segment URL

* ACQE-6897 | Mainline Deployment Test Fix

* ACQE-6897 | Mainline Deployment Test Annotation fix

* ACQE-6897 | Mainline PR Deployment | mftf update

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* ACQE-6915 | Several Terms and Conditions with different types are shown on PayPal express checkout review page

* ACQE-6915 | Several Terms and Conditions with different types are shown on PayPal express checkout review page
Added fix for the PR

* ACQE-6915 | Several Terms and Conditions with different types are shown on PayPal express checkout review page
Added fix for the PR

* ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product

Created AGs and updated those in test file

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product

Updated test file

* ACQE-6897 | Mainline Deployment

* LYNX-524 - Add customer information to CustomerOrder type

* ACQE-6897 | Mainline Deployment

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* ACP2E-3172: Import button missing

* ACP2E-3273: avoid using toggle / fadeIn / fadeOut as it will generate a display none and this in turn impacts the styling for recaptcha

* AC-12715::Investigate the laminas composer dependencies upgrading to latest version

* ACQE-6901: Create Text Swatch from Stores ->Attributes section: Product

Removed extra space in AG and added valuable name parameter for a locator

* ACQE-6897 | Mainline Deployment

* ACQE-6897 | Mainline Deployment

* ACQE-6897 | Mainline Deployment

* ACQE-6897 | Mainline Deployment

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.0

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* LYNX-505 - Allow guest to cancel order via GraphQL

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.0

* ACP2E-3273: fix static errors

* ACP2E-3273: update short description

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* ACQE-6842 | AC-3857: Verify that customer matches to a segment with conditions "Order Address"

Resolved static check error by updating the name

* ACQE-6842 | AC-3857: Verify that customer matches to a segment with conditions "Order Address"

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.0

* AC-3921: Create Text Swatch from Stores ->Attributes section: Product

* ACQE-6915 | StorefrontAssertSeveralTermsAndConditionsOnPayPalExpressCheckoutReviewPageTest

* ACQE-6842 | AC-3857: Verify that customer matches to a segment with conditions "Order Address"

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-12823: Unit Test fixes

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12823: Unit Test fixes

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-9712::Difference in less compilation between php & nodejs library

* AC-12715::fixed the static test

* AC-12715::Investigate the laminas composer dependencies upgrading to latest version

* AC-12715::Investigate the laminas composer dependencies upgrading to latest version

* AC-12823:Investigate the unit test failure due to phpunit patch update during component upgrade-Fix unit tests

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11

* AC-12715::Investigate the laminas composer dependencies upgrading to latest version

* ACP2E-3273: added jasmine unit test

* AC-12901: Require.js upgrade to the latest version 2.3.7 (security vulnerability CVE-2024-38999)

* AC-12092: Deprecations related to not static functionality removal in PHPUnit 10

* ACP2E-3273: emulate 'display:none' better avoiding extra white space

* ACP2E-3172: Import button missing

* ACQE-6897 | Mainline Deployment 

Test Fix

* ACQE-6897 | Mainline Deployment

Test Fix

* ACQE-6897 | Mainline Deployment

* ACQE-6897 | Mainline Deployment

Removed extra spaces

* ACQE-6897 | Mainline Deployment

Space fix

* ACQE-6897 | Mainline PR  Deployment

Alignment Fix

* ACQE-6897 | Mainline Deployment

Removed space

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.

* ACQE-6966 | [MFTF PR TESTS] StorefrontCashOnDeliveryPaymentForSpecificCountryTestCest

Added pr_exclude . Will be fixed in the scope of ACQE-6966

* ACQE-6795 | Mainline PR deployment

Added pr_exclude .Will be fixed in the scope of ACQE-6795

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* ACP2E-3172: Import button missing

* ACP2E-3172: Import button missing

* AC-9712::Difference in less compilation between php & nodejs library (grunt) with complicated calc expressions

* ACP2E-3131: [Cloud] Anchor/Non-Anchor Categories Reversed in Content Widget

- Fix for default category

* AC-12092 Magento Framework PHPUnit10 Fixes

* LYNX-512: original_item_price is not including discounts

* LYNX-519 : Error codes for order cancellation

* Check impact of paste and noeditable plugin removal

* Acqe 7010 mftf thirdparty test pr exclude (#1744)

* ACQE-7010: [MFTF Tests] Add payment related third party test in pr exclude

* AC-12715::Update the magento-coding-standard version

* Check impact of paste and noeditable plugin removal

* AC-12951::Remove from files from tinymce 7

* AC-12092_PHPUnit10: PHPUnit10 Fixes for Magento Framework Modules

* ACP2E-3131: [Cloud] Anchor/Non-Anchor Categories Reversed in Content Widget

- Fix for default category

* ACP2E-3131: [Cloud] Anchor/Non-Anchor Categories Reversed in Content Widget

- Fix for default category

* AC-12092_PHPUnit10: Providing invalid named argument is deprecated and will not be supported in PHPUnit 11.

* AC-12092_PHPUnit10: PHPUnit10.5 Deprecation Fixes Framework App, Cache, Code, Validator Modules

* AC-12092_PHPUnit10: PHP Unit 10 Deprecation Fixes For Framework DB, Data, Encryption, Profiler, Validator Modules

* LYNX-536:orders/date_of_first_order always returning null

* LYNX-544: Customer must not be able to cancel a partially shipped order

* ACP2E-3248: update en_US.csv with missing translatable lines

* AC-12092_PHPUnit10: PHP Unit10 Deprecation Fixes for Framework Code, Jwt and Test Modules

* AC-12092_PHPUnit10: phpcs issue fix

* AC-12092_PHPUnit10: PHPUnit Error fix

* AC-12092_PHPUnit10: Not Static Deprecation Fixes forWidget Module

* AC-12092_PHPUnit10: Fixed Risky testcase issues

* AC-12092_PHPUnit10: PHPUnit Deprecation Error Fixes

* AC-12092_PHPUnit10: Failure Fix for CatalogInventory Module

* Revert "AC-12092_PHPUnit10: Fixed Risky testcase issues"

This reverts commit c3b7947.

* AC-12092_PHPUnit10: PHPUnit Failure fix

---------

Co-authored-by: Shanthi Rajendran <[email protected]>
Co-authored-by: Banvari Lal <[email protected]>
Co-authored-by: jayrangnani-gl <[email protected]>
Co-authored-by: magento-devops-queue-mgr-svc <[email protected]>
Co-authored-by: Abhishek Pathak <[email protected]>
Co-authored-by: Sergio Vera <[email protected]>
Co-authored-by: lakshmana49 <[email protected]>
Co-authored-by: Dnyaneshwar Jambhulkar <[email protected]>
Co-authored-by: Arularasan <[email protected]>
Co-authored-by: Manjusha S <[email protected]>
Co-authored-by: manjusha729 <[email protected]>
Co-authored-by: Rajesh Kumar <[email protected]>
Co-authored-by: “Pavan-bj”  <[email protected]>
Co-authored-by: Indrani <[email protected]>
Co-authored-by: Shantanu Dasgupta <[email protected]>
Co-authored-by: Chhandak.Barua <[email protected]>
Co-authored-by: Alexandra Zota <[email protected]>
Co-authored-by: manishranjan-adobe <[email protected]>
Co-authored-by: Saurabh Kumar <[email protected]>
Co-authored-by: Mircea Rosmeteniuc <[email protected]>
Co-authored-by: flowers <[email protected]>
Co-authored-by: Pavan-bj <[email protected]>
Co-authored-by: Manish Ranjan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: Raj Mohan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: internal-magento-queue-manager[bot] <70415199+internal-magento-queue-manager[bot]@users.noreply.github.com>
Co-authored-by: arnsaha <[email protected]>
Co-authored-by: Dmytro Voskoboinikov <[email protected]>
Co-authored-by: Sumesh P <[email protected]>
Co-authored-by: mohit-adobe <[email protected]>
Co-authored-by: Stanislav Idolov <[email protected]>
Co-authored-by: Rafal Janicki <[email protected]>
Co-authored-by: Dmytro Horytskyi <[email protected]>
Co-authored-by: chittima <[email protected]>
Co-authored-by: cod43156 <[email protected]>
Co-authored-by: Sarmistha <[email protected]>
Co-authored-by: Ryan Hoerr <[email protected]>

* Bugfix: autocomplete suggests nonsearchable terms (#102)

* added additional check to ensure autocomplete suggests only searchable terms

---------

Co-authored-by: Ryan Sun <[email protected]>

* Bugfix: workflow not waiting for called workflow to complete (#74)

* Fixed missed closing newline

* Update unit test for autocomplete suggests fix (#104)

* added additional check to ensure autocomplete suggests only searchable terms

* updated unitest for search suggest fix

* added type casting for isSuggestible

* reverted suggestible flag and fixed getSuggestFields method

* updated suggest contructor params to avoid bic

* updated unit test with new dependency productAttributeCollectionFactory for Suggestions

* add fieldProvider back to Suggestions constructor

---------

Co-authored-by: Ryan Sun <[email protected]>

* Add Sansec eComscan workflow

* Add Sansec eComscan workflow

* Solve bug #116 - Setting number of address line lower than existing entry breaks all checkouts for existing address data

* adjust doc blocks for addressHelper and mock in tests

* Add addressHelper object into child classes

* Add Sansec eComscan workflow

* Improved menu/toolbar settings for TinyMCE 6 (#109)

* Split Magento and Mage-OS versions in ProductMetadata for compatibility (#115)

* feat: run setup:di:compile on push (#33)

* Update supported-services.json for Magento 2.4.8

* Update supported-services.json

* Any composer 2 version

* Update supported-services.json for Warden available packages

* Try build with Valkey

* fix rabbitmq version to 4.0

* Change redis version to 7.4

* feat!: prevent catalog and sales rules from being disclosed publicly by default

* feat!: prevent disclosure of customer groups by default (#136)

* Fix integration tests for Magento_Backend and Magento_Bundle (#134)

* Fix  Magento/Beckend/Block/Page/Footer integration test

* Fix Magento/Bundle/Model/Product/IsSaleableTest

* Fix all other bundle test

* Integrate code review changes

* Fix CatalogInventory test

* Fix stockitem criteria

* Fix test on price indexing because of confiurable out of stock

* Fix ButtonLock dependency

* Fix tests for Magento_Customer

* Fix CustomerImportExport module test

* Fix Mage-OS Product Name

* Fix Magento_Downloadable integration tests

* Backward compatibility

* Fix customer adresses with empty line

* Code review

* PHPCS

---------

Co-authored-by: s.humeau <[email protected]>
Co-authored-by: simsComputing <simsComputing>
Co-authored-by: Fabrizio Balliano <[email protected]>

* Fix PHP 8.4 Deprecation: Explicitly Mark Nullable Parameter (#157)

* fix product export of configurable_variations for configurable products with multiple super attributes (#142)

* Managed by Terraform

* Add Sansec eComscan workflow

* Managed by Terraform

---------

Co-authored-by: Mage-OS <[email protected]>
Co-authored-by: Vladyslav Podorozhnyi <[email protected]>
Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Ihor Sviziev <[email protected]>
Co-authored-by: Vinai Kopp <[email protected]>
Co-authored-by: Mage-OS <[email protected]>
Co-authored-by: Shanthi Rajendran <[email protected]>
Co-authored-by: Banvari Lal <[email protected]>
Co-authored-by: jayrangnani-gl <[email protected]>
Co-authored-by: magento-devops-queue-mgr-svc <[email protected]>
Co-authored-by: Abhishek Pathak <[email protected]>
Co-authored-by: Sergio Vera <[email protected]>
Co-authored-by: lakshmana49 <[email protected]>
Co-authored-by: Dnyaneshwar Jambhulkar <[email protected]>
Co-authored-by: Arularasan <[email protected]>
Co-authored-by: Manjusha S <[email protected]>
Co-authored-by: manjusha729 <[email protected]>
Co-authored-by: Rajesh Kumar <[email protected]>
Co-authored-by: “Pavan-bj”  <[email protected]>
Co-authored-by: Indrani <[email protected]>
Co-authored-by: Shantanu Dasgupta <[email protected]>
Co-authored-by: Chhandak.Barua <[email protected]>
Co-authored-by: Alexandra Zota <[email protected]>
Co-authored-by: manishranjan-adobe <[email protected]>
Co-authored-by: Saurabh Kumar <[email protected]>
Co-authored-by: Mircea Rosmeteniuc <[email protected]>
Co-authored-by: flowers <[email protected]>
Co-authored-by: Pavan-bj <[email protected]>
Co-authored-by: Manish Ranjan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: Raj Mohan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: internal-magento-queue-manager[bot] <70415199+internal-magento-queue-manager[bot]@users.noreply.github.com>
Co-authored-by: arnsaha <[email protected]>
Co-authored-by: Dmytro Voskoboinikov <[email protected]>
Co-authored-by: Sumesh P <[email protected]>
Co-authored-by: mohit-adobe <[email protected]>
Co-authored-by: Stanislav Idolov <[email protected]>
Co-authored-by: Rafal Janicki <[email protected]>
Co-authored-by: Dmytro Horytskyi <[email protected]>
Co-authored-by: chittima <[email protected]>
Co-authored-by: cod43156 <[email protected]>
Co-authored-by: Sarmistha <[email protected]>
Co-authored-by: Ryan Sun <[email protected]>
Co-authored-by: Ryan Sun <[email protected]>
Co-authored-by: Adam <[email protected]>
Co-authored-by: Fabrizio Balliano <[email protected]>
Co-authored-by: Lucas van Staden <[email protected]>
Co-authored-by: Tjitse <[email protected]>
Co-authored-by: Damien Retzinger <[email protected]>
Co-authored-by: simsComputing <[email protected]>
Co-authored-by: s.humeau <[email protected]>
Co-authored-by: Abdellatif EL MIZEB <[email protected]>
Co-authored-by: mage-os-terraform[bot] <104196000+mage-os-terraform[bot]@users.noreply.github.com>

---------

Co-authored-by: Alexandra Zota <[email protected]>
Co-authored-by: magento-devops-queue-mgr-svc <[email protected]>
Co-authored-by: alzota <[email protected]>
Co-authored-by: Ryan Hoerr <[email protected]>
Co-authored-by: Vladyslav Podorozhnyi <[email protected]>
Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Maksym Novik <[email protected]>
Co-authored-by: Ihor Sviziev <[email protected]>
Co-authored-by: Vinai Kopp <[email protected]>
Co-authored-by: Shanthi Rajendran <[email protected]>
Co-authored-by: Banvari Lal <[email protected]>
Co-authored-by: jayrangnani-gl <[email protected]>
Co-authored-by: Abhishek Pathak <[email protected]>
Co-authored-by: Sergio Vera <[email protected]>
Co-authored-by: lakshmana49 <[email protected]>
Co-authored-by: Dnyaneshwar Jambhulkar <[email protected]>
Co-authored-by: Arularasan <[email protected]>
Co-authored-by: Manjusha S <[email protected]>
Co-authored-by: manjusha729 <[email protected]>
Co-authored-by: Rajesh Kumar <[email protected]>
Co-authored-by: “Pavan-bj”  <[email protected]>
Co-authored-by: Indrani <[email protected]>
Co-authored-by: Shantanu Dasgupta <[email protected]>
Co-authored-by: Chhandak.Barua <[email protected]>
Co-authored-by: manishranjan-adobe <[email protected]>
Co-authored-by: Saurabh Kumar <[email protected]>
Co-authored-by: Mircea Rosmeteniuc <[email protected]>
Co-authored-by: flowers <[email protected]>
Co-authored-by: Pavan-bj <[email protected]>
Co-authored-by: Manish Ranjan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: Raj Mohan <[email protected]>
Co-authored-by: Nishant Rana <[email protected]>
Co-authored-by: internal-magento-queue-manager[bot] <70415199+internal-magento-queue-manager[bot]@users.noreply.github.com>
Co-authored-by: arnsaha <[email protected]>
Co-authored-by: Dmytro Voskoboinikov <[email protected]>
Co-authored-by: Sumesh P <[email protected]>
Co-authored-by: mohit-adobe <[email protected]>
Co-authored-by: Stanislav Idolov <[email protected]>
Co-authored-by: Rafal Janicki <[email protected]>
Co-authored-by: Dmytro Horytskyi <[email protected]>
Co-authored-by: chittima <[email protected]>
Co-authored-by: cod43156 <[email protected]>
Co-authored-by: Sarmistha <[email protected]>
Co-authored-by: Ryan Sun <[email protected]>
Co-authored-by: Ryan Sun <[email protected]>
Co-authored-by: Adam <[email protected]>
Co-authored-by: Fabrizio Balliano <[email protected]>
Co-authored-by: Lucas van Staden <[email protected]>
Co-authored-by: Tjitse <[email protected]>
Co-authored-by: Damien Retzinger <[email protected]>
Co-authored-by: simsComputing <[email protected]>
Co-authored-by: s.humeau <[email protected]>
Co-authored-by: Abdellatif EL MIZEB <[email protected]>
Co-authored-by: mage-os-terraform[bot] <104196000+mage-os-terraform[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants