Skip to content

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

bubasuma
Copy link
Collaborator

@bubasuma bubasuma commented Oct 8, 2020

Refactor code to use composer autoload with psr4

  • Add namespace to classes
  • Use composer autoload to load files

MC-38191: Implement check for patch availability in MQP

- 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",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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
output += '<td class="' + falseResultClass + '">No';
}
if (release.result['git_apply'] === 1) {
output += '<td class="td_ok">Ok';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace 'Ok' => 'Yes'

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@viktym
Copy link

viktym commented Oct 12, 2020

Looks good to me

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.

2 participants