-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add "WebKit" as a product #3213
Conversation
Also: does it still require any work on the admin side to add things to the backend? |
That said, we might want to call this "macOS WebKit" (or similar) given how naming is going for Chrome (see also #3214). |
The changes look good to me and I agree that "macOS WebKit" would be better. If you have sorted out the authentication stuff for uploading results, I don't think you need anything else on the backend side. |
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.
LGTM after addressing the naming!
It looks like there is a test that needs to be updated in |
Seemingly: test('browser test status eq', () => {
// All known browsers.
for (const browser of AllBrowserNames) {
assertQueryParse(browser + ':ok', {exists: [{product: browser, status: 'OK'}]});
} My guess is that Does anyone still around here understand Ohm well enough to quickly know the solution here? |
Co-authored-by: Daniel Smith <56164590+DanielRyanSmith@users.noreply.github.com>
CI passed. Merging! |
We never did address this! But it sounded like you were hoping to make progress on #3214 soonish? |
That is my bad! We do intend to address it in Q2, but the renaming should be done in this PR. Would you mind sending a follow-up PR? |
This largely mimics what was done in #3161; let me know if I've missed anything.