-
Notifications
You must be signed in to change notification settings - Fork 0
MC-38191: Implement check for patch availability in MQP #1
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
base: master
Are you sure you want to change the base?
Conversation
- Add namespace to classes - Use composer autoload to load files
"2.4.1": { | ||
"magento/magento2-base": "2.4.1", | ||
"magento/magento2-ee-base": "2.4.1", | ||
"magento/magento2-b2b-base": "1.2.1", |
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.
"magento/magento2-b2b-base": "1.2.1", | |
"magento/magento2-b2b-base": "1.3.0", |
- Display MQP version - Change No to Fail - Fix styling - Fix b2b package version
design/js/script.js
Outdated
output += '<td class="' + falseResultClass + '">No'; | ||
} | ||
if (release.result['git_apply'] === 1) { | ||
output += '<td class="td_ok">Ok'; |
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.
Please replace 'Ok' => 'Yes'
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.
Done
Looks good to me |
Refactor code to use composer autoload with psr4
MC-38191: Implement check for patch availability in MQP