-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Removes incorrect csp_whitelist.xml files #30640
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
Removes incorrect csp_whitelist.xml files #30640
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 all tests |
If somebody knows the developers behind the Braintree module, can they redirect them to this comment: #30607 (comment) so we are sure no regressions occur with their module? |
That's a really interesting issue. Thank you @hostep for addressing it. |
Any updates here? Anything that needs to be done before this can move forwards? Thanks! 🙂 |
@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.
The failing tests are related to the date issue with the year change but no to the current changeset
Hi @rogyar, thank you for the review. |
Any updates here? PR has been open for almost half a year now 😉 |
Hi @Den4ik, it looks like you are quite active here lately and maybe you can help move this PR forward a bit? Let me know if I should still do something here. |
@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 re-request them if they don't show in a reasonable amount of time. |
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.
@hostep Totally agree with this changes
Hi @Den4ik, thank you for the review. |
One more month until the anniversary of this PR. I don't really understand why it takes so long to get processed? |
Hi @hostep |
But that's not the way PR's should be handled. Priorities can apply to issues but shouldn't be applied to PR's, that's the wrong attitude. The end result of priorities on PR's is that the ones with priority 3 or 4 will just never be handled, because there will always be higher priority PR's. So that priority handling of PR's is just dumb. And I'm not only talking about this PR, there are plenty of other PR's out there that have the same problem. So don't just now decide to merge this PR just to keep me from complaining while ignoring all the other long time open PR's please. |
@hostep I'm totally agree with you |
Thanks @Den4ik, can you maybe discuss this with the other community maintainers and try to change their minds with the current PR priority system? This will probably be a problem of the past once the new community organization driven fork comes into play somewhere in the future, but until that happens, we can try to improve the community relations as well over here I believe. |
I've learned yesterday in the Magento Association Connect event that PR's with prio P3 and P4 will never be merged in Magento core. @nathanjosiah: since this is related to the CSP module, what do you think? Do you agree this shouldn't get merged in core, or should the prio be increased so it does get into the core eventually? |
I believe that we can increase priority for this PR |
@sidolov Please pay attention to this PR |
Any movement here? @sidolov : I've seen some PR's with prio P2 getting merged the last couple of days, so maybe it's finally time that this one gets merged as well after almost 2 years? 😉 |
Thanks! 🙂 |
Description (*)
Somehow 2
csp_whitelist.xml
files were incorrectly renamed.They previously existed in the Braintree and Authorizenet modules, but those modules no longer exist in Magento core, so they should have been removed instead of put in another module.
I assume these were incorrectly solved merge conflicts.
Commits which caused this:
Related Pull Requests
None
Fixed Issues (if relevant)
Manual testing scenarios (*)
Not relevant, this is just a cleanup
Questions or comments
Maybe somebody needs to review the two commits mentioned above to see if no other strange things happened in there?
Contribution checklist (*)