-
Notifications
You must be signed in to change notification settings - Fork 34
MC 37324: Add fallback to 'patch' command when 'git' command is not available #78
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…vailable - Move exception handling from patch command implementations
…vailable - Fix unit test
…vailable - Add unit test
…vailable - Remove -f flag in patch command - Fix services configuration
…vailable - Fix services configuration
…vailable - Fix error message formatting
…vailable - Remove formatErrorOutput
…vailable - Remove dead code
…vailable - Remove redundant exceptions
11 tasks
Contributor
NadiyaS
approved these changes
Oct 1, 2020
bbatsche
approved these changes
Oct 1, 2020
Collaborator
|
QA approved |
Contributor
|
@magento import pr to magento-commerce/magento-cloud-patches |
Contributor
|
@NadiyaS the pull request successfully imported. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As a Magento OnPrem Customer, I want to be able to apply patches with 'patch' command if I don't have 'Git' installed.
Currently, we have a recommendation to use 'patch' command for patch applying. So probably some OnPrem customers don't have installed 'Git' and can't use MQP tool.
Fixed Issues (if relevant)
MC 37324: Add fallback to 'patch' command when 'git' command is not available
https://jira.corp.magento.com/browse/MCLOUD-7069
Manual testing scenarios
Scenario 1 (GIT is installed, PATCH is installed)
Check that GIT is used to apply/revert patches and
Scenario 2 (GIT is not installed, PATCH is installed)
Check that PATCH is used to apply/revert patches and
Scenario 2 (GIT is not installed, PATCH is not installed)
Check that PATCH is used to apply/revert patches and
Release notes
Unix Patch command is now used to apply patches if GIT is not available.
Associated documentation updates
None
Contribution checklist