-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Ability to define Area for dev:di:info CLI command #38758 #38759
Ability to define Area for dev:di:info CLI command #38758 #38759
Conversation
Hi @rostilos. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
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.
Hello @rostilos,
Thanks for the contribution!
Please resolve the conflicts to process this PR further.
Thanks
Hi @rostilos, Thank you for your contribution! Please resolve the conflicts in order to proceed further on this PR. Till then closing this PR. Once done feel free to reopen or let us know. Thank you! |
…ix-for-issue-38758 # Conflicts: # app/code/Magento/Developer/Console/Command/DiInfoCommand.php
@engcom-Charlie Hi! I'd like to reopen the PR, and add appropriate edits on conflict resolution |
@engcom-Hotel please check it ( also added integration tests ) |
@magento run all tests |
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.
Hello @rostilos,
Thanks for making the changes!
Now the changes seems good to me except the one below. Please correct the same and also look into the failed tests.
Thanks
dev/tests/integration/testsuite/Magento/Developer/Console/Command/DiInfoCommandTest.php
Show resolved
Hide resolved
1bc59f4
to
e81b4de
Compare
@magento run all tests |
@engcom-Hotel Made the requested edits and also corrected the errors concerning codestyle. Failed functional tests seems flaky to me |
@magento run all tests |
Hi @rostilos, Thanks for the collaboration & contribution! ✔️ QA PassedPreconditions:
Steps to reproduce
Before: ✖️ After: ✔️ Builds are failed. Hence, moving this PR to Extended Testing. Thanks |
@magento run all tests |
@magento run Functional Tests B2B, Integration Tests |
One of the Functional B2B test failures in recent 2 builds is not constant and remaining one is a known issue. Hence moving the PR to Merge in Progress. Known issue : |
f1c890f
into
magento:2.4-develop
Description (*)
PR that adds the ability to specify in
php bin/magento dev:di:info <class> <area>
command the desired area code.Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
php bin/magento dev:di:info <class> <area>
Questions or comments
Example:
app/code/Magento/Backend/etc/adminhtml/di.xml
Note : on the current 2.4. branch, an error will occur when outputting information. It is not related to the current task, see : #38740
Contribution checklist (*)