Skip to content

change: [M3-8263] - Rename Distribution to OS#10666

Merged
hana-akamai merged 7 commits intolinode:developfrom
hana-akamai:M3-8263-update-distribution-to-os
Jul 17, 2024
Merged

change: [M3-8263] - Rename Distribution to OS#10666
hana-akamai merged 7 commits intolinode:developfrom
hana-akamai:M3-8263-update-distribution-to-os

Conversation

@hana-akamai
Copy link
Contributor

@hana-akamai hana-akamai commented Jul 10, 2024

Description 📝

Rename Distribution to OS to reduce potential confusion between Distribution and Distributed.

Changes will be released separately from Gecko LA/GA since it's just a text change and this simplifies the need for feature flagging and clean up after.

Changes 🔄

List any change relevant to the reviewer.

  • Rename Distribution tab in Linode Create to OS
  • Rename Image label from Images to Linux Distribution in the OS tab

Target release date 🗓️

7/22

Preview 📷

Before After
image image

How to test 🧪

Verification steps

(How to verify changes)

  • Go to the Linode Create flow and verify the tab name is OS and the Image label is Linux Distribution for the OS tab. The Image label for other tabs should remain as Images

As an Author I have considered 🤔

Check all that apply

  • 👀 Doing a self review
  • ❔ Our contribution guidelines
  • 🤏 Splitting feature into small PRs
  • ➕ Adding a changeset
  • 🧪 Providing/Improving test coverage
  • 🔐 Removing all sensitive information from the code and PR description
  • 🚩 Using a feature flag to protect the release
  • 👣 Providing comprehensive reproduction steps
  • 📑 Providing or updating our documentation
  • 🕛 Scheduling a pair reviewing session
  • 📱 Providing mobile support
  • ♿ Providing accessibility support

@hana-akamai hana-akamai added the Gecko LA Relating to Gecko LA label Jul 10, 2024
@hana-akamai hana-akamai self-assigned this Jul 10, 2024
@hana-akamai hana-akamai force-pushed the M3-8263-update-distribution-to-os branch from 1bf761f to f7f2469 Compare July 15, 2024 16:55
@@ -0,0 +1,28 @@
import * as React from 'react';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only change was a file rename

@hana-akamai hana-akamai marked this pull request as ready for review July 15, 2024 17:30
@hana-akamai hana-akamai requested review from a team as code owners July 15, 2024 17:30
@hana-akamai hana-akamai requested review from cliu-akamai, dwiley-akamai and jdamore-linode and removed request for a team July 15, 2024 17:30
@hana-akamai hana-akamai changed the title upcoming: [M3-8263] - Rename Distribution to OS change: [M3-8263] - Rename Distribution to OS Jul 15, 2024
Copy link
Contributor

@dwiley-akamai dwiley-akamai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Linode Create flow
    • OS tab w/ "Linux Distribution" label for Image dropdown ✅
    • other tabs still have "Images" label for Image dropdown ✅

@hana-akamai hana-akamai added the Add'tl Approval Needed Waiting on another approval! label Jul 15, 2024
@github-actions
Copy link

Coverage Report:
Base Coverage: 82.48%
Current Coverage: 82.49%

onChange={onChange}
options={options}
placeholder="Choose an image"
placeholder={placeholder || 'Choose an image'}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be preferring ?? over || generally speaking.

If we ever want to intentionally make placeholder not show, using ?? would allow us to pass an empty string whereas || would not work

Screenshot 2024-07-17 at 12 18 54 PM

@bnussman-akamai bnussman-akamai added Approved Multiple approvals and ready to merge! and removed Add'tl Approval Needed Waiting on another approval! labels Jul 17, 2024
@hana-akamai hana-akamai merged commit 45bc895 into linode:develop Jul 17, 2024
@hana-akamai hana-akamai deleted the M3-8263-update-distribution-to-os branch July 17, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved Multiple approvals and ready to merge! Gecko LA Relating to Gecko LA

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants