-
Notifications
You must be signed in to change notification settings - Fork 367
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
feat: [M3-8570] - Finish sunsetting Gravatar #10930
feat: [M3-8570] - Finish sunsetting Gravatar #10930
Conversation
Coverage Report: ✅ |
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 to finally arrive at the sunset 🌆
Code review ✅
Tests pass (the failing E2E test appears to be unrelated) ✅
On an account w/ a gravatar, I observed the avatar across the app instead ✅
Made one change (confirmed with UX) to update the username from "Linode" to "Akamai" in the places shown in the PR description. This better matches the Akamai logo and is consistent with our decision to favor "Akamai" branding throughout the app. |
Unrelated CI e2e failure on a nodebalancer test + this test predates the component tests, so this is good to merge. |
* Clean up, clean up * Remove missed clean up on Profile Details page * Add changeset * Use 'Akamai' instead of 'Linode' username for sys events * Update unit tests
Description 📝
This is a follow up from M3-8158 (#10859), which informed users with Gravatars of a sunset date of Sept 30 and transitioned users not currently using Gravatars to our new initial and color avatar icon.
This PR will remove Gravatar support for users who still have it on the communicated date.
Changes 🔄
📸 Preview
Target release date 🗓️
9/30/24
How to test 🧪
Prerequisites
(How to setup test environment)
Verification steps
(How to verify changes)
As an Author I have considered 🤔
Check all that apply