Skip to content

MC-38191: Implement check for patch availability in MQP#1

Open
bubasuma wants to merge 7 commits intomasterfrom
MC-38191
Open

MC-38191: Implement check for patch availability in MQP#1
bubasuma wants to merge 7 commits intomasterfrom
MC-38191

Conversation

@bubasuma
Copy link
Copy Markdown
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
Copy Markdown

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
Comment thread design/js/script.js Outdated
output += '<td class="' + falseResultClass + '">No';
}
if (release.result['git_apply'] === 1) {
output += '<td class="td_ok">Ok';
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

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