Skip to content

feat: add o3r prefix to generators #3152

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: add o3r prefix to generators #3152

wants to merge 1 commit into from

Conversation

kpanot
Copy link
Contributor

@kpanot kpanot commented Apr 21, 2025

Proposed change

feat: add o3r prefix to generators

Related issues

@kpanot kpanot requested a review from a team as a code owner April 21, 2025 03:37
Copy link

nx-cloud bot commented Apr 21, 2025

View your CI Pipeline Execution ↗ for commit 93ed0ec.

Command Status Duration Result
nx run-many --target=test-int ✅ Succeeded 26m 56s View ↗
nx run-many --target=test-e2e ✅ Succeeded 2m 21s View ↗
nx run-many --target=build --projects=eslint-pl... ✅ Succeeded <1s View ↗
nx run-many --target=publish --nx-bail --userco... ✅ Succeeded 32s View ↗
nx run-many --target=prepare-publish --exclude-... ✅ Succeeded 7s View ↗
nx affected --target=test --collectCoverage --c... ✅ Succeeded 3m 56s View ↗
nx run-many --target=build,build-swagger ✅ Succeeded 4m View ↗
nx run-many --target=documentation ✅ Succeeded 1m 27s View ↗
Additional runs (3) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-04-21 04:16:45 UTC

Copy link

codecov bot commented Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.38%. Comparing base (41693c0) to head (93ed0ec).

✅ All tests successful. No failed tests found.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -7,30 +7,45 @@
"schema": "./schematics/ng-add/schema.json",
"aliases": ["install", "i"]
},
"migrate": {
"ama-migrate": {
Copy link
Contributor

Choose a reason for hiding this comment

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

It's not really the way we discuss it with the team
We said that we should have something [o3r] xxx for the description
not to change the generator name
because in this case you will have some with the prefix and some without if we want to override the one from Angular or from another library

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They are still replacing the Angular's ones thanks to the alias but indeed both Otter and original ones will appear in the --help, one of the advances is that they are grouped in the display and all accessible generated will appear.

I can of course update the PR and change to comments if it is the preferred choice from the team.


As general comment: if a decision refining a issue is taken in an internal discussion, the issue should be updated with the output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Add differentiator in logs for o3r vs ng generators
2 participants