-
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
Prevent "Overwrite the existing configuration for ...?" question #30077
Prevent "Overwrite the existing configuration for ...?" question #30077
Conversation
Duplication for PR #26818
Hi @flancer64. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@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.
Hi @flancer64,
Could you fix failing static tests? Functional tests failures looks not related.
It's really strange that we hadn't this failure in prev. PR.
fix static tests failures: ``` /var/www/html/setup/src/Magento/Setup/Console/Command/ConfigSetCommand.php:76 The method execute() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. ``` ``` FILE: ...tml/setup/src/Magento/Setup/Console/Command/ConfigSetCommand.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 20 | WARNING | [ ] Class description should contain additional | | information beyond the name already supplies. 87 | WARNING | [x] Expected 0 spaces after opening bracket; newline | | found ---------------------------------------------------------------------- PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY ---------------------------------------------------------------------- ```
@ihor-sviziev , something is done. I hope it will help with static tests. |
@magento run Static Tests |
@magento run Static Tests |
@magento run Static 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.
Great solution! I didn't see this way (y) ;)
@magento run all tests |
Hi @ihor-sviziev, thank you for the review. |
Note: Automation tests are passed |
Hi @flancer64, thank you for your contribution! |
Duplication for PR #26818
This question is occurred every time I run:
after upgrade to 2.3.4
We should ask this question only if new value of configuration option is not equal to the old value,.
Resolved issues:
Contribution checklist (*)