ece-tools icon indicating copy to clipboard operation
ece-tools copied to clipboard

All Submissions you make to Magento Inc. (“Magento") through GitHub are subject to the following terms and conditions: (1) You grant Magento a perpetual, worldwide, non-exclusive, no charge, royalty f...

Results 25 ece-tools issues
Sort by recently updated
recently updated
newest added

### Description During deploys with redis databases with a lot of keys and storage the Redis Flush can get a timeout and fail, causing a deploy to break. This PR...

partners-contribution
Progress: ready for review
Partner: Youwe

### Preconditions Need to install Magento Cloud 2.4.7-beta3 ### Steps to reproduce 1. Composer install of "magento/product-enterprise-edition": "2.4.7-beta3" 2. Composer install of "magento/magento-cloud-metapackage" ### Expected result 1. "magento/magento-cloud-metapackage" has been...

Progress: ready for grooming

I was directed to the EOL service dates in [config/eol.yaml](https://github.com/magento/ece-tools/blob/develop/config/eol.yaml) by an Adobe SWAT report. This file has inaccurate dates for EOL. - PHP versions use the active support date...

Progress: ready for grooming

During deployment the RabbitMQ version gets validated. This is done by `dpkg -s rabbitmq-server | grep Version`. This adds a hard dependency on a) Debian package manager (excluding RHEL/CentOS and...

Progress: ready for grooming

It's common that Magento installations have files in app/etc, pub/media, var/ and other writeable directories that are kept mounted. Platform.sh shows a warning when this happens, as these files would...

Progress: ready for grooming

To use packages that requires symfony/messenger ^5.4 it is needed that symfony/serializer is above 5.0. ``` Your requirements could not be resolved to an installable set of packages. Problem 1...

Progress: ready for grooming

str_replace(): Argument #3 ($subject) must be of type array|string, int giv ### Description ### Fixed Issues (if relevant) 1. magento/ece-tools#808: str_replace(): Argument #3 ($subject) must be of type array|string, int...

Progress: ready for review

### Preconditions PHP 8.2 Composer 2.5.8 ### Steps to reproduce `composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition ` `composer require magento/ece-tools` ### Expected result Composer installation without warnings or errors ### Actual result...

Progress: ready for grooming

As an inhouse developer for a new merchant tasked with migrating an existing M2 site to Adobe Commerce Cloud my plan is to migrate the DB to Commerce Cloud infrastructure....

Progress: ready for grooming

### Preconditions Looks like after killing processes before deploy phase some indexers can be stuck. There is more information from community slack: https://magentocommeng.slack.com/archives/C8CBB6K9V/p1589463049184700 ### Steps to reproduce 1. Try to...

bug
Magento internal
Progress: ready for grooming