-
Notifications
You must be signed in to change notification settings - Fork 83
MAGECLOUD-4458: De-compose All Patches from ECE-Tools #630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
composer.json
Outdated
"twig/twig": "^1.0||^2.0", | ||
"magento/magento-cloud-components": "^1.0.1" | ||
"magento/magento-cloud-components": "^1.0.1", | ||
"magento/magento-cloud-patches": "^1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why for cloud-components
we allow minor releases and for patches
only patch releases?
I am not against this, I just want to know the reason of this decision.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same as ^1.0.0
, so until 1.0.1
is released it does not make sense to add patch constraint part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mixed up with ^0.1
which is equal to >=0.1.0 <0.2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Btw, I did not get what you wanted to show with those links. They do not show the real rule from this constraint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just showed there is no difference betweeen ^1.0
and ^1.0.0
at this point
As far as related PR was merged magento/magento-cloud-patches#2 I believe we can remove on-hold label from this |
codeception.dist.yml
Outdated
- /var/www/magento/var | ||
- /var/www/magento/app/etc | ||
printOutput: false | ||
printOutput: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it a good idea to change this value? Logs in Travis can be very huge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgotten debug stmt, removed
$this->logger->notice('File static.php was not found.'); | ||
|
||
return; | ||
$this->logger->notice('File static.php was not found'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should move this functionality from here, this is not related to patch applying.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll keep in this 2002.0 branch and refactor in PR to develop
as it does not give any profit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, agree
Hi @shiftedreality, thank you for your contribution! |
Description
Fixed Issues (if relevant)
Manual testing scenarios
composer.json
:Related Pull Requests
Contribution checklist