-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Adds some more colors to the output of certain setup cli commands #29298
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
Adds some more colors to the output of certain setup cli commands #29298
Conversation
Hi @hostep. 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 Static Tests |
1 similar comment
@magento run Static Tests |
@magento run all tests |
Before I put more effort in this, can I know if this improvement will be blocked by the failing Semantic Version Checker? Or should an architect first review the introduction of a new method to the interface and give his/her approval? |
@magento create issue |
The risk was set to |
Hi @hostep, thank you for your contribution, I will take care of the required changes on the PR. |
@magento run all tests |
@magento run all tests |
Can we have any sort of progress update here? Thanks! 🙂 |
@engcom-Golf @VladimirZaets @sidolov Respectfully, is someone looking through the older and low priority PRs nowadays, at all? How is it possible that they can be stuck for half a year with no progress from Magento end, at all? |
@korostii, it's not really a high prio issue to get this merged, but some kind of update would indeed be appreciated :) Leaving PR's lying around, giving no updates is very discouraging to contributors. I've recently saw a discussion in the chat of MMUK21 where two very well known and experienced Magento contributors complained about the same thing and said it had no use anymore to send in PR's to Magento as they aren't getting processed in a timely manner. This is very sad to read, and I really hope the Magento maintainers will change this one day, preferably sooner than later. Adhering to priorities in PR's doesn't make a lot of sense because it means low prio PR's will never get processed. I complained about this before in #28927 (comment) BTW but nothing seems to happen 😞 |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
As per this comment, moving it to Ready for Testing again. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
✔️ QA PassedPreconditions: Install fresh Magento Manual testing scenario: Execute below commands:
Before: ✖️ After: ✔️ Builds are failed. Hence, moving this PR to Extended Testing. Thanks. |
Thanks! But your screenshots under Before & After got uploaded in the wrong order I think, some of those need to be moved from Before to After and some from After to Before. But happy to see it works as expected. |
@magento run Functional Tests EE,Functional Tests B2B, WebAPI Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
Moving it to |
@magento run all tests |
We have received approval for internal JIRA ticket. |
@magento run Functional Tests EE ,Functional Tests B2B ,WebAPI Tests |
@magento run Functional Tests B2B |
Description (*)
While trying to figure out the sort order in which certain database migration scripts ran while executing
bin/magento setup:upgrade
, I found the output a bit hard to read.So I've added a different color to the output of certain steps.
Before:

After:

This also influences some other
bin/magento setup:xxx
commands but it doesn't seem to degrade them in my opinion (but I haven't tested all of them).Fixed Issues (if relevant)
None that I could find
Manual testing scenarios (*)
bin/magento setup:upgrade
command and look if the colors used in the output make senseQuestions or comments
If you want different colors or if there are better idea's, let me know!
I've just re-used the "metadata" color which was already being used.
Contribution checklist (*)
Resolved issues: