-
Notifications
You must be signed in to change notification settings - Fork 219
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
Apply RocketCDN CNAME change #7095
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
I'll be waiting for a reply here: https://wp-media.slack.com/archives/C06CQPWEJSK/p1731572752314419 |
I'll change the way we handle this to detect the old and new urls when setting rocketcdn_status transient instead of WPR upgrade. |
PR approved to move to QA, but we should have tests coverage added to before merging |
@wordpressfan There's still the question from Mathieu in this topic: Please make after merging this PR to send it to transifex. |
As per slack,
|
Slack discussion: https://wp-media.slack.com/archives/CUKB44GNN/p1731939168323999 We need to create another issue to add more automated tests (unit/integration) to fix the codacy CI failure. |
Description
Fixes #7027
Starting from 3.17.3, we will show a message if the cname changed in WPR settings page only.
Type of change
Detailed scenario
the approach that we took here is that with update, we will force refreshing the rocketcdn status which has the cname url on it and compare it with the old/previous url then set an option which will be used to show the admin notice in WPR side, so the trigger here is the WPR plugin update.
Technical description
Documentation
With update we will force getting rocketcdn cname again and if it's different that the old url, we will show the notice to let the customers know about that.
New dependencies
No
Risks
I mentioned some questions with risks here: https://wp-media.slack.com/archives/C06CQPWEJSK/p1731572752314419
to @wp-media/product team
Mandatory Checklist
Code validation
Code style
Additional Checks