Skip to content

Sandboxes: Make template names consistent#22466

Merged
JReinhold merged 7 commits into
nextfrom
cleanup-sandbox-names
Sep 1, 2023
Merged

Sandboxes: Make template names consistent#22466
JReinhold merged 7 commits into
nextfrom
cleanup-sandbox-names

Conversation

@JReinhold

@JReinhold JReinhold commented May 9, 2023

Copy link
Copy Markdown
Contributor

This PR changes some of the names of the sandboxes so the naming scheme is more consistent. The names are displayed in the status page.

What I did

How to test

Checklist

  • Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests)
  • Make sure to add/update documentation regarding your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Maintainers

  • If this PR should be tested against many or all sandboxes,
    make sure to add the ci:merged or ci:daily GH label to it.
  • Make sure this PR contains one of the labels below.

["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]

@JReinhold JReinhold self-assigned this May 9, 2023
@JReinhold JReinhold requested a review from yannbf May 9, 2023 07:28
@JReinhold JReinhold added the build Internal-facing build tooling & test updates label May 9, 2023
Comment thread code/lib/cli/src/sandbox-templates.ts Outdated
},
'react-webpack/18-ts': {
name: 'React 18 Webpack5 (TS)',
name: 'React Webpack (TypeScript)',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What do you think is clearer for the general audience?

1:
image

2:
image

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The first one. If we don't think that's the case, then we should have framework versions on all of the sandboxes. Which would be okay to me, except it wouldn't technically be true, since we're just using @latest, so we'd have to keep the string up-to-date.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The only reason I opted for v3 in Vue, was because I get a sense that the Vue community still hasn't accepted v3 as being the "latest", that v2 and v3 are forks of each other. but I could be wrong.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe we:

  • change JavaScript to JS
  • add (latest) for places that do not use v

Comment thread code/lib/cli/src/sandbox-templates.ts Outdated
@JReinhold JReinhold added the ci:daily Run the CI jobs that normally run in the daily job. label Aug 29, 2023
@JReinhold JReinhold changed the title Build: Make sandbox names consistent Sandboxes: Make tempalte names consistent Aug 29, 2023
@JReinhold JReinhold changed the title Sandboxes: Make tempalte names consistent Sandboxes: Make template names consistent Aug 29, 2023
@JReinhold JReinhold closed this Aug 29, 2023
@JReinhold JReinhold reopened this Aug 30, 2023
Comment thread code/lib/cli/src/sandbox-templates.ts Outdated

@yannbf yannbf left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM! thanks for doing this

@JReinhold JReinhold merged commit 43a245a into next Sep 1, 2023
@JReinhold JReinhold deleted the cleanup-sandbox-names branch September 1, 2023 21:54
@github-actions github-actions Bot mentioned this pull request Sep 4, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Internal-facing build tooling & test updates ci:daily Run the CI jobs that normally run in the daily job.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants