rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

Advance RFC #0831 `Standardize use of scripts in package.json for common tasks` to Stage Ready for Release

Open emberjs-rfcs-bot opened this issue 2 years ago • 11 comments
trafficstars

Advance #0831 to the Ready For Release Stage

Summary

This pull request is advancing the RFC to the Ready For Release Stage.

  • PR to Accepted Stage: #0831

An FCP is required before merging this PR to advance.

Upon merging this PR, automation will open a draft PR for this RFC to move to the Released Stage.

Ready for Release Stage Description

This stage is complete when the implementation is complete according to plan outlined in the RFC, and is in harmony with any changes in Ember that have occurred since the RFC was first written. This includes any necessary learning materials. At this stage, features or deprecations may be available for use behind a feature flag, or with an optional package, etc.

For codebase changes, there are no open questions that are anticipated to require breaking changes; the Ember team is ready to commit to the stability of any interfaces exposed by the current implementation of the feature.

This stage should include a list of criteria for determining when the proposal can be considered Recommended after being Released.

An FCP is required to move into this stage.

Each Ember core team will be requested as a reviewer on the PR to move into this stage. A representative of each team adds a review. If a team does not respond to the request, and after the conclusion of the FCP, it is assumed that the release may proceed.

Checklist to move to Ready for Release

  • [ ] Implementation is complete according to plan outlined in the RFC, with any adjustments noted in the RFC
  • [ ] Any necessary learning materials have been updated
  • [ ] The Ember team is ready to commit to the stability of any interfaces exposed by the current implementation of the feature. This is the go/no go decision for any feature flags, but the flags should only be turned on when moving to Released.
  • [ ] Criteria for moving to the Recommended Stage has been filled out
  • [ ] This PR has been converted from a draft to a regular PR and the Final Comment Period label has been added to start the FCP
  • [ ] Each team has been added as a reviewer to the PR at the start of the FCP. Reviews are not required by the end of the FCP. This is a notification step.
    • Framework @emberjs/framework
    • Data @emberjs/ember-data-core
    • CLI @emberjs/cli
    • Learning @emberjs/learning-core
    • Typescript @emberjs/typescript-core
    • Steering @emberjs/steering

Criteria for moving to Recommended (required)

A set of criteria for moving this RFC to the Recommended Stage, following release:

Track Implementation

  1. [ ] Guides updated to use npm start over ember s and npm test over ember test
  2. [x] Tutorial updated to use npm start over ember s https://github.com/ember-learn/super-rentals-tutorial/pull/235
  3. [x] Tutorial updated to use npm test over ember test
  4. [x] Readme blueprint updated https://github.com/ember-cli/ember-cli/pull/9514
  5. [x] cli guides updated (https://github.com/ember-learn/cli-guides/pull/302)

<-- Use this section to track implementation of the RFC -->

emberjs-rfcs-bot avatar Sep 15 '23 18:09 emberjs-rfcs-bot

@jenweber @locks is one of you championing this?

wagenet avatar Sep 22 '23 18:09 wagenet

Open PR to ember-cli readme: https://github.com/ember-cli/ember-cli/pull/9514

ef4 avatar Sep 29 '23 18:09 ef4

We discussed whether to add a switcher to the docs, clarified that this is just a nice-to-have but it is technically feasible.

ef4 avatar Oct 06 '23 19:10 ef4

I can’t champion this due to availability, but I’m helping out with the PRs to implement pieces. If someone else is willing to champion it, that would be awesome.

jenweber avatar Oct 06 '23 20:10 jenweber

@NullVoxPopuli to help land https://github.com/ember-cli/ember-cli/pull/9514

ef4 avatar Oct 13 '23 18:10 ef4

This needs a PR to guides changing ember serve to npm serve and ember test to npm test, etc.

ef4 avatar Oct 27 '23 18:10 ef4

We still only need a relatively shallow guides update here. This might be a good candidate to just hit together during RFC review.

ef4 avatar Dec 01 '23 19:12 ef4

The tutorial does not use ember test but does use ember test -s -- do we want to make this npm run test:ember -s?

kategengler avatar Dec 08 '23 20:12 kategengler

RFC review meeting looked over this and we're fine with just changing ember test to npm test whereas ember test -s is a specialized command that isn't a perfect fit for npm test so it can stay as is.

Progress has been made in the tutorial, still need updates to guides and cli-guides.

ef4 avatar Dec 15 '23 19:12 ef4

Tutorial changes are now merged, guides and cli-guides still need implementation.

ef4 avatar Jan 05 '24 19:01 ef4

Tutorial changes are now merged, guides and cli-guides still need implementation.

CLI Guides are done. Just Guides to go.

achambers avatar Jan 12 '24 15:01 achambers

https://github.com/ember-learn/guides-source/pull/1998 seems ready to go.

ef4 avatar Mar 29 '24 18:03 ef4